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.
0
votes
0answers
18 views
IOHIDManagerRef doesn't list some USB devices that are recognized by MacBook
I'm trying to connect to a USB device that is a card reader and I tried with this code here, the code seems to be working fine since I could detect another device (a Pic Kit), so I wonder if I'm ...
0
votes
0answers
12 views
hid api building error in XCode
I'm trying to test this hid api for MAC in XCode by creating a project type "Core Foundation" just by importing the "hidapi/hidapi.h" library and replacing the "mac/main.c" files into the project. ...
0
votes
0answers
18 views
OS X - broadcasting HID events
Good afternoon everyone.
I have a USB gamepad that I'm attempting to write a user-space driver for. Originally, I wrote the driver to work with Linux (using libusb), and everything seems to work ...
0
votes
0answers
10 views
How to disable HID device in registry?
Is there a way to disable/enable the "HID-compliant game controller" in the registry?
Or, any other programmatic way to do it?
If I manually do DeviceManager>machine>Human Interface ...
0
votes
2answers
47 views
How does windows identify a USB device uniquely?
How does windows identify a USB device uniquely, even though the device data supplied from the USB device is common to all devices of that make ?
To state this alternatively, Windows can distinguish ...
0
votes
0answers
15 views
How to uniquely identify USB HID class device? [closed]
I would like to identify a USB keyboard uniquely(something equivalent to unique mac-id for the Ethernet cards) on a computer. Does the USB HID profile has a support for such identification ? If so ...
0
votes
0answers
28 views
Connect to, or as an HID device using CoreBluetooth
Using the CoreBluetooth libs, is it possible to scan and connect to HID devices like mice and keyboards?
Also, is it possible to act as a HID device?
I've tried to scan all available bluetooth ...
1
vote
0answers
49 views
IDC files for android 4.2.2
We developed a idc file that was working well for android 4.1.1.
But in new release for android phone for nexus, it is not working.
Only change is newer version of android.
What is change done in ...
0
votes
0answers
38 views
How to send hid data to device using python / pywinusb?
I'm trying to use pywinusb to send output report to a pic18f4550, the device can receive data and I've tested it with a C# application and it worked fine, also I can read data from the device with ...
0
votes
3answers
186 views
Arduino + RN-42 Bluetooth module HID
I am trying to make a "keyboard" with my Arduino Mini Pro and a RN-42 HID Bluetooth module. I can connect to it with my MacBook and it shows up as a Bluetooth keyboard. Also, I can press buttons and ...
0
votes
0answers
28 views
Libusbdotnet HID Read (Event Driven) Error
I used LibUSbDotNet for read USB data from my Hardware using Event Driven operation. My hardware pumps out data at two different intervals. (2000 ms and 300 ms). The buffer size is 7 bytes.
The code ...
0
votes
0answers
28 views
Trying to unravel a strange enumeration sequence for embedded USB HID application
I have an AVR application that uses the LUFA HID Class library to act as a keyboard and mouse. (two interfaces) It supports suspend/resume features.
I've been trying to troubleshoot some strange ...
0
votes
1answer
56 views
Writing to USB HID Device with IOKit IOHIDDeviceSetReportWithCallback
I am trying to communicate asynchronously with a USB HID Device using the IOHIDManager from IOKit. I have no problem registering for a callback with IOHIDDeviceRegisterInputReportCallback and setting ...
0
votes
1answer
36 views
usbManager openDevice call fails after several hundred successful attempts
I'm using usbmanager class to manage USB host on my android 4.1.1 machine.
all seems to work quite well for a few hundreds of transactions until (after ~ 900 transactions) opening the device fails, ...
0
votes
0answers
68 views
Programmatically disconnect Bluetooth device on Windows mobile 6.1
How do I programmatically disconnect Bluetooth device on Windows mobile 6.1?
I've tried:
InTheHand.Net.Bluetooth.BluetoothSecurity.RemoveDevice(BTAddress);
But nothing seems to happen there, no ...
0
votes
1answer
97 views
Unable to Write to a USB HID device
I'm trying to write to a USB HID device.
My code used to work on 32bit XP, but for badness I'm trying on 64bit Windows 7. I can find the device, get it's path, use CreateFile win32 API function to ...
0
votes
0answers
30 views
How can I detect when a new InputDevice is connected to an android device?
I need to detect when a new device is connected to my android devices.
Currently I keep periodically pooling InputDevice.getDeviceIds(), but this solution has its own drawbacks.
0
votes
0answers
19 views
Getting live feedback information from /dev/input/js0
I am attempting to obtain the axis position values from a joystick /dev/input/js0 on my system. If I run jstest /dev/input/js0 it will give me live feedback on all buttons and axis positions. I am ...
0
votes
1answer
30 views
tester for HID devices
I have built my own USB HID device. I want to check, if it is working correctly.
I want to check the descriptors sent by the device, display input reports and send output reports. What tools is ...
0
votes
0answers
162 views
Building and loading modules Beagle board - xM Rev C
I'm using Linux kernel 2.6.38 on Beagle board - xM Rev C and I want to build and load modules. I selected HID gadget as a module in menuconfig ([M] HID Gadget) but I don't know how to load g_hid.ko on ...
0
votes
0answers
25 views
How do I select a particular input device from device manager in Python
I run a python script to detect a particular multiple key sequence (Ctrl + Alt + T). Now when multiple USB keyboards are connected to the machine, I would like to detect input only from a given device ...
0
votes
0answers
25 views
Detect OS by HID device
I have a HID keyboard stack on my microcontroller, I have a question, whether HID device after plug-in obtains some information about operating system it is connected to?
-1
votes
2answers
187 views
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.
...
0
votes
0answers
37 views
Getting a hidraw stream in java
I am trying to access a usb controller for a java app. I was using jinput however it only gets devices that are /dev/input/event0, /dev/input/event1, ect. I have only been able to find my device in ...
4
votes
1answer
94 views
Would it be possible to read out physical keyboard strokes in node.js?
I have a node application which runs on a raspberry pi that keeps track of a bunch of UPnP-players (Sonos), which I would like to be able to control through a physical remote. I have a couple of ...
2
votes
1answer
73 views
What is USB HID col parameter
I have a HID device (picoLCD monochrome display), that I open in a Windows program written in C#.
I get 3 HID "instances" of my device with the following paths:
_devicePath = ...
0
votes
0answers
140 views
How to read data from usb hid device on android 4.0
I don't know how to read data from usb hid device on Android 4.0,I already used HashMap<String, UsbDevice> deviceList = managerme.getDeviceList() get this device, but I don't know how to read ...
1
vote
1answer
142 views
Install device driver inf via command line
I am working to deploy smart cards to our environment and the driver provided from the manufacturer is 3 files, a CAT,DLL,and INF. If I right click the INF and select install it works. I need to ...
0
votes
1answer
116 views
USB Light HID control with Node.JS & node-usb - flash only?
I've got a Delcom USB light - think build light (http://www.delcomproducts.com/products_USBLMP.asp) which I'm trying to control from node.js (running on Ubuntu if that makes any difference)
I'm using ...
1
vote
0answers
122 views
USB Device with Ingenico iCT220
Short Story
I have been tasked to connect an USB bar code scanner to this terminal [linky (PDF)], it has an usb host port ("usb master" according to documentation) on which i can connect any usb ...
1
vote
2answers
411 views
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 between both Android Chrome and Windows 8 RT.
Now, my next objective is to write data to a ...
0
votes
0answers
88 views
SIGPIPE Error when using write()
I am getting a SIGPIPE error when I try to write to a file descriptor that was returned when I opened a USB device. I can read all day from it, but I cannot write to it. Below is the code:
#include ...
1
vote
0answers
190 views
HTC Android does not connect to CSR BlueCore4-Ext custom Mouse Application
I'm working on an application for the Cambridge Silicon Research(CSR) SoC Chip - BlueCore4-Ext (found on many cheap bluetooth serial modules). The application should present itself as a Human ...
0
votes
0answers
173 views
rn-42 bluesmirf HID not sending scancodes?
I am trying to use an arduino with a bluetooth HID module (bluesmirf) to control the volume on my Galaxy tab. I have the arduino setup so that i push a small button that is wired in, and it sends ...
0
votes
1answer
229 views
Not able to connect to a Bluetooth Keyboard to android device
I am trying to programmatically connect an Android phone to a Bluetooth device (which is already paired). I am using createRfcommSocketToServiceRecord(UUID) method in a thread.
I know the Bluetooth ...
0
votes
1answer
100 views
HID transfer comparison on different endpoints
I'm using the SiLabs C8051F320 configured as a HID to stream ADC data (in 64B or 32B reports) to the PC. I'm basing my HID on the SiLabs example code, with bInterval = 1 and experimenting with ...
0
votes
0answers
46 views
Excel - Multiple HID Devices
Question slightly different to this: There is some code in here from osknows
Excel - how to have Multiple Input Devices (USB)
Have not worked with Objects before and trying to work code in above ...
0
votes
1answer
128 views
How to identify a keyboard from HID when is attached via USB on Linux
I have a problem to identify what kind of device has been attached via USB, I am developing with Python and I am using a watcher to check any changes on the folder /dev/input.
As soon as I attach a ...
0
votes
0answers
22 views
Interacting with a HID in windows using c++ [duplicate]
I want to interact with a HID (read data from it) using C++ without using any external library in windows. Please suggest where can i find the best documentation or how should i proceed.
2
votes
1answer
318 views
Simple joystick hid report descriptor doesn't work
Using atmega8 chip and V-USB library I made a little bridge to connect my NES gamepad to USB. At first I used one of examples as my hid descriptor and so...
I had my device correctly recognized in ...
0
votes
1answer
184 views
Filtering USB HID Columns in Python
Something I can't seem to find the answer for. Please bare in mind I am not an expert so I may be missing simple, perhaps how I'm printing the device I want.
I am trying to store a device version ...
0
votes
0answers
46 views
metrologic hid scanner
I've been trying to get the metrologic MS9535 HID USB scanner working in 2 different ways.
One as an RS232 scanner and the other as normal HID but using CreateFile/WriteFile and have a thread capture ...
-1
votes
2answers
212 views
FileStream.BeginRead doesn't seem to return to callback
I'm using Async to read usb device with c#. I'm using filestream to do this. when I do a FileStream.BeginRead. it doesn't seem to do the callback. what can be this problem?
this i my code
/// ...
0
votes
1answer
508 views
Connecting to a bluetooth HID device (mouse) using L2CAP
I'm tring to find a way to connect to a HID bevice (mouse) using L2CAP, this for a android app. but i'm getting error when accepting the connection. I'm using reflection to create the socket. but some ...
1
vote
1answer
200 views
Read HID input while window is “out of focus” in Python
I'm struggling with an issue for some days and I can't get it working.
I've just started with python and I'm now already facing the biggest problem which I will face in this project.
Here's the ...
0
votes
2answers
409 views
Android SDK - List bluetooth profiles
In Android, is there any way to list the bluetooth profiles or even consult them by coding or at least in terminal emulator ?
I want that because most of the manufactures does not know or do not ...
0
votes
1answer
290 views
USB HID on Android
I'm trying to read data from the custom made USB device (working as slave) in Android. I was able to write the data to the device with this code:
UsbRequest request = new UsbRequest();
...
1
vote
0answers
156 views
Read Raw Touch Input Events on Android
I've been doing some research to see if something like this is feasible, and I haven't come up with anything good yet. I would like to write an application that intercepts Android touch information ...
0
votes
0answers
68 views
Mac QueryInterface crash
I am trying to access HID devices from my Mac application built using XCode 4.4 on Mac OS X 10.7.5. All the samples I've seen are of the form (error checking removed):
IOCFPlugInInterface ** ...
0
votes
1answer
148 views
HID Connection to a remote device without SDP record
To connect a HID profile to a mouse/keyboard, HID_CONTROL and HID_INTERUPT channel with psm 17 and 19 needs to be connected. We find information using SDP record for the HID and then we establish a ...



