SkillAgentSearch skills...

Serialplot

A python GUI that plots serial data in real time. Used with embedded systems. Uses matplotlib and pyserial

Install / Use

/learn @crxguy52/Serialplot
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

serialplot

A python application that plots serial data in real time. Useful for visualizing data from microcontrollers. Originally written for Windows, others have used on linux. See it in action here: https://www.youtube.com/watch?v=FdZKBGY49SI

alt tag

#Requirements Python - serialplot is written so that it can be run with py2 or py3. However, there are some issues with matplotlib and py3 on windows. See the wiki for more details.

Pyserial - Obviously

matplotlib - I used matplotlib's animate function to draw the graphs. It would definitely be faster to draw the plots using a tk canvas, but I'm also lazy.

View on GitHub
GitHub Stars85
CategoryDevelopment
Updated28d ago
Forks25

Languages

Python

Security Score

80/100

Audited on Mar 4, 2026

No findings