Public Member Functions | |
def | test_send_at_command (self) |
def | test_send_at_command_with_param (self) |
XBee class should properly write binary data in a valid API frame to a given serial device, including a valid command packet.
Definition at line 392 of file test_ieee.py.
def xbee.tests.test_ieee.TestWriteToDevice.test_send_at_command | ( | self | ) |
calling send should write a full API frame containing the API AT command packet to the serial device.
Definition at line 398 of file test_ieee.py.
def xbee.tests.test_ieee.TestWriteToDevice.test_send_at_command_with_param | ( | self | ) |
calling send should write a full API frame containing the API AT command packet to the serial device.
Definition at line 415 of file test_ieee.py.