Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 1.1 KB

README.md

File metadata and controls

27 lines (20 loc) · 1.1 KB

uart_serial_plotter

This project provides pyqtgraph based applications for real-time plotting and analysis of timeseries data

Features

  • Fast, real-time plotting of time series data
  • Plot timeseries data received over UART
  • Plot timeseries data read from CSV file
  • Dynamically change the serial port being monitored
  • Detect new USB devices connected to system and automatically update available serial ports
    • Currently only implemented for Windows
  • Export the plot / scane to PNG, SVG, CSV etc.
  • Load previously exported CSV files of plot / scene
  • Zoom into parts of the plot, reset the view, export/screenshot select portions of the plot
  • Reset the connected device using DTR/RTS hardware flow control
    • Tested on ESP32

Quick Start

foo@bar:~$ python src/main.py

Notes: