Port Status ? how to

  • Thread starter Thread starter Carlos
  • Start date Start date
C

Carlos

I need to write an APP to monitor what Ports are open in a pc using
winforms, But I do not have any idea what .net library to use

Any Ideas ?
Thanks
 
Hi Carlos,

First of all, I would like to confirm my understanding of your issue. From
your description, I understand that you need to monitor the ports in a pc
using a .NET app. If there is any misunderstanding, please feel free to let
me know.

As far as I know, there isn't a class for us to monitor serial ports in
..NET framework class library. To achieve this, we have to use platform
invoke or though 3rd-party components. Here is an example:

http://www.charonsoftware.com/net/communications/

HTH.

Kevin Yu
=======
"This posting is provided "AS IS" with no warranties, and confers no
rights."
 
Back
Top