|
|
@@ -61,11 +61,19 @@ public class DeviceRemoteController {
|
|
|
ops.write(ReUtil.hexStringToByteArray(instruct));
|
|
|
ops.flush();
|
|
|
|
|
|
- Thread.sleep(800);
|
|
|
+ Thread.sleep(300);
|
|
|
ops.write(ReUtil.hexStringToByteArray(instruct));
|
|
|
ops.flush();
|
|
|
-
|
|
|
- Thread.sleep(700);
|
|
|
+ Thread.sleep(500);
|
|
|
+ ops.write(ReUtil.hexStringToByteArray(instruct));
|
|
|
+ ops.flush();
|
|
|
+ Thread.sleep(300);
|
|
|
+ ops.write(ReUtil.hexStringToByteArray(instruct));
|
|
|
+ ops.flush();
|
|
|
+ Thread.sleep(500);
|
|
|
+ ops.write(ReUtil.hexStringToByteArray(instruct));
|
|
|
+ ops.flush();
|
|
|
+ Thread.sleep(300);
|
|
|
ops.write(ReUtil.hexStringToByteArray(instruct));
|
|
|
ops.flush();
|
|
|
|