Enumeration e = CommPortIdentifier.getPortIdentifiers(); while (e.hasMoreElements()) { System.out.println((CommPortIdentifier) e.nextElement()); }