Home All Groups Group Topic Archive Search About

Is there a class library for serial communication, like MSComm in

Author
7 Apr 2005 4:29 AM
hamil
Is there a class library for serial communication.  I suppose I could use the
VB6 OCX MSComm32.ocx but this would not make a "pure" vb.net program. I have
looked but failed to find anything.

Author
7 Apr 2005 5:14 AM
news.sbcglobal.net
http://serialportnet.sourceforge.net/wiki/index.php/Main_Page

Show quote Hide quote
"hamil" <ha***@discussions.microsoft.com> wrote in message
news:B02DB068-D97C-49A5-ABF8-FFCFD51D3551@microsoft.com...
> Is there a class library for serial communication.  I suppose I could use
the
> VB6 OCX MSComm32.ocx but this would not make a "pure" vb.net program. I
have
> looked but failed to find anything.
Author
7 Apr 2005 3:51 PM
Dick Grier
Hi,

There are lots of these around.  I have one in my book, and you can download
two others from microsoft (for example,
http://msdn.microsoft.com/vbasic/downloads/samples/default.asp).  Also, you
can get the free Visual Basic Resource Kit from Microsoft.  I has in it the
Sax Communications Community Edition .NET Serial control.  If you google,
you will find several others.

Or, you can download NETComm.ocx from my homepage.  It is an AX control, but
it doesn't have any of the licensing issues that MSComm32.ocx has.

Dick

--
Richard Grier  (Microsoft Visual Basic MVP)

See www.hardandsoftware.net for contact information.

Author of Visual Basic Programmer's Guide to Serial Communications, 4th
Edition ISBN 1-890422-28-2  (391 pages) published July 2004.  See
www.mabry.com/vbpgser4 to order.