Hello,

How can i operate on COM port using C# ? Is there any way to do it in C# ?
Or maby i can write simple assembler routine for that, I meen directly read
from port, i am not suare about this one, because of windows OS.

Thanks.

Re: How can i operate on COM port using .NET ? by Roy

Roy
Thu Nov 06 07:15:24 CST 2003

There are no classes in the framework that help you with this, but if
you download the vb.net resource kit[1], you'll find, among others,
the totally free Sax.net Communications Community Edition that allows
you to do that.
Although it's called the vb resource kit, its all in .Net so no matter
what language you use, its useful.
Oh, and the resource kit is totally free to download:
[1] http://msdn.microsoft.com/vbasic/vbrkit/default.aspx

---
Regards,

Roy Osherove
www.iserializable.com

On Thu, 6 Nov 2003 14:48:46 +0100, "kidzero" <kidzero@takas.lt> wrote:

>Hello,
>
>How can i operate on COM port using C# ? Is there any way to do it in C# ?
>Or maby i can write simple assembler routine for that, I meen directly read
>from port, i am not suare about this one, because of windows OS.
>
>Thanks.
>
>
>


Re: How can i operate on COM port using .NET ? by kidzero

kidzero
Fri Nov 07 09:03:25 CST 2003

Thank you that was very useful.

"Roy Osherove" <royo@iserializable.com> wrote in message
news:03ikqvkr2vm6f9ft6q9ogmghmr3d3r211o@4ax.com...
> There are no classes in the framework that help you with this, but if
> you download the vb.net resource kit[1], you'll find, among others,
> the totally free Sax.net Communications Community Edition that allows
> you to do that.
> Although it's called the vb resource kit, its all in .Net so no matter
> what language you use, its useful.
> Oh, and the resource kit is totally free to download:
> [1] http://msdn.microsoft.com/vbasic/vbrkit/default.aspx
>
> ---
> Regards,
>
> Roy Osherove
> www.iserializable.com
>
> On Thu, 6 Nov 2003 14:48:46 +0100, "kidzero" <kidzero@takas.lt> wrote:
>
> >Hello,
> >
> >How can i operate on COM port using C# ? Is there any way to do it in C#
?
> >Or maby i can write simple assembler routine for that, I meen directly
read
> >from port, i am not suare about this one, because of windows OS.
> >
> >Thanks.
> >
> >
> >
>