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
345 stars 143 forks source link

registerScannedPorts not working in all cases #121

Closed fruggy83 closed 5 years ago

fruggy83 commented 6 years ago

If this lib is used in a Windows OS environment and "com.sun.jna.platform.win32.Advapi32Util" is not present the fallback to full scan is not used.

kaikreuzer commented 6 years ago

@madhephaestus I'd actually consider this a critical bug in the 3.14.0 release as it breaks the library on all Windows systems (unless JNA is available by chance). Would it be possible to include it in a 3.14.1 fix release?