Closedown

This commit is contained in:
gac-S_Changer
2017-08-31 17:33:48 +02:00
parent c276acc0da
commit c8c18059cb

View File

@@ -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);