FrankeCsTools.WinUSBNet 2.1.3

There is a newer version of this package available.
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
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="FrankeCsTools.WinUSBNet" Version="2.1.3" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="FrankeCsTools.WinUSBNet" Version="2.1.3" />
                    
Directory.Packages.props
<PackageReference Include="FrankeCsTools.WinUSBNet" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add FrankeCsTools.WinUSBNet --version 2.1.3
                    
#r "nuget: FrankeCsTools.WinUSBNet, 2.1.3"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package FrankeCsTools.WinUSBNet@2.1.3
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=FrankeCsTools.WinUSBNet&version=2.1.3
                    
Install as a Cake Addin
#tool nuget:?package=FrankeCsTools.WinUSBNet&version=2.1.3
                    
Install as a Cake Tool

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

Download latest release

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
Product Compatible and additional computed target framework versions.
.NET net10.0-windows7.0 is compatible. 
.NET Framework net48 is compatible.  net481 is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • .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.

Version Downloads Last Updated
2.1.4 113 6/16/2026
2.1.3 112 6/15/2026
2.1.2 108 6/14/2026
2.1.1 101 6/14/2026