How can I use Python for serial communication with arduino and plot the graph? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

How can I use Python for serial communication with arduino and plot the graph?

I am getting some value from arduino development board and I want to show the real time graph of value like using matplotlib Python module.

6th Jul 2016, 3:54 AM
Aquib Javed Khan
Aquib Javed Khan - avatar
2 Answers
+ 1
use pySerial and matPlotLib libraries for python see this very good series of youtube tutorials https://m.youtube.com/watch?v=95w4sx_zoB8
3rd Jan 2017, 6:21 AM
seamiki
seamiki - avatar
0
Have you tried pySerial module? It provides the access for the serial port.
6th Jul 2016, 2:27 PM
I S