Programming Tutorials

Comment on Tutorial - List all the serial and parallel ports in your system using Java By Ashish



Comment Added by : David

Comment Added at : 2015-05-04 18:06:14

Comment on Tutorial : List all the serial and parallel ports in your system using Java By Ashish
I found javax.comm not really fit for my project and I now use this library https://github.com/RishiGupta12/serial-communication-manager

View Tutorial