495496497498499500501502503504505
public void connectionRequested() { message("lowlevelusb: Connection requested!"); try { synchronized (this) { _port = new USBPort(_channel); _connected = true; this.notify(); } } catch (final IOException e) { message(e.toString());