assign a device nnumber for Parallax 433 MHz RF Transmitter and Recive
chris jones
Posts: 391
Hello
i have 3 basic stamp boards i need a way to send data from my recever and transmiter and bother devices know what device sent that message.Let me know if this is clear as mud
i have 3 basic stamp boards i need a way to send data from my recever and transmiter and bother devices know what device sent that message.Let me know if this is clear as mud
Comments
Just include a number in the first string of all your data. If you send HELLO, instead send 1HELLO or 2HELLO.
At receiver: SERIN ..., [noparse][[/noparse]dev, mydata]
dev being a Byte variable.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Don't worry. Be happy
Post Edited (dev/null) : 9/29/2009 10:17:14 PM GMT
i have a vb program that i want to say what set of RF's are connected
exmaple
my vb app will report device 1 and device 2 online then it sends the message
Have your VB program check for the # sign and get the number...
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Don't worry. Be happy
MASTER
device 1 connected
device 2 connected
Accept the ID's
SLAVES
Send out ID Device 1
Send out ID device 2