Serial Ports

G

Guest

New for .NET 2.0, the System.IO.Ports namespace, and specifically, the
System.IO.Ports.SerialPorts class.
 
G

Guest

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top