HidSharp 1.5.0
dotnet add package HidSharp --version 1.5.0
NuGet\Install-Package HidSharp -Version 1.5.0
<PackageReference Include="HidSharp" Version="1.5.0" />
<PackageVersion Include="HidSharp" Version="1.5.0" />
<PackageReference Include="HidSharp" />
paket add HidSharp --version 1.5.0
#r "nuget: HidSharp, 1.5.0"
#:package HidSharp@1.5.0
#addin nuget:?package=HidSharp&version=1.5.0
#tool nuget:?package=HidSharp&version=1.5.0
HIDSharp is a cross-platform .NET wrapper for Windows, MacOS, and Linux (hidraw) USB HID APIs.
| Product | Versions Compatible and additional computed target framework versions. | 
|---|---|
| .NET Framework | net35 is compatible. net40 was computed. net403 was computed. net45 was computed. 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. | 
This package has no dependencies.
GitHub repositories (19)
Showing the top 19 popular GitHub repositories that depend on HidSharp:
| Repository | Stars | 
|---|---|
| LibreHardwareMonitor/LibreHardwareMonitor 
                                                            Libre Hardware Monitor is free software that can monitor the temperature sensors, fan speeds, voltages, load and clock speeds of your computer.
                                                         | |
| nefarius/ScpToolkit 
                                                            Windows Driver and XInput Wrapper for Sony DualShock 3/4 Controllers
                                                         | |
| csutorasa/XOutput 
                                                            DirectInput to XInput wrapper
                                                         | |
| Artemis-RGB/Artemis 
                                                            Provides advanced unified lighting across many different brands RGB peripherals
                                                         | |
| Hofknecht/SystemTrayMenu 
                                                            SystemTrayMenu - Browse and open your files easily
                                                         | |
| DarthAffe/RGB.NET 
                                                            The one-stop SDK for RGB-peripherals
                                                         | |
| OpenMacroBoard/StreamDeckSharp 
                                                            A simple .NET wrapper for Stream Deck
                                                         | |
| MobiFlight/MobiFlight-Connector 
                                                            MobiFlight is an open source project that allows you to create your own home cockpit for your favorite flight simulator in a flexible, affordable and extremely user-friendly way.
                                                         | |
| EvanMulawski/FanControl.CorsairLink 
                                                            The unofficial CorsairLink plugin for Fan Control. Adds support for Corsair controllers, liquid coolers, and power supplies. An alternative to iCUE.
                                                         | |
| zqhong/RyzenTuner 
                                                            A tool that supports adjusting the power limit of Ryzen mobile processors and the QoS level and priority of Windows processes
                                                         | |
| lindexi/lindexi_gd 
                                                            博客用到的代码
                                                         | |
| DCS-Skunkworks/DCSFlightpanels 
                                                            Saitek/Logitech Flight Panels & Stream Deck support for DCS-World. DCSFlightpanels also functions as a key-emulator for any game e.g. Flaming Cliff Series, Elite Dangerous, War Thunder, IL-2. Click "Releases" link below for latest release.
                                                         | |
| breadeding/OmenSuperHub 
                                                            使用 WMI BIOS控制性能和风扇速度,自动解除DB功耗限制。
                                                         | |
| DarthAffe/KeyboardAudioVisualizer 
                                                            It's colorful - I like it!
                                                         | |
| woxieao/-1s 
                                                            keeps your loudspeaker box always power on
                                                         | |
| Axadiw/MFIGamepadFeeder 
                                                            Use your MFI (Made for iPhone/iPad) Gamepad on Windows!
                                                         | |
| BrianLima/HueHue 
                                                            A simple yet powerful open source LED controller for Windows and Arduino
                                                         | |
| Fanman03/JackNetRGBSync 
                                                            The one-stop utlility for syncing your RGB perhipherals and components. Compatible with Corsair iCUE, Asus AURA, Razer Synapse, Logitech Gaming, and Cooler Master Masterplus.
                                                         | |
| Nielk1/VSCView 
                                                            OSD for Steam Controller and various other controllers
                                                         | 
1.5 (May 18, 2013):
  Added the DevicePath property to HidDevice.
  This is useful for differentiating devices with the same VID, PID, etc.
1.4.0.1 (April 21, 2013):
  Added missing XML documentation file to the archive.
1.4 (April 20, 2013):
  Documented the most important classes.
  Fixed a problem with output reports on 64-bit Windows.
  Fixed a timeout bug on Windows.
  Parallelized device enumeration.
  Reordered platform detection to prevent binary planting on Windows.
1.3 (February 23, 2013):
  Fixed Linux libudev reference to not require developer package symlinks.
  
1.2 (October 16, 2012):
  Fixed MacOS support.
1.1 (July 28, 2012):
  Added experimental MacOS and Linux support.
  Added experimental report descriptor parsing.
  
1.0 (August 28, 2010):
  Initial release.