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

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • hamil

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

    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.
  • news.sbcglobal.net

    #2
    Re: Is there a class library for serial communication, like MSComm in

    Download .NET SerialPort library for free. SerialPortNet is an open source serial port communication library for Microsoft .NET. It's written in c#, implements complete .NET 2.0 specifications, and is designed to allow for multiple OSes and add-on 3rd party Serial to Network adapters.


    "hamil" <hamil@discussi ons.microsoft.c om> wrote in message
    news:B02DB068-D97C-49A5-ABF8-FFCFD51D3551@mi crosoft.com...[color=blue]
    > Is there a class library for serial communication. I suppose I could use[/color]
    the[color=blue]
    > VB6 OCX MSComm32.ocx but this would not make a "pure" vb.net program. I[/color]
    have[color=blue]
    > looked but failed to find anything.[/color]


    Comment

    • Dick Grier

      #3
      Re: Is there a class library for serial communication, like MSComm in

      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/dow...s/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.


      Comment

      Working...