帧定义实现,串口工具更新
This commit is contained in:
5
tool/99-usb-serial.rules
Normal file
5
tool/99-usb-serial.rules
Normal file
@@ -0,0 +1,5 @@
|
||||
# CH340 串口模块 (ttyUSB0 -> ttyCH340)
|
||||
SUBSYSTEM=="tty", ATTRS{idVendor}=="1a86", ATTRS{idProduct}=="7523", SYMLINK+="ttyCH340", MODE="0666", GROUP="dialout"
|
||||
|
||||
# IMU 串口模块 (ttyUSB1 -> ttyIMU)
|
||||
SUBSYSTEM=="tty", ATTRS{idVendor}=="10c4", ATTRS{idProduct}=="ea60", SYMLINK+="ttyIMU", MODE="0666", GROUP="dialout"
|
||||
Reference in New Issue
Block a user