Open hemanthvhr opened 7 years ago
What sort of modification would it require for the series_2 ?
I now dont remember the exact details , but the series_2 packet frame structure differs from that of series1 packet frame . For more information you can refer the series 2 packet structure in the 5th chapter of the book 'Building Wireless Sensor Networks by Robert Faludi' . If possible read it from the 1st chapter , it explains neatly the packet structure of series 2 , i used it as reference to modify the above library. You can refer to it .
This XBee library doesnt support the xbee series_2 zigbee communication ,but it can support basic Tx request API frame of xbee serie2 modules in API mode by a little modification in the code. It would make using this library easy for xbee zigbee module instead of somewhat less documented python-xbee library.