Click here to Skip to main content
15,887,485 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have a usb cardreader that is recognized by my PC like a keyboard. I wrote a small app to read the data from the card, but it doesn't work I dont get any data in my filestrteam. I was wondering if the hid class works for keyboard like devices.
Posted
Updated 18-Feb-13 21:39pm
v2

1 solution

Quote:
I was wondering if the hid class works for keyboard like devices.
Yes, see, for instance HID at Wikipedia[^].
 
Share this answer
 
Comments
Transitional 19-Feb-13 4:11am    
CPallini Do you have any idea, why reading the card using the hid doesn't work for me. My device gets detected but I cannot read it, Filestream.BeginRead() doesn't get any data so it never returns ant the callback doesn't get hit.

I did the reading with raw input and it works fine.
CPallini 19-Feb-13 4:18am    
Nope, I suppose you should contact the device manufacturer.

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