Other Parts Discussed in Thread: CC2531
hi everybody
I have the cc2531 device(USB) with ZNP example and with this, i can send an receive ZIgbee mesages using ZTOOL.
The user can send all kind of messages using AF_DATA_REQUEST structure ( I think, but if it is impossible please tell me!)
In all AF_DATA_REQUEST messages you can write a transId value, to identificate the messages. I think that is very usefull and I have worked with this to know for what messsages is the answer.
The problem is when I try to send ZDO messages. In this messages You can not the possibility to add a transId, and you don't know how recognice the order or for how is the answer.
I have looked at the sniffer and all messages have a APS COunter and I think that the ZNP firmware is filtering this COunter. Is this true? depending the answer format, the firmware show some parameters and other remove? If the firmware filter data, can I change it to have the APS counter in all messages?
Regards