Tagged Questions

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

learn more… | top users | synonyms

9
votes
5answers
1k views

Roll My Own Windows Joystick HID Driver?

I have a USB Joystick, and I want to write my own HID driver for it. Notably I want to inject delay between when the joystick input is received by Windows and when my application is notified of that ...
9
votes
6answers
5k views

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 as possible. (In case of future ports to other platforms) -Have C++ bindings. -Be ...
8
votes
8answers
19k views

How to read a value from a barcode reader?

How can I read a value from a barcode reader using c#.
7
votes
1answer
1k views

Consuming a USB HID device in Windows CE 6.0 using c#

I am working on an Embedded Windows CE project and am interested in accessing a USB HID device through one of its USB Host ports. All I really need to read are the raw HID spec packets. On a windows ...
6
votes
2answers
544 views

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.de/index.php/2007/08/03/hid-usb-driver-library/ This seems to be one of ...
6
votes
1answer
415 views

Listen to USB keyboard with Python

The setup: a minimalistic Linux (OpenWRT on ASUS router), a USB keyboard (assume I know the device name like /dev/hiddev0) A goal: write a python (or shell, in this case I can use it like a proxy for ...
5
votes
1answer
247 views

Enumerating USB HID Devices using SetupAPI in 64 bit app

I am using Delphi XE2 and attempting to upgrade our usb comms dll to 64 bit. We're using the JVCL SetupAPI and Hid units. All works perfectly using 32 bit compiler and can see my attached HID device. ...
5
votes
0answers
448 views

How to read out an USB Rfid Reader imitating an HID keyboard using Linux and Python3

I'm using an Rfid Reader (a small usb stick) which imitates an HID keyboard on Debian Linux (Squeeze). less -f /dev/input/event2 gives me a bunch of gibberish on the screen the moment an rfid tag is ...
5
votes
1answer
488 views

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 have linear mouse response on Mac OS X. That is, no acceleration; an ...
5
votes
3answers
719 views

Read data from Wii-balanceboard

Im trying to get the output from a Wii Fit (balance board). I can find the device via the C++ Bluetooth enumerators but attempts to connect via a windows socket are failing. Im wondering if anyone ...
5
votes
3answers
3k views

Reading and writing to USB (HID) interrupt endpoints on Mac

I am attempting to communicate with a rather specific USB device and developing both Windows and Mac code to do so. The device is a USB device with a HID interface (class 3) with two endpoints, an ...
5
votes
3answers
717 views

Determining HID interface to be POS or Keyboard in C++

I've got some bar code scanner devices that can handle a variety of USB interfaces (COMM Emulation, HID Keyboard, HID POS, etc.) The problem is that, while I can tell if the device is in a HID mode, ...
5
votes
1answer
373 views

Non-HID Mouse driver on NT

I'm looking to write a custom touchpad driver for my laptop, as its support under Windows is abysmal. I have the protocol figured out and I'm ready to go ahead and implement it, but I'm a bit ...
5
votes
5answers
11k views

How to 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 is implemented as a generic HID device, and I would like it to be behave as control ...
4
votes
2answers
230 views

How can i communicate with an HID USB device in delphi [closed]

I have been researching this problem for a while now and I just can't seem to get it right. I have a C++ version of the software I would like to make in delphi, but I can't get it to work in delphi. I ...
4
votes
1answer
481 views

Accessing the HIDAPI library in python

I am trying to use python to communicate with a generic HID device. I have read that the HIDAPI library, written in C, beats libusb1.0 for simple and stable cross-platform HID communication. ...
4
votes
3answers
789 views

Is it possible to make a computer behave as a bluetooth HID device?

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 as ...
4
votes
0answers
105 views

How do I tell OS X to ignore the input from one of two connected USB mice?

I have two USB mice connected to my Mac, one of which I'm using as a scanner. I need access to the Generic X and Y data but I don't want that data to move the cursor. How, under either carbon or ...
4
votes
5answers
2k views

.NET API for HID (USB)?

Is there an API in .NET (C#) for using USB HID (Human Interface) devices?
4
votes
1answer
873 views

USB HID protocol question

I'm implementing USB on a PIC 18F2550 using a generic HID interface. I've set up the HID profile configuation to have a single 64 byte message for both inputs and outputs. Now it's basically working. ...
4
votes
2answers
101 views

Developing for a specialized computer with integrated hardware

We are looking at implementing a card-reader program for a integrated computer. The computer is a touch-screen with an embedded computer, running Windows XP, and a cardreader integrated into the ...
4
votes
4answers
6k views

Find out which process has an exclusive lock on a USB device handle

I have a library that reads/writes to a USB-device using CreateFile() API. The device happens to implement the HID-device profile, such that it's compatible with Microsoft's HID class driver. Some ...
3
votes
2answers
87 views

How to enumerate all HID devices? C#

I need to enumerate all HID devices connected to my PC. I tried to use this answer, but it enumerates USBHub devices and I can't find there my HID device. EDIT: I will be glad to know If there any ...
3
votes
1answer
499 views

Creating a virtual HID device

I'd like to create a virtual HID device (emulate it with a driver). It must be visible to clients that implement standard HID detection: Call HidD_GetHidGuid() – Get the HID device class GUID Call ...
3
votes
1answer
120 views

Accessing Apple Earbud Clicker Controls in C

I wanted to find out if there was any way to have applications access and listen to the Apple Earbud's Clicker controls on the newer headphones, much like applications can listen to the IR Receiver ...
3
votes
1answer
1k views

Bluetooth mouse/keyboard emulation

I'm having a hard time finding a software that would emulates a Bluetooth keyboard (and/or mouse) that follows HID standard. I've already found one, but I couldn't get it working: ...
3
votes
1answer
541 views

What is the easiest way to get track data off a simple USB HID magnetic card reader?

I need to get Track 1 and Track 2 data off magnetic cards and send them over the network to a waiting server. What is an easy way to get the track data from a USB HID magnetic card reader? In case it ...
3
votes
2answers
1k views

How to simulate a low level keypress on os x?

I am trying to generate keyboard keydown and keyup events programmatically. I am currently using CGPostKeyboardEvent to do this, but I am searching for a way to do this at a lower level. I have ...
3
votes
2answers
1k views

Looking for virtual USB HID driver

We designed a special communication tool for use on a wheelchair to control lights etc. We use Z-wave. We have app for control of these devices via PC. Unfortunately, the app expects a USB stick. Our ...
3
votes
1answer
380 views

How can you take ownership of a hid device?

What I would like to take ownership of a hid device that may already have been plugged in, consume it's output, while preventing others(X11 or terminal) from consuming it. If I can help it, I don't ...
2
votes
0answers
76 views

Trying to bind bluetooth socket to PSM 17 and 19 returns EACCESS on MeeGo

I am trying to use Nokia N9 (meego) as a virtual Bluetooth mouse/keyboard. I am trying to use this http://anselm.hoffmeister.be/computer/hidclient/ small program as a starting point but I am running ...
2
votes
2answers
63 views

multiple HID input reports

I declared two input reports (64B for the short report and 128B for the long report) with a 64B interrupt endpoint in packet size. When reading the short report, the USB analyzer shows the expected ...
2
votes
1answer
112 views

I2C to FPGA to PCIe to HID

We have a hardware design in progress that is taking touch screen inputs and passing them along via I2C to an FPGA. The FPGA translates the I2C data to PCIe. The PCIe passes the touchscreen data to ...
2
votes
1answer
159 views

Problems sending commands to USB programmer

I'm writing a program in VB.NET 2010 that will connect to the PICkit(TM) 1 FLASH Starter Kit's USB programmer and send it commands to turn on or off something connected to the attached eLab16m board, ...
2
votes
1answer
147 views

python reading HID

I'd like to do a program that takes input from HIDs attached to a linux system and generates MIDI from those. I'm ok on the MIDI side, but I'm struggling on the HID side of things. While this approach ...
2
votes
1answer
214 views

C Callback in Objective-C (IOKIT)

I am trying to write some code that interacts with an USB device in Objective C, and I got stuck on setting the callback function for incoming reports. In my case it's an IOKIT function but I think ...
2
votes
1answer
183 views

Raw access to HID devices in OS X

What is the simplest way to get raw access to HID devices on OS X? I've been looking through the IOKit examples, but even opening a device seems needlessly complex, involving multiple callbacks and ...
2
votes
0answers
991 views

Windows HID device driver installation for Wiimote. Can we improve it?

We’re working on a project in which we have a program that connects to a Wiimote and reads data from it. It works, however we would like to improve the connection process. We often have to make ...
2
votes
2answers
139 views

Change or override the behavior of a USB keyboard to a more generic controller

Changing the keystrokes of a USB keyboard. My question is very similar to the one above... (to which there was no clear answer) I have a nice USB keyboard that I would like to use to control an ...
2
votes
0answers
1k views

Android USB HID Device

Does anyone know how to configure an Android device (tablet) to appear as a USB HID device when connected to a PC? Is there any other way of getting data from the tablet to the PC (via USB) other than ...
2
votes
1answer
217 views

Python Wacom Interface

I am trying to write a python script on Windows 7 to interact with my Wacom Bamboo Pen tablet. Wacom recommends using the WinTab API, and it works fine, but not for my application. I don't want the ...
2
votes
2answers
733 views

USB Input device on Archos a28: Read and Write directly to device

I have a Archos a28 internet tablet running Android Froyo 2.2. I have a HID Input class device that I would like to get working on Android. The tablet itself is already capable of handling a mouse ...
2
votes
1answer
394 views

programming an universal remote control

I have a remote control RM200 and I want to program it so I can detect key presses and send them to applications. Now, which API can I use in Windows? HID usb API? IRDA API? I'm confused. My ...
2
votes
3answers
581 views

HID device info structure from GetRawInputData

Where can I get the structure for an HID device? For example: raw data from a device, using GetRawInputData: ( 0 137 117 0 146 130 24 128 0 ) ( 0 137 117 0 146 130 8 128 0 ) ...
2
votes
2answers
911 views

Register phone as HID (mouse)

Given a Windows Mobile 6.1 smartphone with Bluetooth I want to register it as a mouse. Basically what I do now: Start the Bluetooth service on device with Guid ...
2
votes
2answers
2k views

How do I read events from a HID device under Ubuntu Jaunty?

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 ...
2
votes
1answer
1k views

How to map USB HID input to keyboard strokes?

I am a .NET developer, and I want to turn my USB HID device (Mouse, Dance Pad, Guitar or Drums, specially Drums) into a keyboard (with few keys, I know). Do I need to develop this from scratch? Is ...
1
vote
2answers
49 views

Linux input.h (What library would I link to in .NET)

I'm using Mono C# and would like to know what physical library "input.h" is dependent on? Ive searched google but am not getting anything. NOTE UPDATE: The goal here is to get Keyboard and Mouse ...
1
vote
1answer
53 views

Interfacing with an HID Device from C#/C++?

I understand that I can hook events sent by HID devices, but I am interested in finding out if there is any way to actually send instructions to it. For example, I would like to write an application ...
1
vote
0answers
16 views

Packet “0x71” transmitted by iPad over control channel in HIDP Bluetooth connection

iPad is transmitting a 0x71 packet immediately after connecting over the control L2CAP channel in a Bluetooth HIDP connection. Unless I respond with 0x00 byte immediately, over the same channel, iPad ...

1 2 3 4