Arduino serialMux host library

https://img.shields.io/github/last-commit/jfjlaros/arduino-serial-mux.svg https://github.com/jfjlaros/arduino-serial-mux/actions/workflows/python-package.yml/badge.svg https://readthedocs.org/projects/serialmux/badge/?version=latest https://img.shields.io/github/release-date/jfjlaros/arduino-serial-mux.svg https://img.shields.io/github/release/jfjlaros/arduino-serial-mux.svg https://img.shields.io/pypi/v/arduino-serial-mux.svg https://img.shields.io/github/languages/code-size/jfjlaros/arduino-serial-mux.svg https://img.shields.io/github/languages/count/jfjlaros/arduino-serial-mux.svg https://img.shields.io/github/languages/top/jfjlaros/arduino-serial-mux.svg https://img.shields.io/github/license/jfjlaros/arduino-serial-mux.svg

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.