How can i operate on COM port using .NET ?

  • Thread starter Thread starter Roy Osherove
  • Start date Start date
R

Roy Osherove

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
 
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.
 
Thank you that was very useful.

Roy Osherove said:
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

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.
 
Back
Top