Jump to content

Recommended Posts

Posted (edited)
Libusb-win32 is a port of the USB library libusb to the Windows operating systems (Win98SE, WinME, Win2k, WinXP). The library allows user space applications to access any USB device on Windows in a generic way without writing any line of kernel driver code.

Features:

  • Can be used as a filter driver for existing, already installed devices. This feature allows libusb-win32 to communicate with any installed USB device.
  • Can be used as a normal device driver for devices for which no driver exists (self build/developed USB hardware, etc).
  • The two methods described above can used in parallel without any problems.
  • 100% API and functional compatible with the main libusb project.
  • Supports Bulk and Interrupt transfers.
  • Supports all Standard Device Requests (control messages) described in chapter 9 of the USB specification.
  • Supports vendor specific control messages.

SF.net's project page

Official website

Edited by patchworks

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...