mbpoll icon indicating copy to clipboard operation
mbpoll copied to clipboard

command line utility to communicate with ModBus slave (RTU or TCP)

Results 58 mbpoll issues
Sort by recently updated
recently updated
newest added

Hello, Testing mbpoll with Victron Energry Color GX. The Victron Energry Color GX error logs shows mbpoll 1.0-0 (Debian 1.4.11+dfsg-2~bpo10+1) starting reference (-r) is off by -1. Example: ./mbpoll -1...

I followed your Quickstart Guide, after adding repository while running sudo apt update I faced the error below: * N: Skipping acquire of configured file 'piduino/binary-amd64/Packages' as repository 'http://apt.piduino.org stretch...

Hello there, I recently try to install this program in Ubuntu 20.04 Arm64 using Parallel virtual machine. Errors are encountered when using APT repository from [piduino.org](http://apt.piduino.org/). ``` sudo add-apt-repository 'deb...

I'm trying to build your tools on CentOS 7. I started by installed the libmodbus in yum, but realized it was too old. I then cloned v1.4 from your repo...

[GitVersion.cmake](https://github.com/epsilonrt/mbpoll/blob/1968de6b92fff20f57019551b1e8776a6facf486/cmake/GitVersion.cmake#L27) uses `git describe` to detect the application version. By default, Git reads only annotated tags. The git repo currently contains a few version tags, but they're all lighweight tags,...

Hi all Last time I was trying to use the "mbpoll" program in my setup. The "mbpoll" is installed on UpBoard (mostly compatible with RPi board), on the board there...

As there is inaccuracy in reading float values, I'm using some bash commands to get right value in different byte orders and endiannesses. Maybe someone else will find this usefull:...

$ /usr/local/bin/mbpoll -t4:float -0 -B -1 -q -r 10 127.0.0.1 -p 1502 -- 1269349 Written 1 references. $ /usr/local/bin/mbpoll -t4:float -0 -B -1 -q -r 10 127.0.0.1 -p 1502 --...

Im trying to query my [smart meter](https://stromzähler.eu/stromzaehler/drehstromzaehler/fuer-hutschiene-geeicht/246/sdm72dm-v2-mid-3-phasen-zweirichtungs-drehstromzaehler-mit-rs485-und-s0), with a USB/RS485 adapter. ([Datasheet](https://xn--stromzhler-v5a.eu/media/pdf/93/17/d7/SDM72DM-V2.pdf) with modbus documentation) With the "EEM Meter Setting" tool from the Manufacturer everything works fine, but with `mbpoll`...

Fixed the config.h imports as described in https://github.com/epsilonrt/mbpoll/issues/16#issuecomment-382322085