HidLibrary

repository·master·Indexed 20 days ago

https://github.com/mikeobrien/hidlibrary

A .NET library for enumerating and communicating with HID-compatible USB devices. It supports synchronous and asynchronous I/O, device connection notifications for insertions and removals, and is compatible with x86 and x64 architectures.

Tokens
153
Snippets
1
Records
2
Agent score
21%

What's inside HidLibrary

  1. Overview of HidLibrary capabilities

    master

    HidLibrary is a .NET library designed to enumerate and communicate with HID-compatible USB devices.

    Key features include:

    • Device Enumeration: Find connected HID devices.
    • Communication: Supports both synchronous and asynchronous read and write operations.
    • Device Notifications: Provides notifications when devices are inserted or removed.
    • Platform Support: Works on both x86 and x64 architectures.