hid Questions
1
Solved
I have a this error in arduino:
fatal error: hid.h: No such file or directory
How can I find or download hid.h file?
Twin asked 1/5, 2018 at 14:26
1
I'm trying to read a Wii Remote using the HID class, in a UWP app (C# .net), similar to this.
However, I can't seem to do much, as I can't get a Write-capable HID handle, which is required to do a...
0
I am trying to use a raspberry pi to send feature reports to a Vive tracker. However I've come across a bit of a problem when I connect both of them.
Whenever I boot up the pi with the vive connec...
Wainscoting asked 19/1, 2018 at 11:56
1
Solved
What is the name of the low-level keyboard device in macOS (somewhere in Darwin / Mach / IOKit) that corresponds to /dev/input in Linux? (e.g. /dev/input/event0)
Context: I'm asking because want t...
1
Solved
I have a barcode scanner connected to my RasPi without any tty, which means headless without a monitor. In other words, a keylogger for number inputs. This scanner reads numerical barcodes like GTI...
Jane asked 10/11, 2017 at 16:44
1
Solved
I have recently converted a 122-key terminal keyboard to USB as a configfs USB gadget (the keyboard portion is using HID codes). It works quite well, except that I cannot seem to get my Arch Linux ...
Zennie asked 5/11, 2017 at 21:41
3
Solved
Can someone please explain the following Argument Exception : The structure must not be a value class to me please.
It's being cause by the following line of code in my program:
Marshal.PtrToStruc...
Feckless asked 28/7, 2009 at 17:56
1
I need to get information about the idProduct and idVendor of a plugged in HID device on my Windows machine. How do I get the USB_DEVICE_DESCRIPTOR for a given HID device?
I searched the internet...
1
Self resolved
It's posted below as an answer.
Trying to get what xinput test-xi2 --root prints with python xlib.
Using version 1.9 from github: https://github.com/python-xlib/python-xlib
event._dat...
0
Almost self resolved.
Background info
linux keycode
The below is from: linux_xmodmap_tutorial
Scancode → a number your keyboard sends to a computer. For USB
keyboards, it's defined by the USB...
1
I'm trying to pass though APDUs command via HID OMNIKEY 5427 CK to operate MIFARE Card ie. Ultralight C card, on the Windows 10 x64 OS environment using WinSCard.dll. (I'm under NXP NDA and have fu...
Softball asked 19/6, 2017 at 4:54
1
Solved
The situation:
We have a software suite that interacts with a device we built in-house. The device uses WinUSB for communications, EXCEPT when in boot mode during firmware updates. When in boot mod...
3
Solved
I have a Linux USB HID device (a Hama MCE), and I can read its events manually by reading cat /dev/input/event7 and cat /dev/input/event8. Whenever I press a key on the device, a few bytes become a...
2
I have this USB Relay:
http://www.ebay.com/itm/5V-USB-Relay-2-Channel-Programmable-Computer-Control-For-Smart-Home-/141097843081?pt=LH_DefaultDomain_0&hash=item20da163989
Al I need is to send c...
2
Solved
I have written a python script that polls evdev for a HID barcode scanner (emulates a keyboard): the script works well on Linux platforms (Ubuntu). Is there an OS X Python equivalent for evdev that...
Tryma asked 10/12, 2016 at 0:3
1
The aim
Perform a hardware reset of a specific USB dongle ANT, HID device, with Delphi app.
1. CM_Request_Device_Eject function attempt
I have tried to use the CM_Request_Device_Eject function...
0
I have iOS device and Bluetooth barcode scanner, which works as external keyboard.
The task is to get scanned barcode in background mode inside my dynamic library and notify application, which in...
Circumfuse asked 3/10, 2016 at 15:3
2
Solved
I'm trying to (reversibly) disable USB HID support on a Raspbian Jessie install, kernel version 4.4.16-v7+. We need to have the Raspberry Pi in a semi-public space and display stuff on a TV, and we...
Strung asked 5/8, 2016 at 9:53
1
Solved
For example, a USB barcode scanner can act as an HID keyboard to input characters. However, to input some foreign language other than English, e.g. Unicode, an HID keyboard could face difficulties....
1
I'm trying to build an app that will accept keyboard input from a remote control that emulates a keyboard. I need to capture all keys from the remote, including volume up/down (it emulates a multim...
Dett asked 16/2, 2016 at 2:6
5
Is it possible to make a computer behave as a bluetooth HID device? That is, given a local machine with a standard USB keyboard plugged into it, other devices could discover this machine and use it...
2
Solved
I am able to pair a bluetooth keyboard but not able to connect so as to make it an input device.
I went through the documentation provided at developer site - http://developer.android.com/guide/top...
Zoraidazorana asked 15/3, 2016 at 8:59
3
Solved
I'd like to deconstruct the raw reports received from the hid_read function of hidapi.
As I understand, this can be achieved using the information from the device's report descriptors. But when tr...
1
2
Solved
I am trying to create an executable that can be called and pass back a weight from a Fairbanks SCB-9000 USB scale. I have found some code that was for a different model scale, but it is not quite w...
© 2022 - 2024 — McMap. All rights reserved.