From 936a8603a05e23b0077b11709aa111376241dc4b Mon Sep 17 00:00:00 2001 From: gac-S_Changer Date: Thu, 31 Aug 2017 17:08:24 +0200 Subject: [PATCH] Closedown --- plugins/LaserUE.java | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/LaserUE.java b/plugins/LaserUE.java index a87ee5c..ff0c97e 100644 --- a/plugins/LaserUE.java +++ b/plugins/LaserUE.java @@ -21,6 +21,7 @@ public class LaserUE extends SerialPortDevice{ int count = 0; @Override protected void onByte(int rx) { + System.out.print(rx); int index = ((rx&BIT7) > 0) ? 2 : (((rx&BIT6) > 0) ? 1 : 0); if (count==index){ if (index ==0){