Skip to content
This repository has been archived by the owner on Jul 20, 2020. It is now read-only.

paypal/HidLibrary

 
 

Repository files navigation

There has been quite a bit of interest in this little library over the years but unfortunately I'm not able to support it at this time. I'm also unable to answer questions about using it with different devices. So you're on your own if you decide to use it. Please feel free to fork it or send me a pull request if you would like to contribute.

Hid Library

Nuget Nuget downloads 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

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.

About

This library enables you to enumerate and communicate with Hid compatible USB devices in .NET.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 48.4%
  • HTML 36.3%
  • F# 13.6%
  • Other 1.7%