摩托罗拉条码扫描器 SDK 事件 C#
我正在开发一个需要条形码访问的软件。
我正在使用 Motorola SDK,使用C#。
我已将扫描仪设置为 IBM-HAND-HELD
而不是 HID-keyboard-Emulation。
但问题是,如果我扫描条形码,“BarcodeEvent
”永远不会触发。甚至他们的源代码也无法工作。但源代码的编译版本(exe)工作正常。
任何想法都会对我有很大帮助。我正在使用 Visual Studio 2008
I'm developing a software which requires the access of barcode.
I'm using the Motorola SDK, using C#.
I have set the scanner as IBM-HAND-HELD
instead of HID-keyboard-Emulation.
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.
Any idea would help me a lot. I'm using Visual Studio 2008
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
将模式更改为“USB OPOS 手持式”。然后只有事件会按预期触发。
Change the Mode to "USB OPOS Handheld". Then only the events will fire as expected.