Outputting data from a microcontroller over a serial port is convenient and easy, but formatting, visualizing, and analyzing the data can be tedious and frustrating. [Alex Spataru] knows this all too ...
I'm not so sure about using the serial port in C#, but with the regular old win32 api you pretty much just open the serial port like any other file specifiying "COM1" as the file name (or whatever the ...