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

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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.
 
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.
 

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

Back
Top