想通过下面语句串口修改路由器的panId:
_NIB.nwkPanId=0x1222;
NLME_UpdateNV(0x01);
osal_start_timerEx( SerialApp_TaskID,Serial_RESETSYS_EVT , 5000 );
但是执行完程序后,奇迹发生了,配置完以后用dongle抓包,惊奇的发现路由器的包格式变成协调器的了,甚是疑惑啊,请问工程师们 怎么回事
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.
想通过下面语句串口修改路由器的panId:
_NIB.nwkPanId=0x1222;
NLME_UpdateNV(0x01);
osal_start_timerEx( SerialApp_TaskID,Serial_RESETSYS_EVT , 5000 );
但是执行完程序后,奇迹发生了,配置完以后用dongle抓包,惊奇的发现路由器的包格式变成协调器的了,甚是疑惑啊,请问工程师们 怎么回事