Parallax transceivers and Stamps
Mark@Tec
Posts: 2
I have Parallax 912 MHz·transceivers (wireless, obviously)·that apparently work with a simple serin or serout command.· The problem is that the received message is not what was sent.· In fact, I'm not even sure that the received message is ASCII.· As far as I can tell, it ought to be.· Has anybody come across a similar problem?· Am I missing something?
The Parallax part number is 27985.
The code that I am using is quite simple:
(Transmitter)
DO
·· DEBUGIN letter
·· SEROUT 8, 16468, [noparse][[/noparse]letter]
·· PAUSE 10
LOOP
(Receiver)
The baud rate seems to be either good or preset (default).· If it wasn't, I would not be getting anything through.· Communication is asynchronous.· The 10 millisecond pause does not appear to be a problem since I tried other delays.
The Parallax part number is 27985.
The code that I am using is quite simple:
(Transmitter)
DO
·· DEBUGIN letter
·· SEROUT 8, 16468, [noparse][[/noparse]letter]
·· PAUSE 10
LOOP
(Receiver)
The baud rate seems to be either good or preset (default).· If it wasn't, I would not be getting anything through.· Communication is asynchronous.· The 10 millisecond pause does not appear to be a problem since I tried other delays.
Comments
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Chris Savage
Parallax Engineering