Click here to Skip to main content
15,881,715 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hey everyone.

I have a human interface device that I want to communicate with.
Simply I will get data from that device and take logs.

I need an open source library for Windows&Linux for user interface application?
Anybody knows a useful library, or an article shows how to accomplish this?

Any idea will be well appreciated.
My best regards...
Posted
Comments
André Kraak 10-Oct-11 17:15pm    
Does the manufacturer not have any relevant documentation and communication library?
Un_NaMeD 10-Oct-11 17:20pm    
Hi André!
In fact, I've made that device which is actually an electronic card managing by a micro controller(PIC18f2550).
Because that device's programmed as a hid, the OS recognize it automatically.
What I need is just to send&get data from/to it.
My regards...
Xeshan Ahmed 11-Oct-11 1:32am    
kindly send complete details about your HID
Un_NaMeD 11-Oct-11 2:35am    
The card is made for obtaining data from device to PC. It's going to be a data acquisition card. it will get any analog input, process it and send them to the PC. Programming language used is MicroC. The HID library is used, indeed.

1 solution

If you mean that the device appears as an USB HID class[^] device, then you can use HIDAPI[^] or libusb[^].
 
Share this answer
 
Comments
Un_NaMeD 12-Oct-11 8:54am    
Hey markkuk!
I've tried both of the libraries but they sucked :/
Even I couldn't execute the examples.
You know any other library or such things?
Thank you...

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