Visualize and analyzing serial data in real time

SerialChart is an open source Windows app for charting incoming data over the serial port in real time. The incoming data should be in CSV format, with each point on a separate line. The first value in the data stream should be the horizontal coordinate, a comma, then the vertical coordinates and a line feed. […]