Popularity
5.9
Stable
Activity
0.0
Declining
554
53
221

Programming language: C#
License: MIT License
Tags: Misc    
Latest version: v3.3.28

HidLibrary alternatives and similar packages

Based on the "Misc" category.
Alternatively, view HidLibrary alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of HidLibrary or a related project?

Add another 'Misc' Package

README

NOTE: Support is VERY limited for this library. It is almost impossible to troubleshoot issues with so many devices and configurations. The community may be able to offer some assistance but you will largely be on your own. If you submit an issue, please include a relevant code snippet and details about your operating system, .NET version and device. Pull requests are welcome and appreciated.

Hid Library

Nuget TeamCity Build Status

This library enables you to enumerate and communicate with Hid compatible USB devices in .NET. It offers synchronous and asynchronous read and write functionality as well as notification of insertion and removal of a device. This library works on x86 and x64.

Installation

PM> Install-Package hidlibrary

Developers

Mike O'Brien Austin Mullins
Mike O'Brien Austin Mullins

Contributors

Benjamin Wegman jwelch222 Thomas Hammer juliansiebert George Hahn
Benjamin Wegman jwelch222 Thomas Hammer juliansiebert George Hahn
Rick van Lieshout Paul Trandem Neil Thiessen intrueder Bruno Juchli
Rick van Lieshout Paul Trandem Neil Thiessen intrueder Bruno Juchli
sblakemore J.C Marek Roszko Bill Prescott Ananth Racherla
sblakemore J.C Marek Roszko Bill Prescott Ananth Racherla

Props

Thanks to JetBrains for providing OSS licenses for R# and dotTrace!

Resources

If your interested in HID development here are a few invaluable resources:

  1. Jan Axelson's USB Hid Programming Page - Excellent resource for USB Hid development. Full code samples in a number of different languages demonstrate how to use the Windows setup and Hid API.
  2. Jan Axelson's book 'USB Complete' - Jan Axelson's guide to USB programming. Very good covereage of Hid. Must read for anyone new to Hid programming.


*Note that all licence references and agreements mentioned in the HidLibrary README section above are relevant to that project's source code only.