MSCommLib

G

Guest

Hi,
Im developing an C# app and I am needing the MSCommLib component. Is it
correct that it comes with Visual Studio 6.0?

How can I get it? Is it possible do download.

Thanks
Julia
 
D

Dick Grier

Hi,

The easiest way is to download NETComm.ocx from my homepage. This is a
wrapper for MSComm32.ocx (where MSCommLib resides).

However, another alternative might be to download DesktopSerialIO.dll from
my homepage. It too is free, and provides a complete native serial assembly
that is easily used from C#, and requires no other external components. The
API is similar to that of MSComm, and it may be used outside of the
STAThread (which MSComm cannot).

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

Top