2

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#.

Ben Voigt
  • 277,958
  • 43
  • 419
  • 720
Saw
  • 6,199
  • 11
  • 53
  • 104
  • 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

0 Answers0