How to Retrieve Serial Ports and Parallel Ports in the current system by Using Visual C#
C#
3
Posts
2
Posters
0
Views
1
Watching
-
I am trying to get the list of Serial ports available in windows system. Appreciate, if you could lead me to some API's available in C# to retrive the existing ports in the system. Thnx SRB
Here's one: http://msdn.microsoft.com/msdnmag/issues/02/10/NETSerialComm/default.aspx Or you can get the .NET framework 2.0 (beta) and use the System.IO.Ports namespace which has everything you need bundled in one managed assembly
-
Here's one: http://msdn.microsoft.com/msdnmag/issues/02/10/NETSerialComm/default.aspx Or you can get the .NET framework 2.0 (beta) and use the System.IO.Ports namespace which has everything you need bundled in one managed assembly