Shop OBEX P1 Docs P2 Docs Learn Events
USB requests to basic stamp ?? — Parallax Forums

USB requests to basic stamp ??

yakuzayakuza Posts: 2
edited 2007-07-24 03:50 in BASIC Stamp
Hello,

I want to be able to read/send USB commands to my Board of Education [noparse][[/noparse]rev c & USB version] just like SERIN and SEROUT. Is this possible? For example I want to send commands to the chip from another program to control things connected to the board. I'm kind of a newbie at this still :/ . Anyone know where I can find more info on this?

Thanks,

~y

Comments

  • FranklinFranklin Posts: 4,747
    edited 2007-07-24 03:48
    To a PC the usb looks like a com port. SERIN/SEROUT and DEBUGIN/DEBUG work just fine. For stamp to another device you would need a master device like the vinculum chip.

    ▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
    - Stephen
  • yakuzayakuza Posts: 2
    edited 2007-07-24 03:50
    Franklin said...
    To a PC the usb looks like a com port. SERIN/SEROUT and DEBUGIN/DEBUG work just fine. For stamp to another device you would need a master device like the vinculum chip.

    ohh, I thought seperate functions were needed such as USBIN/USBOUT or something. ah good to know, thanks!
Sign In or Register to comment.