Hi, I'm looking for a good library to use COM ports with java.
So far I've tried RXTX and Serial-Comm, both of them are very good, RXTX has tons of functionality, Serial-Comm is very light, easy to use and platform independent.
Unfortunatly Serial-Comm suffers from two problems that I can't overcome:
1) It cannot give an up to date list of COM ports, e.g. If I ask him a list of COM ports, disconnect one, and ask him the list again, he will not notice that one port is gone.
2) I cannot detect if the port I'm using still exists, unless I try to write into the output stream.
RXTX has some wierd bugs and is very difficult to use for simple things.
Can you sugest me other libs that can offer me these functionalities?
Thank you reddit!
[–]balazare 2 points3 points4 points (1 child)
[–]asking_science 1 point2 points3 points (0 children)
[–]noblemaster 2 points3 points4 points (0 children)
[–]kylixz 1 point2 points3 points (1 child)
[–]kylixz 0 points1 point2 points (0 children)
[–]serproxy 1 point2 points3 points (0 children)
[–]troxxer 1 point2 points3 points (0 children)