Hey. I'm using RXTX's two way communication code example slightly modified to connect to an ARM 7 SRV1 robot. When i connect, and turn on the robot, i get an output in command line giving me the ##version. But i cant seem to get any commands processed by the robot. The code example is in the URL below.
http://www.pastesite.com/7000 The problem i can't understand is.. What exactly is the command sent as? an int thats say 8?
a string of hex? say 4D323200 or something else to move forward? Would i change the variable or? I'm not sure.
Thanks