.NET API for HID (USB)?

jco picture jco · May 10, 2010 · Viewed 54.9k times · Source

Is there an API in .NET (C#) for using USB HID (human interface) devices?

Answer

Jake Almer picture Jake Almer · Sep 9, 2010

HidLibrary wraps up all the P/Invoke calls for you. But no, it doesn't look there are any nice framework APIs for dealing with USB devices.