How to use the Serial port in C# without using win32api or mscomm.ocx

  • Thread starter Thread starter Sagaert Johan
  • Start date Start date
S

Sagaert Johan

Is there a c# solution for this ?
It may work like the MSCOMM control.
Applications that use the MSCOMM ocx should distribute this component too,
so i want to avoid this.
How can serial port access with overlapped io be done in c# ?
Or should i fall back to the win32 api (createfile) with overlapped io ,and
create a wrapper in managed code ?

Any suggestions ?
 
Fergus Cooney said:
Hi Sagaert,

I've just started a book ".NET Framework Solutions - In Search of the
Lost Win32 Api" which has a whole section about Serial Port access - because
it's missing from .NET.

Good luck,
Fergus

Who's publishing it, and when will it be available?
 
Hi Michael,

SYBEX: 2002
Author: John Paul Mueller
ISBN: 0-7821-4134-X

Regards,
Fergus
 
Back
Top