首页
学习
活动
专区
工具
TVP
发布
社区首页 >问答首页 >如何将终端连接到Ubuntu 10.10 (Maverick Meerkat)上的串行到USB设备?

如何将终端连接到Ubuntu 10.10 (Maverick Meerkat)上的串行到USB设备?
EN

Stack Overflow用户
提问于 2011-03-18 12:08:55
回答 7查看 589.1K关注 0票数 72

我正在尝试将minicom连接到通过USB转串行适配器连接的串行设备。这是一个PL2303,从我所读到的一切来看,不需要额外的驱动程序。该设备被识别为PL2303。

我是minicom的初学者。这是要执行的正确命令吗?或者我需要配置一些东西吗?

$ sudo minicom --device /dev/ttyUSB0
minicom: cannot open /dev/ttyUSB0: No such file or directory

$ sudo lsusb -v

Bus 002 Device 006: ID 067b:2303 Prolific Technology, Inc. PL2303 Serial Port
Device Descriptor:
  bLength                18
  bDescriptorType         1

$ tail /var/log/syslog  #then removed and attached the device.
Mar 13 23:31:49 ubuntu kernel: [807996.786805] usb 2-1: pl2303 converter now attached to ttyUSB0
Mar 13 23:34:44 ubuntu kernel: [808172.155129] usb 2-1: USB disconnect, address 7
Mar 13 23:34:44 ubuntu kernel: [808172.156321] pl2303 ttyUSB0: pl2303 converter now disconnected from ttyUSB0
Mar 13 23:34:44 ubuntu kernel: [808172.156374] pl2303 2-1:1.0: device disconnected
Mar 13 23:34:52 ubuntu kernel: [808179.497856] usb 2-1: new full speed USB device using uhci_hcd and address 8
Mar 13 23:34:52 ubuntu kernel: [808179.785845] pl2303 2-1:1.0: pl2303 converter detected
Mar 13 23:34:52 ubuntu kernel: [808179.872309] usb 2-1: pl2303 converter now attached to ttyUSB0
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/5347962

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档