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

Issue75 serial event exits on hardware loss #172

Closed madhephaestus closed 4 years ago

madhephaestus commented 4 years ago

This feature adds a serial disconnect event and at the same time solves a very old bug where the monitor thread stayed alive as a zombie if the hardware was removed without calling disconnect first.

madhephaestus commented 4 years ago

This PR will close #75

mvalla commented 4 years ago

Is it possible to port this improvement to the 3.x and 4.x branches? Thanks

madhephaestus commented 4 years ago

3.x is dead, use the 5.x moving forward. All development is in 5.x