Programming Tutorials

Comment on Tutorial - Read from a COM port using Java program By Steven Lim



Comment Added by : amit

Comment Added at : 2009-06-10 02:11:13

Comment on Tutorial : Read from a COM port using Java program By Steven Lim
Whne i run this code ,it does not return any ports.
the nextelement is null and therefore exits.
shouldnt ->
portList = CommPortIdentifier.getPortIdentifiers();
be some (object of CommPortIdentifier).getPortIdentifier ??


View Tutorial