I am trying to get a value from windows device manager(windows 7).
The property name i am searching for is Bus Reported Device Description.
I am using the
To go off of vromanov's code. All you have to do is the following to get the bus description of each com port, where 0 is the First Com, 1 would be the second, and so on.
Console.WriteLine(Win32DeviceMgmt.GetAllCOMPorts()[0].bus_description);