
Extended USB information available under Windows 8.USBTreeView shows child devcies, including drive letters and COM-ports, as it collects information from the Windows Device Management.According the developer these are the changed he made to the original code USB Device Tree ViewerĪ German developer Uwe Sieber has compiled this application and added few extra features and released a free tool called USB Device Tree Viewer. Even though the sample is provided there is no actual application included, it’s just code and how to compile them in Visual Studio. In the left pane it displays all the USB data in a tree like format and on the right pane displays the USB data structures pertaining to the selected USB device, such as the Device, Configuration, Interface, and Endpoint Descriptors, as well as the current device configuration. It allows you to browse all USB controllers and connected USB devices on your system.



Microsoft USBView is an application that comes with Windows Driver Kit (WDK) 8.1 as a sample code. USB Device Tree Viewer is a free tool that allows you to to browse your USB Controllers and connected USB devices on your Windows computer.
