FrankeCsTools.WinUSBNet
2.1.3
See the version list below for details.
dotnet add package FrankeCsTools.WinUSBNet --version 2.1.3
NuGet\Install-Package FrankeCsTools.WinUSBNet -Version 2.1.3
<PackageReference Include="FrankeCsTools.WinUSBNet" Version="2.1.3" />
<PackageVersion Include="FrankeCsTools.WinUSBNet" Version="2.1.3" />
<PackageReference Include="FrankeCsTools.WinUSBNet" />
paket add FrankeCsTools.WinUSBNet --version 2.1.3
#r "nuget: FrankeCsTools.WinUSBNet, 2.1.3"
#:package FrankeCsTools.WinUSBNet@2.1.3
#addin nuget:?package=FrankeCsTools.WinUSBNet&version=2.1.3
#tool nuget:?package=FrankeCsTools.WinUSBNet&version=2.1.3
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.
Changes of this fork
This is a fork of WinUSBNet
Home of forked Repo: FrankeCsTools.WinUSBNet
Nuget package: FrankeCsTools.WinUSBNet
- Assembly signed with strong name
- Added support for .NET Framework 4.8 and .NET Framework 4.8.1
- Added support for .NET 10.0
- Support for older .NET Framework 3.5, 4.5 removed
- Project upgraded to Visual Studio 2026
- No functional changes or improvements.
The content below is the original readme from the original project.
Download
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
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net10.0-windows7.0 is compatible. |
| .NET Framework | net48 is compatible. net481 is compatible. |
-
.NETFramework 4.8
- No dependencies.
-
.NETFramework 4.8.1
- No dependencies.
-
net10.0-windows7.0
- No dependencies.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.