snoop
unread,May 18, 2012, 12:11:09 PM5/18/12Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to xbee...@googlegroups.com
As I am getting further into my star network deployment, I am seeing that it is harder to differentiate what packets go to what responses. For example, when I send a packet out and listen for an ACK, many other packets are coming in at the same time. I want to make sure the receiver got it or otherwise I would resend it. I do not understand how to act on another packet coming in (lets say its a command to turn on an LED) while not leaving that for loop checking for the ACK. I have yet to see an example online that deals with this issue. Any direction would be of great help.