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