Skip to content

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

Notifications You must be signed in to change notification settings

crxguy52/serialplot

Repository files navigation

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.

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages