1
0
mirror of https://git.openwrt.org/feed/packages.git synced 2024-06-29 12:24:17 +02:00
openwrt-packages/net/mbusd/files/mbusd.conf
Chip Lee 68704969ce mbusd: Repair UCI config file about parity
in mbusd, parity must be N, E or O, can't be y.

Signed-off-by: Chip Lee <chplee@gmail.com>
2022-02-10 15:02:06 -08:00

18 lines
284 B
Plaintext

config mbusd
option enabled 0
option port 502
option loglevel 2
#option max_connections 32
#option timeout 60
option device '/dev/ttyUSB0'
option speed 19200
option databits 8
option parity 'N'
option stopbits 2
option rts 0
#option rtu_retries 3
#option rtu_wait 500