Classes | |
| class | MTDevice |
| MTDevice class. More... | |
Functions | |
| def | _byte (b) |
| def | find_baudrate (port, timeout=0.002, verbose=False, initial_wait=0.1) |
| Auto detect baudrate. More... | |
| def | find_devices (timeout=0.002, verbose=False, initial_wait=0.1) |
|
private |
Convert the given character or byte to a byte.
Definition at line 15 of file src/xsens_driver/mtdevice.py.
| def xsens_driver.mtdevice.find_baudrate | ( | port, | |
timeout = 0.002, |
|||
verbose = False, |
|||
initial_wait = 0.1 |
|||
| ) |
Auto detect baudrate.
Definition at line 1200 of file src/xsens_driver/mtdevice.py.
| def xsens_driver.mtdevice.find_devices | ( | timeout = 0.002, |
|
verbose = False, |
|||
initial_wait = 0.1 |
|||
| ) |
Definition at line 1183 of file src/xsens_driver/mtdevice.py.