Public Member Functions | |
def | __init__ |
Static Public Attributes | |
dictionary | api_commands |
dictionary | api_responses |
Provides an implementation of the XBee API for IEEE 802.15.4 modules with recent firmware. Commands may be sent to a device by instansiating this class with a serial port object (see PySerial) and then calling the send method with the proper information specified by the API. Data may be read from a device syncronously by calling wait_read_frame. For asynchronous reads, see the definition of XBeeBase.
def xbee.ieee.XBee.__init__ | ( | self, | |
args, | |||
kwargs | |||
) |
dictionary xbee::ieee.XBee::api_commands [static] |
dictionary xbee::ieee.XBee::api_responses [static] |