20220417在WIN10下給串口板FT232RL裝驅(qū)動的步驟
2022/4/17 10:05
1、偶然原因拿到一個串口板,同事也不知道里面的驅(qū)動芯片型號。
但是他自己的電腦已經(jīng)裝好了驅(qū)動。
直接插到ubuntu20.04的電腦上適用dmesg獲取到芯片信號:FT232RL。
[? 12.658781] Bridge firewalling registered
[? 12.663297] bpfilter: Loaded bpfilter_umh pid 1968
[? 12.663526] Started bpfilter
[? 12.729333] Initializing XFRM netlink socket
[? 621.643083] usb 1-3: new full-speed USB device number 7 using xhci_hcd
[? 621.998820] usb 1-3: New USB device found, idVendor=0403, idProduct=6001, bcdDevice= 6.00
[? 621.998830] usb 1-3: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[? 621.998833] usb 1-3: Product: FT232R USB UART
[? 621.998836] usb 1-3: Manufacturer: FTDI
[? 621.998837] usb 1-3: SerialNumber: AB0KP7W3
[? 622.039741] usbcore: registered new interface driver usbserial_generic
[? 622.039747] usbserial: USB Serial support registered for generic
[? 622.042169] usbcore: registered new interface driver ftdi_sio
[? 622.042178] usbserial: USB Serial support registered for FTDI USB Serial Device
[? 622.042227] ftdi_sio 1-3:1.0: FTDI USB Serial Device converter detected
[? 622.042255] usb 1-3: Detected FT232RL
[? 622.048938] usb 1-3: FTDI USB Serial Device converter now attached to ttyUSB0
rootroot@rootroot-System-Product1:~$
rootroot@rootroot-System-Product1:~$
rootroot@rootroot-System-Product1:~$ dmesg > dmesg2.txt
rootroot@rootroot-System-Product1:~$
rootroot@rootroot-System-Product1:~$
rootroot@rootroot-System-Product1:~$
rootroot@rootroot-System-Product1:~$ cat /etc/issue
Ubuntu 20.04.4 LTS \n \l
rootroot@rootroot-System-Product1:~$
rootroot@rootroot-System-Product1:~$

當(dāng)然,你將串口板插到裝好驅(qū)動的WIN10的電腦上也可以很容易獲取/看到芯片型號!

2、百度:FT232RL 官網(wǎng)就可以獲取FT232RL的驅(qū)動了!
https://ftdichip.com/
https://ftdichip.com/products/ft232rq/
https://www.ftdichip.cn/index.html
FTDI官網(wǎng)
(FT系列的通用)驅(qū)動程序:
https://www.ftdichip.cn/FTDrivers.htm
https://www.ftdichip.cn/Products/ICs/FT232R.htm
FT232R - USB UART集成電路



