Skip to content
mcuee edited this page May 22, 2026 · 3 revisions

Welcome to libusb-win32 Wiki.

Introduction

libusb-win32 is a port of the libusb-0.1 API for Windows with some additional asynchronous transfer support. The library allows user space applications to access many USB device on Windows.

There are two parts of this project: digital signed kernel driver (libusb0.sys) and user space library (libusb0.dll).

Status

Status: supported

Maintained by:

  1. Peter Dons Tychsen (developer)
  2. Xiaofan Chen (project manager and technical support)

Development Tools

  1. Current tools: VS 2019 + EWDK version EWDK_co_release_svc_prod3_22000_220715-1440
  2. Future tools: VS 2022/VS2026 + a supported version of EWDK

Clone this wiki locally