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

### Discussed in https://github.com/IntergatedCircuits/HidSharp/discussions/29 Originally posted by **ajcdev** March 12, 2024 I currently have a problem dealing with a 16-bit joystick here using this library. Sometimes it gives me a...

Hello there, I came accross an issue while using HidSharp 2.1.0 on Linux raspberrypi 5.10.17-v7l+. I am using an USB device that be rebooted via a HID message. I send...

bug

i create a project and using the HidSharp, when i build it with 2022, i see this warning: C:\Program Files\Microsoft Visual Studio\2022\Enterprise\MSBuild\Current\Bin\amd64\Microsoft.Common.CurrentVersion.targets(2382,5): warning MSB3243: No way to resolve conflict between...

Hello. I am trying to simulate joystick for a remapping tool. All drive me to learn how to do it with vJoy. But by reading the description of your projet....

Hi, thanks for your work. I'm developing a usb device (gaming pedals), and I have a strange bug when adding vendor defined fields in the descriptor. When using the dll...

Hi all - Reported this on the James' support forum few years back but never got any resolution, so I thought I'd try again here as well. The following code...

bug

### TL;DR When creating instance of [EncodedItem](https://github.com/IntergatedCircuits/HidSharp/blob/b0eca5d11f733a4dc7ee273cc008fc5a7704c1e7/HidSharp/Reports/Encodings/EncodedItem.cs) if DataValueSigned = X where `(X > Int16.MinValue && X < 0) || (X > Int16.MaxValue)` Then DataValueSigned cannot be round tripped and...

bug

Initially, I used `HidSharp.DeviceList.Local.GetAllDevices()` without any issues, however, after repeatedly calling it several times, the following Native Crash occurred. ```================================================================= Native Crash Reporting ================================================================= Got a SIGSEGV while executing native...

bug

Let's collect some HID devices which produce a failure from the library when trying to reconstruct the HID report descriptor on Windows.

bug

Hi. I'm interfacing with a game controller and it have a "Dial" axis. It's a relative axis and it's value is signed. It works like an mouse wheel (scrolling can...

bug