使用vc++2008与USB端口通信

发布于 2024-11-23 20:12:31 字数 109 浏览 1 评论 0原文

我想通过USB端口与halios系统(硬件)通信。我有一个代码显示设备已连接。我使用 USBTrace 显示从设备到主机进出的字节数。但我不知道如何在vc++2008和使用windows xp上实现这个。

I want to communicate to halios system(hardware) through usb port. I have a code which shows that the device is attached. I used USBTrace which shows that how many bytes are going in and out from the device to the host. But I do not know how to implement this is vc++2008 and by using windows xp.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

舟遥客 2024-11-30 20:12:31

如果这是 Elmos 光学传感器 IC 的评估板我猜想其中涉及到 USB 转串口转换器。您可以通过查看 Windows 设备管理器以查看连接设备时出现的新 COM 端口来确认这一点。

如果是这种情况,您可以使用 与 Windows XP/win32 进行串行通信的基本示例 但您可能需要联系 Elmos命令协议。

If this is an evaluation board for an Elmos optical sensor IC I would guess that a USB to serial converter is involved. You could confirm this by watching Windows Device Manager for a new COM port appearing when you attach the device.

If that's the case you can use Basic example of serial communication with Windows XP/win32 but you may need to contact Elmos for the command protocol.

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