From what I can see, port enumeration seems to use dmesg to find serial ports,
but the kernel ring buffer can be overwritten. Can this mechanism be improved
in some way?
Ideas:
1) explore /sys/class/tty and see if there's a way to figure out which ones of
those are serial port
2) just make some assumptions based on the device name in /dev similar to what
you do for SunOS. If you're on linux, the serial ports are probably all
/dev/ttyS* or /dev/ttyACM* or /dev/ttyUSB*
Original issue reported on code.google.com by cpigg...@gmail.com on 15 Jun 2012 at 12:56
Original issue reported on code.google.com by
cpigg...@gmail.com
on 15 Jun 2012 at 12:56