mplserialscope

A utility to take continuous serial output (i.e. from an Arduino) and plot it in real-time with matplotlib


Licenses
MIT/MIT
Install
pip install mplserialscope==0.1.0

Documentation

mpl_serial_to_oscope

A utility to take continuous serial output (i.e. from an Arduino) and plot it in real-time with matplotlib

Clone the repo and pip install -e .!

Features:

  • Displays one signal like an o-scope.
  • Displays arbitrary other signals as textual values.
  • Displays arbitrary binary (boolean) signals as colored dots along the bottom.

Example of interface: image