Closed GoogleCodeExporter closed 9 years ago
When you call send(), please prefix all data values with b to indicate it is a
bytes type:
xbee.send("at", frame=b'A', command=b'MY')
This is important on Python 3.X because byte-string literals (which being with
b) differ from normal strings.
Let me know if you still have trouble.
Original comment by pmalms...@gmail.com
on 13 Mar 2014 at 3:39
That fixed it. Maybe you could add that to the examples in the documentation at
some point. Thanks for the great library.
Original comment by ksted...@gmail.com
on 13 Mar 2014 at 3:24
Glad this fixed it for you. Since no library changes were required, closing as
WontFix.
Original comment by pmalms...@gmail.com
on 15 Aug 2014 at 12:52
worked for me as well. thanks!
Original comment by mko...@gmail.com
on 29 Oct 2014 at 10:23
Original issue reported on code.google.com by
ksted...@gmail.com
on 13 Mar 2014 at 3:19