..
2025-07-17 17:06:13 +03:00
2025-07-11 11:13:40 +03:00
2025-07-11 11:13:40 +03:00
2025-07-11 11:13:40 +03:00
2025-07-11 11:13:40 +03:00
2025-07-11 11:13:40 +03:00
2025-07-11 11:13:40 +03:00
2025-07-17 17:06:13 +03:00
2025-07-11 11:13:40 +03:00
2025-07-11 11:13:40 +03:00

modbus_par: reading/writing/dumping modbus registers using `dictionary`


  -D, --dictionary=arg   file with dictionary (format: code register value writeable)
  -N, --node=arg         node "IP", or path (could be "\0path" for anonymous UNIX-socket)
  -O, --outdic=arg       output dictionary for full device dump by input dictionary registers
  -R, --readc            registers (by keycodes, checked by dictionary) to read; multiply parameter
  -U, --unixsock         UNIX socket instead of INET
  -W, --writec           write new value to register by keycode (format: keycode=val); multiply parameter
  -a, --alias=arg        file with aliases in format 'name : command to run'
  -b, --baudrate=arg     modbus baudrate (default: 9600)
  -d, --device=arg       modbus device (default: /dev/ttyUSB0)
  -h, --help             show this help
  -k, --dumpkey          dump entry with this keycode; multiply parameter
  -o, --outfile=arg      file with parameter's dump
  -r, --readr            registers (by address) to read; multiply parameter
  -s, --slave=arg        slave ID (default: 1)
  -t, --dumptime=arg     dumping time interval (seconds, default: 0.1)
  -v, --verbose          verbose level (each -v adds 1)
  -w, --writer           write new value to register (format: reg=val); multiply parameter