|
# RTIS Serial - Usage Documentation
|
|
# RTIS Serial Library and Python Extension Module Wrapper
|
|
|
|
|
|
|
|
This repository hold a C++ library to connect to an RTIS device over its serial communication interface. Furthermore, a Python wrapper extension module is available to use this library within Python programs and scripts.
|
|
|
|
This library allows you to connect to an RTIS device, execute commands and receive data packages.
|
|
|
|
|
|
|
|
## Usage
|
|
The Python extension module has the following functions available:
|
|
The Python extension module has the following functions available:
|
|
|
|
|
|
- `connect(port, baudrate)`: To connect to the RTIS device over the serial communication interface. The serial connection stays open!
|
|
- `connect(port, baudrate)`: To connect to the RTIS device over the serial communication interface. The serial connection stays open!
|
... | | ... | |