Imedia Linux usb-serial device gps Hi,
Working with iMedia Linux, I plug in a gps device to one of the usb port and I need /dev/ttyUSB0 to show up. It doesn't, but it does on my CentOS machine.
When I plug it in I see the following lines after running dmesg:
-usb 2-1: new full speed USB device using ohci_hcd and address 4
-usb 2-1: configuration #1 chosen from 1 choice
When I run lsusb it shows:
-Bus 002 Device 004: ID 067b:aaa0 Prolific Technology, Inc.
My goal is to be able to read the GPS device through a C++ program which already works as long as ttyUSB0 shows up.
Any info that could help me understand the way this works would be appreciated.
Thanks.
olacelle |