Help with RF transmitter
CameronM
Posts: 57
I just got a RF transmitter and receiver and I was wounding what is needed to send out a·basic debug command to the receiver I was looking at the examples and I couldn't figure out how.
Thank you,
CameronM
Thank you,
CameronM
Comments
2) What do you mean by "basic debug command"? Are you referring to a DEBUG statement? Remember that the DEBUG statement is just a SEROUT statement with some of the information predefined (like the pin # used and the Baud). The DEBUG statement syntax is also a little simpler than that of the SEROUT statement. You can use a SEROUT statement (as in the examples) as a DEBUG statement except that you have to provide the variable name and equal sign yourself as a string rather than the DEBUG statement doing it for you.
Thank you,
CameronM
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
- Stephen