serial data
RS_Jim
Posts: 1,764
in Propeller 1
Hi gang, I need to send 2 10 bit values via a serial port any suggestion as to what might be the best method?
Jim
Jim
Comments
Jim
What does the receiving system expect? Or is it flexible?
-Phil
If you decide to use the DEC method, you will have a stream of two (both values less than 10) to eight (both values more than 999) bytes. It's not hard to parse decimal values, but you'll need to insert a separator so that you know where one value ends and the other begins.
Jim