使用 .NET CF 与符号 ppt88xx 的条形码扫描仪接口
我需要使用 .NET CF 与符号 ppt88xx 的条形码扫描仪连接。
有什么想法吗?
I need to interface with a symbol ppt88xx's bar code scanner using .NET CF.
Any ideas?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果您指的是扫描仪本身(根据记忆,PPT8800 在 Windows Mobile 2003?2002?上运行),您不需要执行任何操作即可与其连接。当您扫描某些内容时,它会将任何成功读取的结果作为击键发送到活动应用程序(只需在表单上粘贴一个文本框或其他内容,给它焦点即可)。如果您的意思是从另一台 PDA 上,您可以将 PPT8800 作为蓝牙设备连接,并且就活动应用程序而言,它再次充当虚拟键盘。您根本不必直接与扫描仪交互。
If you mean on the scanner itself (from memory PPT8800 runs on Windows Mobile 2003? 2002?) you don't need to do anything to interface with it. When you scan something it sends the result of any successful read as keystrokes to the active application (just stick a textbox or something on your form, give it focus and voila). If you mean from another PDA, you can attach the PPT8800 as a Bluetooth device and, again, it acts like a virtual keyboard as far as the active application is concerned. You don't have to directly interface with the scanner at all.