How can i operate on COM port using .NET ?

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
 
K

kidzero

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.
 
K

kidzero

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.
 

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