David Relson <relson <at> osagesoftware.com> writes: > How do I determine which devices correspond to the serial ports?
Well, there are lots of tricks. you can test manually by using something like this: echo "bla" > /dev/ttyS0 to a minicom session running on that port, for example. Another tool to experiment with serial ports is sys-apps/setserial. Minicom is your friend for setting and then testing various baud rates, port selections and parity too. Something like this might help? ls -l /dev/* | grep ttyS0 You gotta be more specific on your exact issue.... You can alway munge around in /dev, just for learning about such minutia.... Oh, and you issue might be related to UDEV..... Or the beautiful thing we call HAL.... hth, James