Unfortunately the XBee protocol requires two-way communication, even if you’re only sending data in one direction. When a packet of data is received, it is checked for errors. If the data is OK, an acknowledgement is returned to the sender, and the next packet of data arrives. If there are errors, a retransmit request is sent. Because of this, the link must effectively be equally robust in both directions.
↧