mbpoll

command line utility to communicate with ModBus slave (RTU or TCP)
  https://github.com/epsilonrt/mbpoll
  2
  1 review



Mbpoll uses libmodbus (http://libmodbus.org/). Although the syntax of these options is very close modpoll proconX program, it is a completely independent project.

mbpoll can:

- read discrete inputs - read and write binary outputs (coil) - read input registers - read and write output registers (holding register)

The reading and writing registers may be in decimal, hexadecimal or floating single precision.
Latest reviews
5
dalers 8 months ago

Installed on Mint 21.2. Works well, essentially exact equivalent of modpoll.exe on Windows. Note this is a terminal app and launching from Software Manager after install will do nothing (or more precisely, will terminate immediately since was launched without a terminal and without suitable command flags, and appears to do nothing ;-) )