Usb.Net 2.0.2

There is a newer version of this package available.
See the version list below for details.
dotnet add package Usb.Net --version 2.0.2
                    
NuGet\Install-Package Usb.Net -Version 2.0.2
                    
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="Usb.Net" Version="2.0.2" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Usb.Net" Version="2.0.2" />
                    
Directory.Packages.props
<PackageReference Include="Usb.Net" />
                    
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 Usb.Net --version 2.0.2
                    
#r "nuget: Usb.Net, 2.0.2"
                    
#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 Usb.Net@2.0.2
                    
#: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=Usb.Net&version=2.0.2
                    
Install as a Cake Addin
#tool nuget:?package=Usb.Net&version=2.0.2
                    
Install as a Cake Tool

A cross platform USB library written in C#

See Hid.Net for Windows / UWP (Same interface for dependency injection)

Product Compatible and additional computed target framework versions.
.NET net6.0-android was computed.  net7.0-android was computed.  net8.0-android was computed.  net9.0-android was computed.  net10.0-android was computed. 
MonoAndroid monoandroid is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (6)

Showing the top 5 NuGet packages that depend on Usb.Net:

Package Downloads
Ledger.Net

A cross platform C# library for the Ledger hardwarewallet. To see the samples, please clone the repo at the project Url.

Nethereum.Signer.Trezor

Netherum.Signer.Trezor provides the External Signing capability for Ethereum transactions and Messages using Trezor Hardware wallets

Device.Net.LibUsb

macOS and Linux .NET library for talking to USB devices. Backed by the Device.Net framework

NethereumQuantum.Signer.Trezor

Netherum.Signer.Trezor provides the External Signing capability for Ethereum transactions and Messages using Trezor Hardware wallets

SharpSpaceMouse

Package Description

GitHub repositories (3)

Showing the top 3 popular GitHub repositories that depend on Usb.Net:

Repository Stars
Nethereum/Nethereum
Ethereum .Net cross platform integration library
MelbourneDeveloper/Device.Net
A C# cross platform connected device framework
Mxater/DualSenseSupport
Preliminar DualSense
Version Downloads Last Updated
4.3.0-beta 5,801 10/30/2021
4.2.1 29,283 7/20/2021
4.1.0 1,065 7/18/2021
4.0.9-alpha 745 1/26/2021
4.0.8-alpha 538 1/23/2021
4.0.7-alpha 629 12/30/2020
4.0.6-alpha 624 12/26/2020
4.0.5-alpha 572 12/24/2020
4.0.4-alpha 613 12/24/2020
4.0.3-alpha 553 12/21/2020
4.0.2-alpha 584 12/13/2020
4.0.1-alpha 654 10/6/2020
4.0.0 3,498 1/30/2021
4.0.0-alpha 554 10/6/2020
3.1.0 90,944 9/5/2019
3.0.0 1,004 8/19/2019
3.0.0-beta2 678 8/3/2019
3.0.0-beta 671 7/21/2019
2.9.0 1,739 7/2/2019
2.8.0 895 6/23/2019
2.7.0 3,693 3/30/2019
2.6.1 1,027 3/19/2019
2.6.0 2,228 3/10/2019
2.5.0 1,032 2/21/2019
2.4.0 1,822 1/28/2019
2.3.1-alpha 780 1/17/2019
2.3.0 1,044 1/14/2019
2.2.0 1,004 12/30/2018
2.1.0 954 12/26/2018
2.0.2 969 12/17/2018
2.0.1 949 12/17/2018
2.0.0 986 12/17/2018

Split from Hid.Net