Modbus icon indicating copy to clipboard operation
Modbus copied to clipboard

Modbus library for modern C++

Results 6 Modbus issues
Sort by recently updated
recently updated
newest added

If I create an ModbusRequest without any values, it uses the ctor with default values. There is a switch statement and a valid function code value is required, so exception...

Thanks for your great library. It works like a charm. I had to change a number of things to get it to work on windows and to let it compile...

Hi, Mazurel. I have been trying to use your modbus library for a RTU project. It seems like a nice implementation and it supports CMake which I appreciate. I have...

When adding this library to my project like described in the Readme.md, i get the following error. In file included from /home/bumblebee/dev/optimal-sensor/lib/Modbus/src/Serial/connection.cpp:5: /home/bumblebee/dev/optimal-sensor/lib/Modbus/include/MB/Serial/connection.hpp:15:10: fatal error: poll.h: No such file or...

When parsing a request to generate a read coils response, the number of inputs is not parsed correctly. The bytes value should be a uint16_t instead of uint8_t. The standard...