Identify attached devices to an usb hub
- From: Mario.Becker@xxxxxxx
- Date: 9 Aug 2005 08:01:05 -0700
Hi freaks,
I'm looking for a way to solve the following problem:
I've a pc with several usb hubs attached to. To these hubs there are
usb devices attached in turn (typical 4 usb-serial converter and a
memery stick). Due to the undefined connection sequence I'm not able to
predict which COM port is located to which usb hub - but my software
have to know it for sure.
I've been able to find a way to identify all to the system attached usb
devices (.NET framework: System.Management.PropertyDataCollection). But
further more I have to know, which usb device is attached to which usb
hub. Is there something like a path which shows me the actual physical
tree structure of hubs and devices and their assigned com ports? (I
know: It is a bus system ;-) )
\\pc\usb_01\hub_02\device_01->(ComPort 05)
\device_02->(ComPort 02)
\device_03->(ComPort 03)
\device_04->(ComPort 04)
\\pc\usb_03\hub_01\device_01->(ComPort 01)
...
Where can I get these information (registry) an how can I obtain this
information by software (e.g. C#)
Thanks in advance!
Mario
.
- Follow-Ups:
- Re: Identify attached devices to an usb hub
- From: heinz
- Re: Identify attached devices to an usb hub
- From: Mark Roddy
- Re: Identify attached devices to an usb hub
- From: DriverStarter
- Re: Identify attached devices to an usb hub
- Prev by Date: Re: Problem when using MmWriteCombined in MmMapIoSpace
- Next by Date: Re: problems with NetBT
- Previous by thread: don't go to stanby from C3 state
- Next by thread: Re: Identify attached devices to an usb hub
- Index(es):
Relevant Pages
|