HidSharp icon indicating copy to clipboard operation
HidSharp copied to clipboard

HIDSharp is a multiplatform C# library for USB HID devices by James F. Bellinger

Results 16 HidSharp issues
Sort by recently updated
recently updated
newest added

Hi Somewhere in an update, the DevicePath has changed from something like "usb&hid....." to COMn. I need to identify the actual USB device, sitting on the COM port. Anyone know...

question

Hi, I have code uses the library, I successfully located and got the HidDevice instance. after I tried to open a connection and get the stream object, the machine crushes...

bug

All assemblies in my project are signed. But when I try to use Nuget's HidSharp component the application is giving the error below at runtime. > Could not load file...

How can I read the data from the buffer with asynchronously? I'm trying to make a simple win form app. I can read and write synchronously, but with which function...

question

Dear Benedek, dear Luke, I am using your marvelous library to communicate with some devices on Linux (raspbian). While doing so I noticed that my device would only reply when...

bug

I'm on windows using Unity 2022.3.28f1 and the current latest commit on this repo. I tried the nuget package and also this, but neither works perfectly inside Unity. The second...

bug