RF Transmitter and receiver help
I was using the parallax RF and TX wireless set with the basic stamp and was wondering if they could be used with the SX 28 controller? I looked on the product page but their was no example code; so I was wondering if I would just use the same style of code for the sx28 ?
Comments
Put out a short synchronization pulse, then send serial data for the transmit end.
Ignore any synchronization pulse, then receive serial data for the receive end.
x var byte
transmitterPin PIN RA.1
serout, transmitterPin, High
Serout, transmitterPin, X
http://forums.parallax.com/showthread.php?p=653991
regards peter