如何与 USB 扫描仪通信?
我正在用 C++ 构建一个应用程序,该应用程序将部署在 Windows 上。我有点陷入了这个困境,我已经设法满足了 80% 的项目要求,但我在其中一个要求上遇到了困难:
我需要在一台计算机上与名片扫描仪进行交互 。 USB 端口。是否有执行此操作的标准方法,如果有,有人可以给我一个我需要采取的步骤列表吗?
如果这有什么区别的话,这个东西是建立在 Qt 框架之上的。
谢谢, 金蟾11
I'm building an application in C++, that will be deployed on Windows. I kind of got thrown into this, and I've managed to make my way through 80% of the project requirements, but I'm having a hang up on one of the requirements:
I need to interface with a Business Card Scanner on a USB port. Is there a standard way of doing this, and if so, can someone give me a list of steps I need to take?
The thing is built on the Qt Framework, if that makes any difference.
Thanks,
Goldentoa11
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
C++ Wrapper for TWAIN 是一个好的开始,它是一个 MFC 示例但基类很简单。
(当然假设扫描仪支持 TWAIN!)
C++ Wrapper for TWAIN is a good start, it's an MFC exampel but the base class is simple enough.
(assuming the scanner supports TWAIN of course !)