Serial Ports

  • Thread starter Thread starter Guest
  • Start date Start date
New for .NET 2.0, the System.IO.Ports namespace, and specifically, the
System.IO.Ports.SerialPorts class.
 
If not there are plenty of serial port classes on the internet which you
download and add as a reference.

If they are worth there salt they will come with a send method that allows
you to send text to the port, and an event handler that fires when data is
received.
 
Back
Top