Click here to Skip to main content
15,891,981 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
I'm looking for an interface that will allow me reading and writing to USB HID device concurrently from multiple applications at the same time. The target OS is Windows 7 and Windows 8, programming language C++, C++/CLI or C#. I'm looking for some ready made solution or an advice for an API I can use for implementing the interface.

I'm designing the USB HID device (hardware) so I can customize its HID report.

The USB HID device is input/output device. Input = 8 buttons, Output = 8 LEDs (I need to turn them on/off and to set intensity).
Posted
Comments
[no name] 30-Mar-14 9:32am    
What kind of interface or API are you imagining. You are talking to a device driver. The question is "is the driver thread safe". The answer is probably not unless you wrote it to be. You can maybe employ a user mode app to marshal calls to the driver but it all sounds very complicated for buttons and leds.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900