Re: Serial Communication (Com1)

From: jamie (no_at_spam.com)
Date: 05/13/04


Date: Thu, 13 May 2004 16:46:44 -0400

mphanke wrote:
> Hi,
>
> please don't tell me there is no other posibility to access the serial
> port than using the createfile(...) func?
> I was so convinced of .NET until this! Can somebody please provide me
> with an answer, which shows I'm wrong!?!
>
> Martin

The .Net Framwork v1.1 doesn't include a communications class library...

BUT, you can use MSCOMM from visual basic 6 in .Net

Look at this like for details:
http://www.devhood.com/tutorials/tutorial_details.aspx?tutorial_id=320

I'm using this method in one of my projects and it seems to be running
smoothly.

Jamie



Relevant Pages

  • Re: Serial Communication (Com1)
    ... mphanke wrote: ... > please don't tell me there is no other posibility to access the serial ... > port than using the createfilefunc? ...
    (microsoft.public.dotnet.languages.csharp)
  • Serial Communication (Com1)
    ... please don't tell me there is no other posibility to access the serial ... port than using the createfilefunc? ... Martin ...
    (microsoft.public.dotnet.languages.csharp)

Loading