Programming Tutorials

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



Comment Added by : Niket DOshi

Comment Added at : 2015-05-01 03:03:49

Comment on Tutorial : List all the serial and parallel ports in your system using Java By Ashish
Hello,
I am not getting any output.
It return the null for
Enumeration ports = CommPortIdentifier.getPortIdentifiers();
Please Help.


View Tutorial