Commit 2b0a459c authored by AfirSraftGarrier's avatar AfirSraftGarrier

格式并加些打印

parent 0ed7dd8f
...@@ -55,6 +55,8 @@ public class DeviceControllerTest { ...@@ -55,6 +55,8 @@ public class DeviceControllerTest {
// 鉴权 // 鉴权
sendAndReceive(socket, outputStream, inputStream, "auth", authSendBytes); sendAndReceive(socket, outputStream, inputStream, "auth", authSendBytes);
Thread.sleep(5000);
// 鉴权后做动作 // 鉴权后做动作
String request = "55AA340090000156F43D4D806827D1BB8F78C00D2B5488479CEB172C5D477C4D3023CE7B111621D4AD2C11ACAC4D876A3AC66A82F5F19000EF"; String request = "55AA340090000156F43D4D806827D1BB8F78C00D2B5488479CEB172C5D477C4D3023CE7B111621D4AD2C11ACAC4D876A3AC66A82F5F19000EF";
byte[] actionSendBytes = hex2Byte(request); byte[] actionSendBytes = hex2Byte(request);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment