Skip to content
EntityQ4053158· pop 5· linked from 324 articles

WinUSB is a generic USB driver provided by Microsoft for their operating systems starting with Windows Vista but which is also available for Windows XP. It is aimed at simple devices that are accessed by only one application at a time (for example instruments like weather stations, devices that only need a diagnostic connection or for firmware upgrades). It enables the application to directly access the device through a simple software library. The library provides access to the pipes of the device. WinUSB exposes a client API that enables developers to work with USB devices from user-mode. St

Described at

404 - Content not found

The page you are looking for does not exist.

docs.microsoft.com

Link to a page describing this subject · 1,343 chars · not written by Vinony

Wikidata facts

Show 1 more fact
Sources (1)

via Wikidata · CC0

~3 min read

Article

6 sections
Contents
  • Advantages and disadvantages
  • Advantages
  • Disadvantages
  • WCID
  • Other solutions
  • References

WinUSB is a generic USB driver provided by Microsoft for their operating systems starting with Windows Vista but which is also available for Windows XP. It is aimed at simple devices that are accessed by only one application at a time (for example instruments like weather stations, devices that only need a diagnostic connection or for firmware upgrades). It enables the application to directly access the device through a simple software library. The library provides access to the pipes of the device. WinUSB exposes a client API that enables developers to work with USB devices from user-mode. Starting with Windows 7, USB MTP devices use WinUSB instead of the kernel mode filter driver.

== Advantages and disadvantages == === Advantages === Does not require the knowledge to write a driver Speeds up development

Available in 5 languages

via Wikidata sitelinks · CC0

Connections

Categories