Hi, on the BBB the USB host device appears as ttyACM* for many of serial devices, or ttyUSB* you can assured by using: ls -l /dev/ttyACM* ls -l /dev/ttyUSB* after you found your device you can use pyserial or any other libraries to communicate! good luck!
On Sunday, November 9, 2014 at 4:19:13 AM UTC+3:30, Sorin Vatasoiu wrote: > > Hi, > I have a Teensy 2.0 board that control a device. Teensy it is set to > accept serial (115200) commands as text: "motoron", "motoroff" ... and > execute them, which is working fine. > Now I try to use a BBB rev. C (Linux Debian) to be the source that will > send those command. I would like to use the big usb connector (usb host?) > as it does offer also 5V power needed for Teensy 2.0. > Is this scenario possible? > For start it will be OK if the command is sent from BBB like "echo motoron > > /dev/tty???? ", later I would like to have a python program to do this. > I'm very beginner with Linux, so if you know a solution please consider > this level and provide detailed instruction about how can I do it. > Suggestions or solutions are welcome. > > Thank you in advance, > Sorin > -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Groups "BeagleBoard" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/beagleboard/51a9f61c-8a03-40ae-af44-dcc4af0cfabb%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
