I'm using an Arduino Uno and two XBee S2 modules to set up a wireless system to remotely control heating and lighting in a distant building (a workshop.) After many hours of learning how to run the two wireless modules in API mode, I'm now at the point where I can construct and read frames sent wirelessly between the two modules. I do still have a couple of questions on the XBee operation, but I'm not sure if this is the right forum to pose those questions. I looked in the "Wireless" discussion area, but that didn't seem like the right place. Can someone steer me to an appropriate discussion group on XBees; or maybe this is as good a place as any to ask questions.
My first question would be:
I'm instructing the coordinator XBee to send an IS command (Force Sample) to the router XBee using Frame Type 0x17, a Remote AT Command Request. I'm expecting possibly two responses from the remote: 1) Frame Type 0x97, a Remote Command Response; and 2) Frame Type 0x92, an I/O Data Sample Rx Response. Is it true that I can expect both Frames from the remote, and if so, which Frame is sent to the coordinator XBee first?
I will have more questions down the road, but I don't want to clog up the forum if this is not the place for this discussion.
Thanks,
Kevin H.