Magnetc Stripe Reader Issue in Motorola MC65 device
Asked Answered
T

2

12

I have an issue with Magnet Stripe Reader in Motorola MC 65 ( OS : Windows Mobile ). If I try to open the Reader, I'm getting an exception of MSR_Open MSR_Err_OpenFailure.

Code:

Symbol.MagStripe.Device MyDevice = new Symbol.MagStripe.Device(myDiv.DeviceName);
this.MyReader = new Symbol.MagStripe.Reader(MyDevice);
this.MyReader.Actions.Enable();

Stack Trace:

Symbol.magstripe.magstripe Marshal.open(stringsdevicename, stringsportname) at
Symbol.magstrip.actions.enable() at
Ecollect.ecscancardcf.start read()
Traditionalism answered 19/12, 2013 at 5:57 Comment(2)
Are you sure the device is connected? The message suggests a low-level hardware problem. Confirm first that the sample supplied with the reader is working correctly.Swinson
I assume the MC65 has an MSR keyboard wedge you can enable. If you open notepad and perform a scan, does the MSR data appear in notepad?Nally
V
0

Are you deploying the Symbol/Motorola/Zebra library in your device. I had the same situation, you need install the proper library. Is a good idea to have a troubleshoot functionality, to test all the attached devices.

Villainy answered 25/4, 2019 at 21:45 Comment(0)
Z
-1

Make sure that the plug is in properly and blow on it

Zamindar answered 21/12, 2013 at 9:18 Comment(1)
Has this actually worked for you, i.e. did you have the same problem and this solution resolved your problem?Cuculiform

© 2022 - 2024 — McMap. All rights reserved.