Skip to main content
lowpowermcu
Associate III
January 6, 2014
Question

USB desvice descriptor viewer

  • January 6, 2014
  • 5 replies
  • 1289 views
Posted on January 06, 2014 at 12:19

Hi all,

I am looking for a free tool for ''USB device descriptor viewer'' running on windows.

Does anyone has this kind of tool?

I think there is someting from Microsoft but I didn't find it in the web.
    This topic has been closed for replies.

    5 replies

    chen
    Associate II
    January 6, 2014
    Posted on January 06, 2014 at 12:25

    Hi

    Try this :

    http://msdn.microsoft.com/en-us/library/windows/hardware/jj151577%28v=vs.85%29.aspx

    It is not a proper Device Descriptor viewer and the info is very obscure - you will have to dig down into the different USB packets to find the device descriptor.

    lowpowermcu
    Associate III
    January 6, 2014
    Posted on January 06, 2014 at 15:14

    Hi Sung,

    I can't find from where  I can download. The link you gave is just a descritpion.

    Thanks in advance.

    chen
    Associate II
    January 6, 2014
    Posted on January 06, 2014 at 15:17

    Try reading the page!

    You will find this link :

    http://msdn.microsoft.com/en-us/library/windows/hardware/jj151575%28v=vs.85%29.aspx

    tsuneo
    Associate II
    January 6, 2014
    Posted on January 06, 2014 at 19:06

    USBView (on FTDI site)

    http://www.ftdichip.com/Support/Utilities/usbview.zip

    UVCView (revised version of USBView) - attached to this post on Microchip forum

    http://www.microchip.com/forums/fb.ashx?m=610021

    MS distribute the original of these utilities in WDK

    Windows Driver Kit Version 7.1.0 (620MB)

    http://www.microsoft.com/en-us/download/confirmation.aspx?id=11800

    C:\WinDDK\7600.16385.1\src\usb\usbview

    C:\WinDDK\7600.16385.1\tools\avstream\i386\UVCview.exe

    Tsuneo

    lowpowermcu
    Associate III
    January 7, 2014
    Posted on January 07, 2014 at 11:32

    Hi chinzei,

    Thank you for the links. I find them useful.