serial (COM1) communications in .NET

  • Thread starter Thread starter Neel Word
  • Start date Start date
N

Neel Word

Are there any classes in .NET framework that I can use for
communications via serial port (COM1/COM2)?
 
Hi,

Sure, there are a number of these, both in VB .NET and C#. I include a VB
..NET version in my book (see below). A Google search will reveal more --
and Microsoft makes a couple of class modules available on
www.msdn.microsoft.com.

You can download NETComm.ocx from my homepage for an easy to use ActiveX
control that may be used in .NET. It is free.

Dick

--
Richard Grier (Microsoft Visual Basic MVP)

See www.hardandsoftware.net for contact information.

Author of Visual Basic Programmer's Guide to Serial Communications, 3rd
Edition ISBN 1-890422-27-4 (391 pages) published February 2002.
 
Back
Top