我有一个 FTDI USB 转串口转换器连接到我的 Ubuntu 14.04 系统。当我输入
系统盘
我可以看到它已连接:
Bus 003 Device 006: ID 0403:6001 Future Technology Devices International, Ltd FT232 Serial (UART) IC
当我进入
dmesg | grep tty
我得到:
[ 0.000000] console [tty0] enabled
[ 0.499958] 00:0b: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
[ 342.011015] usb 3-8: FTDI USB Serial Device converter now attached to ttyUSB0
但是,这个ttyUSB0来自另一个FTDI芯片,位于Ubuntu系统内部。
如何获取外部 FTDI 芯片的 /dev/ttyUSB*?