progress
This commit is contained in:
parent
cc8507b4b4
commit
0994f3db9d
|
@ -62,6 +62,7 @@ public class SerialIoStreamJSSC implements IoStream {
|
|||
isClosed = true;
|
||||
try {
|
||||
FileLog.MAIN.logLine("CLOSING PORT... " + serialPort.getPortName());
|
||||
serialPort.removeEventListener();
|
||||
serialPort.closePort();
|
||||
FileLog.MAIN.logLine("PORT CLOSED: " + serialPort.getPortName());
|
||||
} catch (SerialPortException e) {
|
||||
|
|
Loading…
Reference in New Issue