Hi all,
I am currently trying to figure out how to use the usb client (mini usb) to send commands between a program running on a computer and a program running on my beaglebone black. The ultimate goal is to have a program, running on my beagle bone with or without the usb client port connected to a computer (with external power, of course). Once a connection to a PC has been made, i want to send and receive strings, just like a normal com port. I don't want to use the network interface over usb and I don't want the beagleBone Black showing up as a storage device on my PC.
I've just been playing around on the terminal so far and can open a serial connection on my host PC using putty and /dev/ttyACM0. Using minicom on the beagle, I can open a connection at /dev/ttyGS0. Unfortunately, on the host computer, I get a login in screen just like if I had ssh'd in. the login info I type in does show up in my minicom connection.
How can I send strings without needing to provide login details? Also, how can I disable network over USB and stop the beaglebone showing up as a mass storage device?
I imagine that I can disable the netowrk over usb interface by editing the /etc/network/interfaces file but, I'm not sure what I need to change here.
I am using the 2013-6-20 Angstrom image
Thanks in advance