peter 发表于 2021-4-14 11:56:10

CH9344 linux驱动安装

https://github.com/WCHSoftGroup/ch9344_linux

apt-get update && apt-get install build-essential





[*]open "Terminal"
[*]cd "driver" directory
[*]compile the driver please enter "driver" directory
[*]BUILDING $ sudo make
[*]LOAD $ sudo make load or you can use $ sudo insmod ch9344.ko
[*]UNLOAD $ sudo make unload or you can use $ sudo rmmod ch9344.ko
[*]AUTOLOAD SINCE BOOT $ sudo make install
[*]CANCEL AUTOLOAD SINCE BOOT $ sudo make uninstall

[*]cd "demo" to use uart applicationthe tty device name of ch9344 is ttyWCHUSBxNote Any question, you can send feedback to mail: tech@wch.cn

页: [1]
查看完整版本: CH9344 linux驱动安装