I have a sensor that sends serial data over USB that I'd like to connect to my Galileo.
I'm assuming that I'm supposed to connect it to the USB host port?
So far so good, but then does anybody know what the device name is for the USB host?
The USB client port is /dev/ttyGS0 but what is the host port?
I'm assuming that if, in Python, I just use: serial.Serial("/dev/ttyPORT", baudrate=57600) it should work?
Thank you in advance!
- Leon