Shop OBEX P1 Docs P2 Docs Learn Events
unsupported Stamp II baudrates — Parallax Forums

unsupported Stamp II baudrates

ArchiverArchiver Posts: 46,084
edited 2000-08-20 01:26 in General Discussion
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...
Sign In or Register to comment.