简体   繁体   English

Motorola MC65设备中的Magnetc Stripe Reader问题

[英]Magnetc Stripe Reader Issue in Motorola MC65 device

I have an issue with Magnet Stripe Reader in Motorola MC 65 ( OS : Windows Mobile ). 我在Motorola MC 65(操作系统:Windows Mobile)中遇到了Magnet Stripe Reader的问题。 If I try to open the Reader, I'm getting an exception of MSR_Open MSR_Err_OpenFailure . 如果我尝试打开Reader,我将获得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()

Are you deploying the Symbol/Motorola/Zebra library in your device. 您是否在设备中部署Symbol / Motorola / Zebra库。 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. 有一个故障排除功能,测试所有连接的设备是一个好主意。

确保插头正确并吹上它

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM