# Arduino Graph Plotter Apps

* [MegunoLink Pro | The swiss army knife for Arduino](https://www.megunolink.com/) paid
* [MakerPlot - Home](http://www.makerplot.com/) paid
* [gregpinero/ArduinoPlot: Real time Plot Numeric Values sent from Arduino over Serial Port](https://github.com/gregpinero/ArduinoPlot) free
* [devinaconley/arduino-plotter: An Arduino library for easy graphing on host computer via serial communication](https://github.com/devinaconley/arduino-plotter) free
* [sebnil/RealtimePlotter: Plots live data from a serial port. Multiplatform and written in Processing.](https://github.com/sebnil/RealtimePlotter) free
* [Real Time Serial Data Plot - Free, light and fast real time data plotter](http://www.fast-product-development.com/real-time-serial-data-plot.html) free
* [infomaniac50/projectsimplot: A tool to plot real time data over serial port.](https://github.com/infomaniac50/projectsimplot) free
* [hyOzd/serialplot: Small and simple software for plotting data from serial port in realtime.](https://github.com/hyOzd/serialplot)
* [Tyill/SVisual: Monitoring and record(save) of data for Arduino and STM32](https://github.com/Tyill/SVisual)

## Software Interfacing Arduino

* [Azande](https://zeijlonsystems.se/products/azande/)
* [Jubito](http://jubito.org/index.html)
* [Ardulink](https://github.com/Ardulink)
* [Device Druid–Instant GUI for Arduino, Raspberry Pi, Linux and embedded systems](https://devicedruid.com/)
* [PLX-DAQ version 2 - now with 64 bit support! (and further new features) - Using Arduino / Interfacing w/ Software on the Computer - Arduino Forum](https://forum.arduino.cc/t/plx-daq-version-2-now-with-64-bit-support-and-further-new-features/420628/2)
* [Blynk IoT platform: for businesses and developers](https://blynk.io/)
* [Arduino Playground - Matlab](https://playground.arduino.cc/Interfacing/Matlab/)
* [Arduino Playground - Python](https://playground.arduino.cc/Interfacing/Python/)
* [yoelk/instrumentino: Instrumentino is an open-source modular graphical user interface framework for controlling Arduino based experimental instruments](https://github.com/yoelk/instrumentino) halted
* [Electric UI](https://electricui.com/features)

## Discussion

* [Serial data plotting programs - Arduino Stack Exchange](https://arduino.stackexchange.com/questions/1180/serial-data-plotting-programs)
* [Arduino Playground - InterfacingWithSoftware](https://playground.arduino.cc/Main/InterfacingWithSoftware/)

[arduino-terminal](/irosyadi/app/arduino-terminal.md)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://irosyadi.gitbook.io/irosyadi/app/arduino-graph.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
