# winusbnet **Repository Path**: tianlx1985/winusbnet ## Basic Information - **Project Name**: winusbnet - **Description**: WinUSB .NET wrapper library - **Primary Language**: C# - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 2 - **Created**: 2021-12-05 - **Last Updated**: 2024-06-07 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # WinUSBNet WinUSBNet is a .NET class library that provides easy access to the WinUSB API from C#, VB.NET and other .NET languages. WinUSB is a user mode API available for Windows XP, Vista and 7 (XP will require an update), allowing low level access to USB devices such as control transfers and reading from and writing to endpoints. Please note that there is at least one different project with the same name (at codeplex), this libary is not related. ## Download [Download latest release](https://github.com/madwizard-thomas/winusbnet/releases/latest) ## Status The library is *stable*. If you find any bugs or problems please report them using the issue tracker or add a pull request if you have fixed something yourself. ## Features * MIT licensed with C# source code available (free for both personal and commercial use) * CLS compliant library (usable from all .NET languages such as C#, VB.NET and C++.NET) * Synchronous and asynchronous data transfers * Support for 32-bit and 64-bit Windows versions * Notification events for device attachment and removal * Support for multiple interfaces and endpoints * Intellisense documentation ## Related documentation * [Library reference online](http://madwizard-thomas.github.io/winusbnet/docs/) * [Online wiki with short howto](https://github.com/madwizard-thomas/winusbnet/wiki) * [Changelog](Changelog.md) * [WinUSB overview](https://msdn.microsoft.com/en-us/library/ff540196.aspx) * [How to Use WinUSB to Communicate with a USB Device](http://www.microsoft.com/whdc/connect/usb/winusb_howto.mspx) * [Jan Axelson's page on WinUSB](http://janaxelson.com/winusb.htm) ## Migration from google code This project was previously available at google code (code.google.com/p/winusbnet/). This github repository is now the official repository for WinUSBNet.