Closed GoogleCodeExporter closed 9 years ago
Here is the source code of my full implementation as well as the test code
which resides in the main() method.
Original comment by sjung...@gmail.com
on 25 Oct 2013 at 6:55
Attachments:
Cause of this problem was a serial port handles leakage. Then you invoke
connect method you get serial port list with getPortNames() method and after
30-40 iterations application crash with open handles overflow. This issue fixed
in 2.7.0 version
Original comment by scream3r.org@gmail.com
on 20 Jan 2014 at 4:06
Original issue reported on code.google.com by
sjung...@gmail.com
on 25 Oct 2013 at 6:52Attachments: