xbee::ieee::XBee Class Reference
List of all members.
Detailed Description
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.
Definition at line 13 of file ieee.py.
Member Function Documentation
def xbee::ieee::XBee::__init__ |
( |
|
self, |
|
|
|
args, |
|
|
|
kwargs | |
|
) |
| | |
Member Data Documentation
The documentation for this class was generated from the following file: