USB3集成和开发工具
你好 : 我计划启动一个(硬件和软件)项目,该项目是一个用于控制机器的 USB3 电路和一个由计算机控制它的软件应用程序。 现在我正在对软件部分进行研究,并搜索这方面的最新工具和库。
我感谢任何有关此事的帮助,, 谢谢
Hello :
I'm planning to start a (Hardware & Software) project which is an USB3 circuit to control a machine and a software application to control it by a computer.
Now i'm doing a research on the software section , and searching for the latest tools and libraries in this connection.
i appreciate any help regarding this,,
thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果单纯用USB来“控制”,USB3就有点大材小用了。对于大多数“控制”(发送命令),全速(12Mbps)是合适的。您可以使用许多兼容 USB2 的控制器。
如果您想以 > 的速率传输数据1.5Gbps 那么 USB3 可能是解决方案。如果您不需要高传输速率,您最好使用内置 USB 的主流微型计算机之一; AVR、ARM 变体、Cypress FX2 等。
如今,大多数控制器都兼容 2.0。 USB 2.0 定义了 3 种速度:低速 (1.5Mbps)、全速 (12Mbps) 和高速 (480Mbps)。 USB3定义了额外的超高速。
If you are simply using USB to "control", USB3 is overkill. For most "control" (sending commands) full speed (12Mbps) is suitable. There are many USB2 compliant controllers that you can use.
If you are wanting to transfer data at rates > 1.5Gbps then USB3 might be the solution. If you do not need the high transfer rates you are better off using one of the main stream micros with built in USB; AVR, ARM variants, Cypress FX2, etc.
Most controllers, these days, will be 2.0 compliant. USB 2.0 defines 3 speeds, low (1.5Mbps), full (12Mbps), and high (480Mbps). USB3 defines and additional superhigh speed.