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,最初运行时没有问题,但是运行一段时间,大概发送到100-120次广播这个区间时,协调器收不到广播了。经过测试,此时终端还在发送广播,但是协调器不再触发AF_INCOMING_MSG_CMD事件了(每次这个事件触发的时候我都会输出一个编号作为标记,输出代码就写在这个事件下面,但一段时间后标记就不再输出了)。