Shop OBEX P1 Docs P2 Docs Learn Events
Programming cable question. — Parallax Forums

Programming cable question.

mobehunmobehun Posts: 10
edited 2015-02-18 07:27 in BASIC Stamp
Hi!
Is it possible to use the programming cable to get data from the BS2SX controller? I mean to use it as a programming cable AND to get data from the controller.

Comments

  • JonnyMacJonnyMac Posts: 9,014
    edited 2015-02-18 06:24
    All BS2 modules a programmed through a serial connection, so yes, you can use that same connection to send data from the BS2sx to your computer.
  • mobehunmobehun Posts: 10
    edited 2015-02-18 06:46
    Thanks fot hte quick answer.
  • Mike GreenMike Green Posts: 23,101
    edited 2015-02-18 07:27
    Look in the Stamp Reference Manual in the chapters on the DEBUG and DEBUGIN statements. Also look through the chapters on the SERIN and SEROUT statements ... if you use a "pin number" of 16, the data goes to (or comes from) the programming port. There are some limitations ... for example, the data from the PC is echoed back to the PC because of how the module is wired internally.
Sign In or Register to comment.