USB desvice descriptor viewer
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2014-01-06 3:19 AM
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.
5 REPLIES 5
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2014-01-06 3:25 AM
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.Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2014-01-06 6:14 AM
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.Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2014-01-06 6:17 AM
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.aspxOptions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2014-01-06 10:06 AM
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 forumhttp://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 TsuneoOptions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2014-01-07 2:32 AM
Posted on January 07, 2014 at 11:32
Hi chinzei,
Thank you for the links. I find them useful.