6 lines
364 B
Plaintext
6 lines
364 B
Plaintext
|
|
# 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"
|