|
-
January 29th, 2014, 10:32 AM
#1
USB View
Is it possible to see what usb devices are connected to a hub?
an example would be:
Onboard usb hub:
usb mass storage device
webcam imaging device
superspeed hub:
Mass storage device
Printer
MTD device
I am currently able to get a list of all connected devices with ManagementobjectCollection in C# but that doesn't give me any hierarchy (as far as I am aware).
I am not dead set on C#, I assumed that would be fastest way to get this up and running.
Thanks
-
January 31st, 2014, 03:21 AM
#2
Re: USB View
For each top level item, you'll need to pass its id and call wmi again to get the children.
-
January 31st, 2014, 04:21 AM
#3
Re: USB View
Could you possibly elaborate?
Thanks
Oli
-
January 31st, 2014, 06:04 PM
#4
Re: USB View
You might want to look at Powershell
Tags for this Thread
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|