AAGAN / python-xbee

Automatically exported from code.google.com/p/python-xbee
MIT License
0 stars 0 forks source link

Can't read responce ND at command #26

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
when i send:

xbee.send('at', frame_id='B', command='ND', parameter='lulu1')

I've an error on chksum, it not verify

Original issue reported on code.google.com by matteo...@gmail.com on 25 Nov 2011 at 10:22

GoogleCodeExporter commented 9 years ago
sorry! my error with escape settings!

Original comment by matteo...@gmail.com on 26 Nov 2011 at 5:30

GoogleCodeExporter commented 9 years ago
I'm glad you figured it out. Good luck with your project!

Original comment by pmalms...@gmail.com on 27 Nov 2011 at 4:17

GoogleCodeExporter commented 9 years ago
Hi,

could you post your solution for this please?

Thanks.

Original comment by charlesf...@gmail.com on 21 Dec 2011 at 8:14

GoogleCodeExporter commented 9 years ago
As I understand it, the problem here was a mismatch between the escape setting 
on the attached XBee device and the python-xbee library.

This setting must match; if escaping is not enabled on one or the other, then 
communication between them will fail.

Original comment by pmalms...@gmail.com on 21 Dec 2011 at 8:17