From c8c18059cb66ff1c6bd476655b20105e62c34f33 Mon Sep 17 00:00:00 2001 From: gac-S_Changer Date: Thu, 31 Aug 2017 17:33:48 +0200 Subject: [PATCH] Closedown --- plugins/LaserUE.java | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/LaserUE.java b/plugins/LaserUE.java index 81dc05a..bf9d976 100644 --- a/plugins/LaserUE.java +++ b/plugins/LaserUE.java @@ -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);