Available serial ports

  • Thread starter Thread starter ORC
  • Start date Start date
O

ORC

I'm looking for an example of how to get a list of available serial ports on
a Pocket PC using C# so any help is highly appreciated.

Thanks
Ole
 
The simplest way to to look through the registry's BuiltIn\Active tree for
the COMn: entries.
 
Back
Top