I have HP USB MINI MSR (Magnetic Stripe Reader) works by default in HID (Human Interface), and not in HID-KB (Keyboard mode). I need some way to access the data read by the MSR directly without using any additional driver such as OPOS driver or POS for .NET framework! Is there any native and clean way to do that (for example by accessing USB directly).

I need to do that in c#.

link|improve this question

1  
What you want probably isn't possible without the OPOS driver, unless you want to intercept the USB communications and reverse engineer the device's protocol. Even then, I don't think you can do it without p/Invoke, at least. – Pete Jun 14 '11 at 20:26
feedback

1 Answer

up vote 1 down vote accepted

http://www.lvr.com/hidpage.htm It is a very good resource!

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.