using System; using System.IO.Ports; using System.Windows.Forms; namespace ArduinoControl { public partial class Form1 : Form { SerialPort serialPort = new SerialPort ...