Arduino PC Monitor - Opensource

geort45:
Fantastic! What I've always wanted hehe. However, which are the requirements for it to work? I downloaded the files from the /bin folder and it crashes upon start. I'm at work so I don't have my arduino board here, does it crash because of that?

Thanks a lot for your effort,

It can't work without arduino attached and some code edit. You have to open project with visual studio and change perfomance counter properties for cpu/ram/network interface with english string (i am italian) and com port here with your arduino com port

port = new SerialPort("COM3", 9600, Parity.None, 8, StopBits.One);