This application was made as a part of a group project, thats why data types for input and output may seem odd. This app was made solely by me. Here is some more description about this application: ...
using System; using System.IO.Ports; using System.Windows.Forms; namespace ArduinoControl { public partial class Form1 : Form { SerialPort serialPort = new SerialPort ...