Files
shaggy-solar/eg4battery/etc/udev/rules.d/99-eg4-rs485.rules

6 lines
364 B
Plaintext
Raw Normal View History

2026-04-24 16:34:10 -04:00
# 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"