niolabs / python-xbee

Python tools for working with XBee radios
MIT License
101 stars 45 forks source link

Add Extended Modem Status frame type (0x98) #52

Closed Scytmo closed 7 years ago

Scytmo commented 7 years ago

This commit adds support for the Extended Modem Status frame type 0x98 as implemented in XBee S2C modules. Reporting of Extended Modem Status is enabled with the ATDC10 command.

Scytmo commented 7 years ago

Hi, Please consider merging this pull request to add support for the 0x98 frame type. I have recently been working with an XBee S2C module, and have needed the extended modem status reporting to debug the application I was working on.

jamesleesaunders commented 7 years ago

All looks good to me! Thank you for contributing @scytmo

Scytmo commented 7 years ago

Thanks :-)