cthuun / python-xbee

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

to string crashes for any packet type other than IO data #3

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago

The series 1 code only handles a single type of API frame, the IO data 
frame, with 16 bit addressing.

I've added in support for normal rx data in 16 bit addressing, as well as 
fixing the checksumming.  (it only logs, it could be made to raise an 
error?)

I've also added logging into the library.  If you don't do anything, 
nothing will happen unless you're in strict mode, as the default logging 
won't pick up anything below warn.

if you _do_ have logging though, you get a nice category of log output now.

(Yes, they probably should have all been added as individual diffs)

Original issue reported on code.google.com by kjpandr...@googlemail.com on 3 Mar 2010 at 7:43

Attachments:

GoogleCodeExporter commented 9 years ago
The code has been significantly refactored as of v1.7; it is likely that this 
issue no longer exists. However, logging functionality is not currently 
included in the new version.

Original comment by pmalms...@gmail.com on 6 Jul 2010 at 3:25