unsupported Stamp II baudrates
Archiver
Posts: 46,084
I am writing a Stamp II app that requires a serial communications
link configuration of 38400 8,1,odd.
The guys at Parallax say "Sorry, Stamp II no speaky 8,1,odd."
The approach that I am now considering is to generate a serial string
of pulses on a regular I/O pin (not #16) with the TOGGLE and PAUSE
commands to simulate data sent at 38400, 8,1,odd.
I believe I can do this because I have only seven SPECIFIC serial
packets to send, none more than four bytes long, based on which of
seven buttons the user presses. I am pretty sure that this will work
but I was wondering if any of you fine folks had other ideas...
link configuration of 38400 8,1,odd.
The guys at Parallax say "Sorry, Stamp II no speaky 8,1,odd."
The approach that I am now considering is to generate a serial string
of pulses on a regular I/O pin (not #16) with the TOGGLE and PAUSE
commands to simulate data sent at 38400, 8,1,odd.
I believe I can do this because I have only seven SPECIFIC serial
packets to send, none more than four bytes long, based on which of
seven buttons the user presses. I am pretty sure that this will work
but I was wondering if any of you fine folks had other ideas...