/ardugraph

Real Time Graphical Visualization Tool of Arduino Serial Communication

Primary LanguagePythonMIT LicenseMIT

Ardugraph

A graphical visualization tool of serial communication

Overview

Ardugraph is a graphical visualization module to monitor serial data in a nice chart. It uses matplotlib and pyserial as backend.

- Pyserial

PySerial is a cross-platform module which provides support for serial connections ("RS-232") over a variety of different devices: old-style serial ports, Bluetooth dongles, infra-red ports, and so on. It also supports remote serial ports via RFC 2217. Click here for more details

- Matplotlib

Matplotlib is a cross-platform 2d plotting module commonly used for data visualization . It provides an object-oriented API for embedding plots into applications. Click here for more details

Usage