Closedown
This commit is contained in:
@@ -27,6 +27,7 @@ public class LaserUE extends SerialPortDevice{
|
||||
while(!isClosed()){
|
||||
try{
|
||||
if (isInitialized()){
|
||||
System.out.println("R");
|
||||
int rx;
|
||||
while ((rx = readByte()) >= 0) {
|
||||
onByte((byte) rx);
|
||||
|
||||
Reference in New Issue
Block a user