381382383384385386387388389390391
portIdentifier = pid; break; } } if (portIdentifier == null) { throw new NoSuchPortException(); } commPort = portIdentifier .open(EasyControl.class.getName(), 2000); } catch (NoSuchPortException e) { if (!warningIssued) {