Closed GoogleCodeExporter closed 9 years ago
It would be very strange for this to be a parsing issue on the gateway or the
XIG. The trace is showing what's being received by the gateway before it gets
submitted into the XIG parse routines. The gateway _is_ receiving a hex 0xc3
byte from the remote XBee. Is it possible your remote microprocessor could be
originating this data?
Original comment by Jordan.H...@gmail.com
on 1 Mar 2012 at 11:56
I have been trying to track down this specific bug for a few weeks now. As you
can see from the http request, it is starting with '\r' It appears that the
\r is somehow ending up in the wrong XIG request. The remote xbee is sending
time\r and then after it gets a response, it sends a http: GET request. For
some reason the devices eventually start sending tim\xc3 with the \r starting
the GET request. Haven't been able to track down why this has been happening.
One of our test systems is a single XIG / Xbee combination. That system never
exhibits the tim\xc3 issue. This only shows up on our other system that has
multiple Xbee's transmitting through XIG.
Original comment by rhaist...@gmail.com
on 2 Mar 2012 at 1:25
I increased the delay between transmissions, and this problem has gone away.
Original comment by rhaist...@gmail.com
on 13 Mar 2012 at 3:33
Original comment by Jordan.H...@gmail.com
on 13 Mar 2012 at 3:50
Original issue reported on code.google.com by
rhaist...@gmail.com
on 29 Feb 2012 at 1:12