Skip to content

enso360/arduino-serial-mux

 
 

Repository files navigation

Arduino serialMux host library

https://readthedocs.org/projects/serialmux/badge/?version=latest

This Python library provides a simple way to create virtual serial interfaces created on an Arduino using the serialMux protocol.

Please see ReadTheDocs for the latest documentation.

Quick start

Plug in the Arduino device and run the serial multiplexer.

$ serial_mux /dev/ttyUSB0
Detected 2 virtual serial ports.
  Virtual serial device 1: /dev/pts/8
  Virtual serial device 2: /dev/pts/9

The virtual serial devices /dev/pts/8 and /dev/pts/9 can now be used to communicate to the virtual serial devices created on the device.

For more information, see the Usage section.

About

Python client for the Arduino serialMux protocol.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%