SailerMan
01-31-2007, 08:02 AM
I am communicating with the SX-48 using the Propellers Full duplex serial Module. My question is this.. On the propeller I have the Variable Speed and I want to send Byte 0 and Byte 1 to the SX48 because I can only recieved Bytes on the SX48. Basically if I want to send Speed with a Value of 1023 to the SX48 breaking it into bytes how do I do that?
Hope that made sense.
Thanks,
ERic
I just thought of this..
······
Serial.TX(Speed.Byte[0])
Serial.TX(Speed.Byte[1])
Gonna go try it.
Well...It worked... I've been puzzled for a hour and when I finally post a question I answer it myself. :)· lol
Post Edited (SailerMan) : 1/31/2007 1:17:12 AM GMT
Hope that made sense.
Thanks,
ERic
I just thought of this..
······
Serial.TX(Speed.Byte[0])
Serial.TX(Speed.Byte[1])
Gonna go try it.
Well...It worked... I've been puzzled for a hour and when I finally post a question I answer it myself. :)· lol
Post Edited (SailerMan) : 1/31/2007 1:17:12 AM GMT