Skip to content

Latest commit

 

History

6 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

serial_plotter

Plot live data from serial port using Python, matplotlib and PySerial

Idea is to use only basic libraries (matplotlib and PySerial) to make real time plotting.

It seems a simple task that reading data from serial port and updating plot quickly. But it actually takes a bit of thinking... how to read data from serial port without blocking UI (= threading) and how to update plot quickly on matplotlib (= animation).

This is meant to be a boiler plate code. Please modify to your liking.

About

Plot live data from serial port using Python, matplotlib and PySerial

Resources

Stars

4 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages