Open GoogleCodeExporter opened 9 years ago
Can somebody help me out with this issue?
Original comment by szili...@gmail.com
on 20 Aug 2014 at 2:37
UPDATE:
Found out that it was set 0x01 in NO Node Discovery Options im the coordinator,
setting it back to 0, send expected data!
Original comment by szili...@gmail.com
on 20 Aug 2014 at 3:49
[deleted comment]
Hello,
did you disable Join Notification from XBee in router mode? I need to use Join
Notifications for my small network. All help would be appreciated.
Original comment by markusfo...@gmail.com
on 27 Aug 2014 at 2:21
Problem solved.. thanks!
Original comment by markusfo...@gmail.com
on 2 Sep 2014 at 2:15
I am experiencing this problem as well. From the comment trail I'm not quite
sure how this was resolved?
Original comment by p...@paulhill.pro
on 9 Sep 2014 at 5:24
I could only solve temporary this by setting "NO Node Discovery Options" to 0
in the coordinator settings. No permanent fix yet, but hope somebody helps us
with a permanent fix for the issue.
Original comment by szili...@gmail.com
on 9 Sep 2014 at 9:29
Dear Friends,
Even After I set-"Node Discovery Options =0. I can get this error sometime. Any
other suggestion. I am using Co-ordinator API mode and End device AT mode.
End device (Arduino+Xbee) will send data to Co-ordinator.2 Routers in AT mode.
(Firmware XBP24BZ7). Any suggestions ?
I think, it happenes when new new Router joins or send wrong frame ?
Thanks.
Cheers!
Chandra
Original comment by vc.s...@gmail.com
on 15 Oct 2014 at 7:28
If I can recall, it worked for me when I turned explicit mode off.
Hope it helps!
Pablo.
Original comment by pablo.ba...@caimanics.com
on 15 Oct 2014 at 7:42
Change the NO (Node Discovery) Options im the coordinator,solves the problem.
With regards,
chandra
Original comment by vc.s...@gmail.com
on 28 Jan 2015 at 11:07
Hi,
I am bhushan M. (bnmahajan78@gmail.com)
index is 40 and len(data) is 44 . From where this difference came ?
Refer attached pdf .
But Temporary fix is -
index = len(data)
Code -
# If there are more bytes than expected, raise an exception
if index < len(data):
raise ValueError(
"Response packet was longer than expected; expected: %d, got: %d bytes" % (index,
len(data)))
Original comment by bnmahaja...@gmail.com
on 8 Mar 2015 at 7:47
Attachments:
Original issue reported on code.google.com by
szili...@gmail.com
on 15 Aug 2014 at 12:52