Skip to content

GitLab

  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • RTIS Serial RTIS Serial
  • Project information
    • Project information
    • Activity
    • Members
  • Packages & Registries
    • Packages & Registries
    • Package Registry
    • Infrastructure Registry
  • Wiki
    • Wiki
  • Activity
Collapse sidebar
  • RTIS Software
  • RTIS SerialRTIS Serial
  • Wiki
  • Home

Home · Changes

Page history
Update home authored Mar 31, 2023 by Wouter Jansen's avatar Wouter Jansen
Show whitespace changes
Inline Side-by-side
home.md
View page @ 36491f8c
# 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:
- `connect(port, baudrate)`: To connect to the RTIS device over the serial communication interface. The serial connection stays open!
......
Clone repository
  • Home