NeuronRobotics / nrjavaserial

A Java Serial Port system. This is a fork of the RXTX project that uses in jar loading of the native code.
Other
344 stars 143 forks source link

Error 0x6 at src/windows/termios.c(2265): Descripteur non valide #184

Open pseudo555 opened 4 years ago

pseudo555 commented 4 years ago

Hello,

From time to time, i got this error in the console. Error 0x6 at src/windows/termios.c(2265): Descripteur non valide

Context: I have an USB to serial adapter (kinda), and i'm trying to find out programmatically which COM port this adapter use. To do do, for each COM port i found, i send specific data on each port. If this is the port i'm interested, I'll get a specific answer.

Note: