Arduino + C# Serialport ReadLine and Display on Textbox
Today we are going to read analog input in Arduino and send that read value to Serial port via serial.println() function. After that we are going to create C# based winform application and read data coming from Arduino and display into a Textbox using delegate methods in C#. SerialPort Object in C# will help us …
Arduino + C# Serialport ReadLine and Display on Textbox Read More »