本文介绍了摩托罗拉条码扫描器SDK事件C#的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我发展需要条形码的访问软件。
I'm developing a software which requires the access of barcode.
我使用的是摩托罗拉的SDK,使用的 C#的。
I'm using the Motorola SDK, using C#.
我已经设置了扫描仪作为 IBM-手持式
代替的 HID键盘仿真。
I have set the scanner as IBM-HAND-HELD
instead of HID-keyboard-Emulation.
但问题是,如果我扫描条码的 BarcodeEvent
'永远不会触发。即使他们的源代码不会工作。但是源代码(EXE)的编译版本工作正常。
But the problem is if I scan the barcode the 'BarcodeEvent
' never fires. Even their source code wont work. But the compiled version of the source code (exe) works fine.
任何想法,将帮助我很多。我使用Visual Studio 2008
Any idea would help me a lot. I'm using Visual Studio 2008
推荐答案
模式更改为USB OPOS手持。那么只有这些事件将触发预期。
Change the Mode to "USB OPOS Handheld". Then only the events will fire as expected.
这篇关于摩托罗拉条码扫描器SDK事件C#的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!