burntcookie90 / ArduinoPlot

Real time Plot Numeric Values sent from Arduino over Serial Port

Home Page:http://www.blendedtechnologies.com/realtime-plot-of-arduino-serial-data-using-python/231

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Shows a plot of numeric lines sent to serial port. 
(set up for com4 right now, change in the code if neded)

Install the following to run it:

Python 2.6 (2.5 should probably work too)
pyserial
wx
matplotlib
numpy
pylab

To use, simply run:
python wx_mpl_dynamic_graph.py

from the command line.

Note: Make sure you have your Arduino IDE closed, or it will block other programs
like this one from using the serial port.

About

Real time Plot Numeric Values sent from Arduino over Serial Port

http://www.blendedtechnologies.com/realtime-plot-of-arduino-serial-data-using-python/231


Languages

Language:Python 100.0%