将发送 "AT+ICCID" 指令改为TCP通道

This commit is contained in:
fengyarnom 2025-02-21 10:49:05 +08:00
parent a34451b783
commit bb04326c3a

View File

@ -195,7 +195,7 @@ public class D3F0SelfCheckMessageExecutor implements Executor<D3F0SelfCheckMessa
sendCmd = Integer.toHexString(msgType) + HexUtil.Short2HexString(len)+
HexUtil.Int2HexString(Integer.parseInt(device.getDeviceId()))+
"01"+HexUtil.String2HexString(sendCmd);
rtcmClient.configByUdp(device.getDeviceId(),sendCmd);
rtcmClient.config(device.getDeviceId(),sendCmd);
// TODO 将这个消息写到 msg 表中
logger.info(sendCmd);
}