Closedown

This commit is contained in:
gac-S_Changer
2017-08-31 17:08:24 +02:00
parent 8fbca26600
commit 936a8603a0

View File

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