MH Serial Graph Recorder

A program written in C# language in Visual Studio 2012. It can record, show and save a data stream with up to 20 series of data in CSV format (“;” separated) via COM port from external devices (BeagleBone Black, STM32 Nucleo boards, Freescale FRDM boards … etc.).

It allows to:

-       choose COM port number and Baud rate;

-       zoom the graph automatically or by entering values to the textboxes of the axes;

-       choose recording the series with or without the data header;

-       choose data points size;

-       read the values from graph by moving the cursor

-       choose the data displaying mode – Xmax, no limit or oscilloscope;



First version made in July 2015.