readme.txt

来自「usb-rs232的linux驱动,控制芯片用的是FT8U100AX」· 文本 代码 · 共 13 行

TXT
13
字号
To install driver -
        make inst (The Makefile will check the module and compile and link it automatically. It will also remove
                   the loaded USB-Serial driver)

To uninstall driver -
        make uninst

To uninstall all drivers (including base driver) -
        make uninst_all

To remove module (*.o) files -
        make clean

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?