想通过串口发送固定字符来实现修改节点的PanID ,看帖子上采用了
uint16 panId=0x1122;
_NIB.nwkPanId=panId;
NLME_UpdateNV(0x01);
SystemReset();
但是实验失败了 还是没有更改了panid,请教各位啊 怎么修改
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 ,看帖子上采用了
uint16 panId=0x1122;
_NIB.nwkPanId=panId;
NLME_UpdateNV(0x01);
SystemReset();
但是实验失败了 还是没有更改了panid,请教各位啊 怎么修改