PDA

View Full Version : [SOLVED] Where is the serial port?



jackj
November 12th, 2011, 09:21 PM
Using Ubuntu 10.04

In Windows, you go to device manager to tell you which port the device is connected to. Where do you go in Ubuntu to get this info?

Bachstelze
November 12th, 2011, 09:36 PM
The serial ports are /dev/ttyS*. Try polling /dev/ttyS0 and see if the device responds (if it doesn't, try /dev/ttyS1, etc.).

jackj
November 12th, 2011, 09:51 PM
Good idea. I'll do that. Thanks.