SEROUT with usb-connection
suza_phone
Posts: 6
Hi
Can anyone be so kind to tell me whether I can use my BoeBot (USB-Version) to read serial data from analogue sensors and communicate those to my laptop (e.g. to have them interpreted in a Processing code for interactive installations etc.)?
Does the SEROUT command actually work with a BoeBot board? And what about USB and Serial?
Or am I actually trying the impossible?
Thanks in advance
suza_phone
Can anyone be so kind to tell me whether I can use my BoeBot (USB-Version) to read serial data from analogue sensors and communicate those to my laptop (e.g. to have them interpreted in a Processing code for interactive installations etc.)?
Does the SEROUT command actually work with a BoeBot board? And what about USB and Serial?
Or am I actually trying the impossible?
Thanks in advance
suza_phone
Comments
·· Once the driver is installed for the USB BOE, to the computer, the port looks like a COM port (Serial Port).· So yes, you can send serial data out to it, just as you would a standard serial port.· You just need to determine the COM Port number being used on the PC end, which shouldn't be too hard.· All you need to do is program the Stamp Module once and note which COM Port it's identified on.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Chris Savage
Parallax Tech Support
csavage@parallax.com
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Jon Williams
Applications Engineer, Parallax
Great!
I'll keep on trying then ...
Just one thing ... do you happen to know how I can select COM-ports on a Apple computer?
I can do that in BS2 software of course ... but I didn't manage to monitor communication in a terminal program yet (trying Zterm at the moment). So, I guess I need to change some preferences in the Apple system first ... ?!
Port 16 was the information that I so desperatly needed ....
Thank you so much!!!