Shop OBEX P1 Docs P2 Docs Learn Events
RF Module (27996&27995) remote data gathering — Parallax Forums

RF Module (27996&27995) remote data gathering

CogburnCogburn Posts: 62
edited 2006-01-04 22:29 in BASIC Stamp
I would like to read a value between 0 and 65000 from a remote stamp through the Parallax Wireless transmitter #27996 433 MHz and receive that value on a stamp that is using a Parallax Wireless receiver #27995.· The second stamp will be connected to a pc and the value will be output on the debug screen.· I have the first stamp reading the value in a Word variable.· I am unsure how to transmit the value to the other stamp or how to write code to receive the value.· Would anyone have some sample code that would get me started?
Thanks in advance

Comments

  • Chris SavageChris Savage Parallax Engineering Posts: 14,406
    edited 2006-01-04 22:29
    On the product page (listed below) is the manual and another PDF file which has some information on using this device.· You basically SEROUT to the transmitter and SERIN from the receiver.· Since you're dealing with a word variable you will need to send it as variable.LOWBYTE and variable.HIGHBYTE.

    ▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
    Chris Savage
    Parallax Tech Support
    csavage@parallax.com
Sign In or Register to comment.