Closed GoogleCodeExporter closed 9 years ago
Correction to the issue. I am monitoring the INPUT to the Coordinator, not the
OUTPUT. The problem concens the protocol between the Arduino and the
Coordinator. If there were no protocol between the Arduino and the coordinator
the xbee.getResponse().getApiId() and subsequent case below would confirm
error-free receipt by the coordinator of the packet. Any other case, or a
timeout would signify non error-free delivery.
Is there any way to set up the coodinator so there is no protocol with the
Arduino so the XON and XOFF commands are not sent to the sending host Arduino?
switch (ReplyApiId)
{
case ZB_TX_STATUS_RESPONSE:
(xbee.getResponse().getZBTxStatusResponse(txStatus));
TxDeliveryStatus = (txStatus.getDeliveryStatus());
switch (TxDeliveryStatus)
{
case SUCCESS:
nss.print("Packet Delivered OK");
Original comment by Eric.G.S...@gmail.com
on 11 Mar 2011 at 4:55
This problem was solved by using X-CTU to reconfigure the Coordinator Xbee and
the Endpoint Xbee. Use Modem Configuration and under SERIAL disable all
entries which show CTS or RTS flow control.
Original comment by Eric.G.S...@gmail.com
on 16 Mar 2011 at 7:37
Original comment by andrew.rapp@gmail.com
on 3 Apr 2011 at 2:20
Original issue reported on code.google.com by
Eric.G.S...@gmail.com
on 11 Mar 2011 at 2:20