Top "Hid" questions

HID stands for Human Interface Device, a type of computer peripheral taking input from a user and sometimes providing feedback, for example keyboard, mouse, joystick, trackball and the like.

How can I capture raw HID input on Linux?

Short version of what I want to accomplish: I have a foot pedal (INFINITY-IN-USB-1, if that's of any interest) that …

linux hid hid-device
Disabling mouse acceleration in Mac OS X

First of all, here's the userland question: Disabling mouse acceleration in Mac OS X @ superuser To summarize: I want to …

macos mouse hid
.NET API for HID (USB)?

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

c# .net api usb hid
C# and USB HID Devices

I'm looking for one of either 2 things 1 - A working example of code using Florian's library from: http://www.florian-leitner.…

c# usb hid
Custom HID device HID report descriptor

I have a bit of a problem with generating a HID descriptor. I want to use simple reports with ID1 …

usb hid
List of hex keyboard scan codes and USB HID keyboard documentation

Where am I able to find a list of the hex keyboard scan codes for different keyboard layouts? I'm sending …

keyboard hex hid keycode
Using Android to Communicate with a USB HID Device

I am new to USB and to Android so please forgive me if I don't explain myself clearly. I have …

android usb hid
How do I read input from a USB HID device?

I'm making an application to run in the background on a salespoint to read input from a usb scanner. How …

c# usb hid
What is the best USB library to communicate with USB HID devices on Windows?

The library should; Be easy to use and few lines of client code should accomplish much Be as platform independent …

c++ windows usb hid
Write data to USB HID using JavaScript, HTML5, or any cross platform language (supports Android)

I've written an UI in HTML5 and JavaScript. I chose this implementation so that I could share the same code …

javascript android html usb hid