Groups | Blog | Home
all groups > c# > january 2004 >

c# : Ports


Ziya
1/3/2004 9:50:22 PM
Does C# have any classes or methods for transfering data
through serial and parellel ports?
I know that no hardware can be accessed directly in
windows XP and other NT based OS, but I think, it may be
possible to use windows too access ports
Dave Quigley
1/4/2004 3:46:27 AM
As of right now rs232 support is lacking in .net however you can find a good
article here on how to create a serial communications class using P/Invoke
and com interop.

http://msdn.microsoft.com/msdnmag/issues/02/10/NETSerialComm/

[quoted text, click to view]

AddThis Social Bookmark Button