USB端口号
我有一个需要通过计算机进行编程的设备。它使用串行转 USB 电缆与我的计算机进行通信。对设备进行编程时,我必须提供端口号 ttyUSBn。我如何知道我正在使用的 USB 端口号?
I have a device that I need to program from my computer. It uses a serial to usb cable to communicate with my computer. When programming the device I have to provide the port number, ttyUSBn
. How do I know the number of the USB port I'm using?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
在 MAC/OSX 上,您可以在终端窗口中使用以下命令:ls /dev/tty.*
On a MAC/OSX you can use the following in a terminal window: ls /dev/tty.*