SerialChart
Serialchart is an open source application for charting data sent via RS-232 port in real time. It runs on Windows. It is very suitable for a microcontroller (Arduino) project to graph the incoming data to screen. The incoming data should be in CSV format, with each point on a separate line. After some short tests →