Shop OBEX P1 Docs P2 Docs Learn Events
Baudmodes — Parallax Forums

Baudmodes

GmaxeyGmaxey Posts: 3
edited 2008-03-28 16:40 in BASIC Stamp
On a BS2, is it possible to serial out on one pin at a·certain baudmode and in the same routine serial out on another pin at another baudmode??

Comments

  • allanlane5allanlane5 Posts: 3,815
    edited 2008-03-28 16:40
    Well, yes and no. The BS2 is a single-tasking processor. So when it's doing a "SEROUT" on one pin, it can't be doing a serout on another pin.

    However, once it's finished a SEROUT on one pin, it can do a SEROUT on another pin with a different baudmode, or the same baudmode.

    So, in a single routine, sequentially, yes, you CAN send out one pin, and THEN send out another pin.
Sign In or Register to comment.