|
def | enum_device (vid_pid) |
|
def | setup (vid_pid=None, com_port='', baudrate=921600) |
|
Definition at line 38 of file uart_interface.py.
def redswallow.uart_interface.UartInterface.__init__ |
( |
|
self, |
|
|
|
port, |
|
|
|
baud = 1000000 , |
|
|
|
rtscts = True |
|
) |
| |
def redswallow.uart_interface.UartInterface.__del__ |
( |
|
self | ) |
|
def redswallow.uart_interface.UartInterface.clear_buffer |
( |
|
self | ) |
|
def redswallow.uart_interface.UartInterface.close |
( |
|
self | ) |
|
def redswallow.uart_interface.UartInterface.enum_device |
( |
|
vid_pid | ) |
|
|
static |
def redswallow.uart_interface.UartInterface.get_timeout |
( |
|
self | ) |
|
def redswallow.uart_interface.UartInterface.read |
( |
|
self, |
|
|
|
number_of_bytes |
|
) |
| |
def redswallow.uart_interface.UartInterface.set_mode_blocking |
( |
|
self | ) |
|
def redswallow.uart_interface.UartInterface.set_mode_nonblocking |
( |
|
self | ) |
|
def redswallow.uart_interface.UartInterface.set_timeout |
( |
|
self, |
|
|
|
new_timeout |
|
) |
| |
def redswallow.uart_interface.UartInterface.setup |
( |
|
vid_pid = None , |
|
|
|
com_port = '' , |
|
|
|
baudrate = 921600 |
|
) |
| |
|
static |
def redswallow.uart_interface.UartInterface.write |
( |
|
self, |
|
|
|
message |
|
) |
| |
redswallow.uart_interface.UartInterface.__ser |
|
private |
redswallow.uart_interface.UartInterface.blocking_timeout |
redswallow.uart_interface.UartInterface.mode_blocking |
The documentation for this class was generated from the following file: