This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

协调器接收数据的问题

当PC机给协调器广播发送命令(C5 02 00 FF 01 EE ),让设备发送一次电压值给协调器。5个终端3个路由,总共8个设备+1个协调器。

问题:协调器接收的数据没有8个

串口显示如下:Type:1表示终端 Type:2表示路由;ID为自定义编号

Type:1  ID:  3  V:3.25
Type:1  ID:  4  V:3.25
Type:2  ID:  2  V:3.20
Type:1  ID:  5  V:3.21
Type:1  ID:  2  V:3.24
Type:2  ID:  1  V:3.21

不知道是协调器没有接收到数据还是串口没打印出来,能否解答一下?

对应的抓包文件如下:

采集电压.psd