Shop OBEX P1 Docs P2 Docs Learn Events
BS2sx serial communication speed — Parallax Forums

BS2sx serial communication speed

gregory12345gregory12345 Posts: 10
edited 2009-06-29 12:22 in BASIC Stamp
Does anyone know how fast is the BS2sx serial communication (I/O) speed?

Comments

  • Mike GreenMike Green Posts: 23,101
    edited 2009-06-29 12:22
    The Basic Stamp Syntax and Reference Manual that you can download from Parallax gives all that information. The DEBUG and DEBUGIN statements use 9600 Baud. The SERIN and SEROUT statements use a user specified constant to set the Baud. The Manual chapters on SERIN and SEROUT give the constants required for various Bauds. Maximum Baud is roughly 9600 Baud. Transmitting can be faster depending on the complexity of the SEROUT statement (like to 38400 Baud). Receiving is limited by setup time for some of the "formatters" like DEC, HEX, STR, etc.
Sign In or Register to comment.