python-xbee icon indicating copy to clipboard operation
python-xbee copied to clipboard

clone from http://code.google.com/p/python-xbee with 900HP support

Results 3 python-xbee issues
Sort by recently updated
recently updated
newest added

unexpected comma Traceback (most recent call last): File "/usr/local/lib/python3.9/dist-packages/xbee/base.py", line 141 except TimeoutException, ex: ^ SyntaxError: invalid syntax

in line 141 (among others) has a syntax error 'except TimeoutException, ex:' Traceback (most recent call last): File "/usr/local/lib/python3.9/dist-packages/xbee/base.py", line 141 except TimeoutException, ex: ^ SyntaxError: invalid syntax

When I send a frame from python "tx frame" to another digimesh connected using XCTU to check the received packets, from 10 packets sent only arrives 1. Please help me...