Closed hauges closed 1 year ago
Once a SerialConnection is opened, the JVM cannot be terminated with a Ctrl+C SIGINT. It can only be terminated with a Ctrl+Z SIGTSTP. I believe this is related to this issue. Updating to com.fazecast.jSerialComm version 2.9.2 fixes this issue.
SerialConnection
Ctrl+C
SIGINT
Ctrl+Z
SIGTSTP
com.fazecast.jSerialComm
2.9.2
Merged the request change
Once a
SerialConnection
is opened, the JVM cannot be terminated with aCtrl+C
SIGINT
. It can only be terminated with aCtrl+Z
SIGTSTP
. I believe this is related to this issue. Updating tocom.fazecast.jSerialComm
version2.9.2
fixes this issue.Specifications