Problems with ComPortIdentifier
Here's code:
Vector portNameVector = new Vector();
Enumeration IDs = CommPortIdentifier.getPortIdentifiers();
this function returns null in any circumstances.
Can anyone tell me,why this is happening?
/*Of course there are COM ports in my PC :) */
[300 byte] By [
Sorantis] at [2007-11-19 7:27:19]

# 1 Re: Problems with ComPortIdentifier
check that the java comm api is correctly installed; the last few sets of instructions i looked at from SUN were wrong. Search list forum for a post i made to mikebarr81 outlining the correct java comm api install instructions
cjard at 2007-11-10 2:24:13 >
