initialize
This commit is contained in:
5
eg4battery/etc/udev/rules.d/99-eg4-rs485.rules
Normal file
5
eg4battery/etc/udev/rules.d/99-eg4-rs485.rules
Normal file
@@ -0,0 +1,5 @@
|
||||
# EG4 LifePower4 RS485 bus via USB-serial adapter.
|
||||
# Grants dialout group access; /dev/serial/by-id/ symlink survives USB moves.
|
||||
# Adjust idVendor/idProduct if you use a CP210x (0x10c4:0xea60) or CH340
|
||||
# (0x1a86:0x7523) adapter instead of the reference FTDI FT232R.
|
||||
SUBSYSTEM=="tty", ATTRS{idVendor}=="0403", ATTRS{idProduct}=="6001", MODE="0660", GROUP="dialout"
|
||||
Reference in New Issue
Block a user