软件是在官方例程simpleAPP基础上修改的。
设备是router的时候,可以收到Match_Desc_req;
当修改f8wRouter.cfg为f8wEndev.cfg,Router-Pro.lib为EndDevice-Pro.lib后无法收到Match_Desc_req了,但是可以发出绑定请求。
求解答,谢谢
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.
软件是在官方例程simpleAPP基础上修改的。
设备是router的时候,可以收到Match_Desc_req;
当修改f8wRouter.cfg为f8wEndev.cfg,Router-Pro.lib为EndDevice-Pro.lib后无法收到Match_Desc_req了,但是可以发出绑定请求。
求解答,谢谢
不过有这样一段注释,不允许向0xFFFF发送,可以临时改变一下终端节点RxOnWhenIdle的值,请教一下RxOnWhenIdle这个值在哪里修改?
// The spec changed in Zigbee 2007 (2.4.3.1.7.1) to not allow sending
// this command to 0xFFFF. So, here we will filter this and replace
// with 0xFFFD to only send to devices with RX ON. This includes the
// network address of interest.
void ZDO_ProcessMatchDescReq( zdoIncomingMsg_t *inMsg )去这个函数中下断点,但不能中断;
router设备可以;
不知为什么?