jcurl / RJCP.DLL.SerialPortStream

SerialPortStream is an independent implementation of System.IO.Ports.SerialPort and SerialStream for better reliability and maintainability. Default branch is 2.x and now has support for Mono with help of a C library.
Microsoft Public License
624 stars 197 forks source link

Linux symlink ports #93

Open markoheric opened 5 years ago

markoheric commented 5 years ago

On Linux, when there are more usb - rs232 converters connected, the handy procedure is to symlink the /dev/ttyUSBx to your own name, for example /dev/ttyMY-USB-CONVERETR, via udev rules.

The library won't discover this symlinks and won't let connect to one.

I think it would be handy to support this feature.