将发送 "AT+ICCID" 指令改为TCP通道
This commit is contained in:
parent
a34451b783
commit
bb04326c3a
@ -195,7 +195,7 @@ public class D3F0SelfCheckMessageExecutor implements Executor<D3F0SelfCheckMessa
|
|||||||
sendCmd = Integer.toHexString(msgType) + HexUtil.Short2HexString(len)+
|
sendCmd = Integer.toHexString(msgType) + HexUtil.Short2HexString(len)+
|
||||||
HexUtil.Int2HexString(Integer.parseInt(device.getDeviceId()))+
|
HexUtil.Int2HexString(Integer.parseInt(device.getDeviceId()))+
|
||||||
"01"+HexUtil.String2HexString(sendCmd);
|
"01"+HexUtil.String2HexString(sendCmd);
|
||||||
rtcmClient.configByUdp(device.getDeviceId(),sendCmd);
|
rtcmClient.config(device.getDeviceId(),sendCmd);
|
||||||
// TODO: 将这个消息写到 msg 表中
|
// TODO: 将这个消息写到 msg 表中
|
||||||
logger.info(sendCmd);
|
logger.info(sendCmd);
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user