WinUSBNet 2.1.0

dotnet add package WinUSBNet --version 2.1.0
NuGet\Install-Package WinUSBNet -Version 2.1.0
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="WinUSBNet" Version="2.1.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add WinUSBNet --version 2.1.0
#r "nuget: WinUSBNet, 2.1.0"
#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.
// Install WinUSBNet as a Cake Addin
#addin nuget:?package=WinUSBNet&version=2.1.0

// Install WinUSBNet as a Cake Tool
#tool nuget:?package=WinUSBNet&version=2.1.0

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

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 net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
.NET Core netcoreapp3.1 is compatible. 
.NET Framework net35 is compatible.  net40 was computed.  net403 was computed.  net45 is compatible.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • .NETCoreApp 3.1

    • No dependencies.
  • .NETFramework 3.5

    • No dependencies.
  • .NETFramework 4.5

    • No dependencies.

NuGet packages (2)

Showing the top 2 NuGet packages that depend on WinUSBNet:

Package Downloads
Buttplug.Server.Managers.WinUSBManager

WinUSB device support (Rez Trancevibrator) for Buttplug Servers. (.Net Framework 4.7+ only)

PskOnline.X20.DotNet.WinUsb

.Net Client Code for PskOnline X20 USB 2.0 PPG Waveform Sensor

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
2.1.0 21,535 8/22/2020
2.0.0 16,069 1/26/2020
1.0.3 25,410 1/24/2017
1.0.0 4,276 11/2/2011