Closed GoogleCodeExporter closed 8 years ago
If you're using an XBee ZB PRO (ZB for ZigBee), import and use ZigBee instead
of XBee:
from xbee import ZigBee
ser = serial.Serial('/dev/ttyUSB0', 9600)
zb = ZigBee(ser)
Does that help?
Original comment by pmalms...@gmail.com
on 19 Jul 2011 at 9:59
SURE! tkx a LOT!
Original comment by bruno.mo...@gmail.com
on 20 Jul 2011 at 7:30
Original comment by pmalms...@gmail.com
on 20 Jul 2011 at 7:46
Original issue reported on code.google.com by
bruno.mo...@gmail.com
on 19 Jul 2011 at 9:26