Closedown
This commit is contained in:
@@ -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){
|
||||
|
||||
Reference in New Issue
Block a user