Shop OBEX P1 Docs P2 Docs Learn Events
BS2 BOE USB, possible to use the usb interface of the BOE to communicate with t — Parallax Forums

BS2 BOE USB, possible to use the usb interface of the BOE to communicate with t

BitTwiddlerBitTwiddler Posts: 2
edited 2007-03-21 00:26 in BASIC Stamp
I have a BS2 BOE USB version. Id like to be able to use the stamp to connect with my pc for serial communication. Is this possible· through the usb thats onboard the BOE or do I need to provide a additional rs232 interface?

Comments

  • ForrestForrest Posts: 1,341
    edited 2007-03-21 00:09
    Yes, that's possible. Check the DEBUG command in Parallax BASIC.
  • BitTwiddlerBitTwiddler Posts: 2
    edited 2007-03-21 00:26
    Appearently I missed that:

    DEBUG "Hello"

    is exactly like:

    SEROUT 16, $4054, [noparse][[/noparse]"Hello"]

    Thanks for pointing me to the right direction.

    BitTwiddler.
Sign In or Register to comment.