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.

Communication using Binding

Hello all,

I'm currently trying to use binding to establish communication between 2 devices. I'm using the end device bind function and I get a bind success message. So it appears to me that binding is successful. However, I then attempt to use afSendData to send communications between the two devices. What I can't figure out is that my transmissions work perfectly if I do a broadcast, but if I use 0xFFFE for the destAddr to tell it to use the binding table then no message is ever transmitted. (I'm watching the transmissions with a packet sniffer and I can see all other messages that I send). I'm assuming I'm doing something wrong when I go to transmit the message, or perhaps when I execute the binding itself? I was wondering if anyone could tell me which direction to look. Let me know if you need more data from me. I will be happy to provide.

Thanks