Isolating bytes with an xbee.
RMCanaway
Posts: 16
in Propeller 1
Is there any possible way to isolate an 8 bit packet on the receive side of an xbee?
for example,
If xbee.rx << 8 (ex. 00101101, ignoring anything less than 8 bytes.)
MainButtons := xbee.rx
for example,
If xbee.rx << 8 (ex. 00101101, ignoring anything less than 8 bytes.)
MainButtons := xbee.rx
Comments