how to use RF module 27980 and 27981
smc650307
Posts: 4
hi,
How do I·write the·code·from the·transmitter(it connect a BS2)·to·receiver(it connect another BS2)·
How do I·write the·code·from the·transmitter(it connect a BS2)·to·receiver(it connect another BS2)·
Comments
There is also one for the receiver.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
- Stephen
How do I program to use one transmitter sending data to designed receiver(I have some receivers)
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Chris Savage
Parallax Tech Support
My question:
I have one transmitter and three receivers. I want to use one transmitter to send data to different receiver. what can I do?
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
- Stephen
Thx
SEROUT pin, baud, [noparse][[/noparse]“!ID01”, data]
The first receiver might have the following:
SERIN pin, baud, [noparse][[/noparse]WAIT(“!ID01”[noparse];)[/noparse], data]
While the second receiver might have:
SERIN pin, baud, [noparse][[/noparse]WAIT(“!ID02”[noparse];)[/noparse], data]
I hope this helps. Take care.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Chris Savage
Parallax Tech Support