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.
Questions tagged [hid]
1252 questions
-1
votes
1 answer
I'd like to use the Adafruit nrf52 feather with a rotary encoder. I'd like to see a working example of sending media and other control keys
I'd like to use the Adafruit nrf52 feather to build a bluetooth keyboard emulator. I'd like to see a working example of sending media and other control keys.

Ken
- 1
- 2
-1
votes
1 answer
Debian Jessie 8.3 can't close windows with touchscreen
I've got a problem with Debian Jessie (8.3 with XFCE) and can't use any one else.
Touch screen works almost correctly ( cursor fallows finger, select new window when click on it ) but can't access to windows icons placed on menu bar (on right top:…

Superbebert
- 86
- 7
-1
votes
1 answer
Error Getting Address from GetAddress - Trezor Development
I'm building a C# HID library for the Trezor. It's working well. I'm able to get past the pin entry and retrieve my xpub, and I can get addresses. However, none of the addresses that are getting returned match any of my addresses in the Trezor…

Christian Findlay
- 6,770
- 5
- 51
- 103
-1
votes
1 answer
USB HID gadget "g_hid" in Linux on TIAM57xx
I want to test the linux usb HID gadget "g_hid" modules. But while inserting it is giving error as "no such device". After referring the Linux Documentation
http://elixir.free-electrons.com/linux/v4.13.11/source/Documentation/usb/gadget_hid.txt, I…

Vikash
- 7
- 4
-1
votes
1 answer
How to get the device pictures in "Devices and Printers"? (Windows)
I'm using the SetupDi... functions to enumerate HID devices.
If I'm looking at these devices in the windows settings, they have nice hi-res icons (photos). I'm looking for the API to receive those.
I've tried SetupDiLoadDeviceIcon, but the result is…

Stefan
- 4,187
- 1
- 32
- 38
-1
votes
1 answer
Are STM32 HID USB Drivers really that slow?
I have a project in which I need to transfer data over USB HID. I have performed some speed tests, and found the USB drivers painfully slow at less than 1kB/s (nowhere close to 64kB/s). Is it really a driver problem or something else.
Has anyone…

Dr. Sahib
- 156
- 10
-1
votes
1 answer
HID WriteFile fails with ERROR_INVALID_PARAMETER
I am attempting to communicate with a generic HID device (not mouse or keyboard). Following Microsoft's documentation and some example code that I found, I have gotten to the point where I believe that I can begin communicating with the device. …

Graznarak
- 3,626
- 4
- 28
- 47
-1
votes
1 answer
LPc11u68 Recognized as a USB mass storage either when programmed in HID class
When I connected a newbie LPC11u68 to USB port,it recognized in windows as an USB mass storage device.When I programmed LPCOPEN HID example by Flash magic to it,after resetting the board,my PC can't recognized it.Only when I pulled down PIO0_1(ISP…

Dzzz
- 21
- 1
- 6
-1
votes
1 answer
MCP2210 hid Python - LCD
I have been looking for some solution how i can control LCD display, which is connected via USB.
My first result is that i will use MCP2210 -http://www.microchip.com/wwwproducts/Devices.aspx?product=MCP2210 (USB to SPI via HID class).
For the…

Michal Sládeček
- 99
- 1
- 7
-1
votes
1 answer
Block mouse key in Windows system
My coworker uses an Icon7 Twister Evolution mouse pointer in his job and as a pointer in his presentations. As soon as he updated to Windows 10 he use a default mouse driver as the producer doesn't provide any. The problem is when he accidentally…

Mike G
- 185
- 5
- 17
-1
votes
1 answer
Windows: create a multi-mouse lib that dose not require an UI
I'm trying to create a windows application that can manage multiple mouses, with the feature of understanding which device is generating the input
(something like Microsoft's Multimouse, but without a UI).
The problem is that I don't want to use a…

Mattia Angelini
- 1
- 1
-1
votes
1 answer
How to connect to apple watch with HID keyboard?
I have a HID keyboard based on nrf51,i looking for a way to connect it to my apple watch.
How can i connect it to my apple watch?
Thanks.

user3428151
- 449
- 6
- 23
-1
votes
1 answer
HID client implement in iOS
Can we used our iPhone as a HID client in iOS by using Bluetooth? We want to make HID communication with a Bluetooth Dongle. Our iPhone will send keys to dongle like a Keyboard, mouse , joystick etc.
The same we can done between a keyboard and a…

Mohit Singhal
- 43
- 1
- 9
-1
votes
2 answers
Communicate of USB-HID device on windows 8
I have an embedded board with USB device port and i would like to transfer data from/to the PC at a rate of 1600Kbps.
The actual data transferred is ADC data. Basically, i need to transfer this data to a Windows 8 machine as fast as…

FrenchRiviera
- 9
- 1
- 4
-1
votes
2 answers
Arduino Bluetooth HID NES controller coding keypresses in C
I put together a NES controller connected to a Arduino mini pro (3.3v) and a Bluetooth HID module (similar to the rn-42 BlueSmirf). I can get it connected to my Macbook and it sends keystrokes.
However, it acts like the key is being repeatedly…

user2238127
- 63
- 1
- 5