Shop OBEX P1 Docs P2 Docs Learn Events
BSII Serial Comm — Parallax Forums

BSII Serial Comm

ArchiverArchiver Posts: 46,084
edited 2002-03-18 01:14 in General Discussion
Bob-

<CONJECTURE>

Your BSII may accept 9600,8,E,1 just fine if you tell it to expect
9600,8,N,1 (baudmode = 16468 inverted, 84 true). The Stamp will see
the parity bit when it's looking for a stop bit, and it'll be the
wrong level ~50% of the time. However, I don't think a Stamp does
anything untoward when it doesn't see a correctly presented stop bit.
The real stop bit following the parity bit will just look like an
idle line and shouldn't bother anything.

Maybe worth a shot.

</CONJECTURE>

If that doesn't work a UART that can be configured for 9600,8,E,1
would.

Regards,

Steve

Robert Hench wrote:

> Anyone have any thoughts on getting a BSII to accept a serial input
> using the 9600,8,E,1 protocol?

Comments

Sign In or Register to comment.