I am writing a small application which uses the javax.comm api to return an enumeration of comms ports, using the following syntax CommPortIdentifier.getPortIdentifiers(); My question is how would one programmatically identify which port my GPS device is operting on. Anyone got any ideas??
T.