Serial Comms with SX48
SailerMan
Posts: 337
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..
······
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. [noparse]:)[/noparse]· 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[noparse][[/noparse]0]) Serial.TX(Speed.Byte[noparse][[/noparse]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. [noparse]:)[/noparse]· lol
Post Edited (SailerMan) : 1/31/2007 1:17:12 AM GMT