Skip to main content

Serial Port Communication

Include the namespace System.IO.Ports
SerialPort sp = new SerialPort();
Sp.Open();
sp.WriteLine(textBox1.Text);

Comments