Closedown

This commit is contained in:
gac-S_Changer
2017-08-31 17:40:15 +02:00
parent f00eaa30c2
commit 5c857d030a

View File

@@ -28,6 +28,7 @@ public class LaserUE extends SerialPortDevice{
protected void onByte(int rx) {
if (rx<0){
rx+=256;
rx|=BIT7;
}
System.out.println(rx);
int index = ((rx&BIT7) > 0) ? 2 : (((rx&BIT6) > 0) ? 1 : 0);