better serial handling

This commit is contained in:
rusefi 2019-08-14 21:46:18 -04:00
parent e593ec6a7c
commit 84479cae9a
1 changed files with 1 additions and 0 deletions

View File

@ -55,6 +55,7 @@ public class SerialIoStreamJSerialComm implements IoStream {
@Override
public void close() {
isClosed = true;
sp.closePort();
}
@Override