如何与 USB 扫描仪通信?

发布于 2025-01-01 22:00:58 字数 223 浏览 0 评论 0原文

我正在用 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

贪了杯 2025-01-08 22:00:58

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 !)

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文