mbpoll
mbpoll copied to clipboard
command line utility to communicate with ModBus slave (RTU or TCP)
Hi, I'm not a programmer but found your mbpoll utility very usefull for field debugging. Would it be possible to add support for extended function codes for reading & writing...
In some use cases, it could be nice if the output will be as concise as possible. A '-q' option is not yet used.
Is it possible to build mbpoll as static binary? I'd like to put it into docker container so single binary with libmodbus included would be best for me.
On big-endian platform(mips) "-B" option is inverted. So big-endian values correctly reads without "-B" option.
This request is similar to #23. Some devices store values as 64-bit floating point in four consecutive registers, for example the Siemens PAC2200 energy meters store their demand/supply Wh values...
Installation works well, but after installation I get: pi@raspberrypi:~ $ mbpoll -h Illegal instruction I used to use this application on RPi 2 B+. Everything worked fine. If I set...
As it is quite common now that meters are using INT64 and UINT64 registers it would be great if this dataformat can be supported by mbpoll options.
I think it is very interesting that mbpoll has a man page. As I am not very efficient in English :-( I would be very happy if a volunteer could...
Upon testing the maximum poll rate in practical local networks, I find that the limit is approx. 20 ms. In this article (https://www.controlengeurope.com/article/139766/Speeding-up-Modbus-TCP.aspx), I read about the suggestion to open...
Hello. On Ubuntu 22, as per https://github.com/epsilonrt/mbpoll#abstract, just executed: ``` wget -O- http://www.piduino.org/piduino-key.asc | sudo apt-key add - sudo add-apt-repository 'deb http://apt.piduino.org jammy piduino' sudo apt update ``` and received:...