michalpiekos / serial-chart

Real time visualize data from serial port or telnet

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

serial-chart

Real time visualize data from serial port or telnet. 2D line charts can have subplots as on below snapshot
screenshot
3D scatter plots support projections on 3 planes. Useful for IMU calibration data. screenshot

Installation Method

  • Requirements
    • Worth to refresh to latest:
      pip install -U pyqtgraph pyside pyside6 qt5-wayland PyOpenGL PyOpenGL_accelerate
    • Some issue might arise with attrs package. If there are some errors regarding this package I did:
      pip uninstall attr
      pip install attrs
  • Installation
    Copy to your project.

Examples

Run directly or instantiate a class.

v = SerialChart2D()
v.animation()
v.close()
v.saveData()

About

Real time visualize data from serial port or telnet


Languages

Language:Python 100.0%