Connecting Tech Pros Worldwide Forums | Help | Site Map

Ports

Ziya
Guest
 
Posts: n/a
#1: Nov 15 '05
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
Does any body have any information please?

Dave Quigley
Guest
 
Posts: n/a
#2: Nov 15 '05

re: Ports


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/is...NETSerialComm/

"Ziya" <z_bani@yahoo.com> wrote in message
news:03e401c3d286$a46b4550$a501280a@phx.gbl...[color=blue]
> 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
> Does any body have any information please?[/color]


Closed Thread