libmodbuspp icon indicating copy to clipboard operation
libmodbuspp copied to clipboard

Much more than a C++ wrapper for libmodbus

Results 15 libmodbuspp issues
Sort by recently updated
recently updated
newest added

Hello, thanks for the repository! Is there a clean way to include it from other projects, using `find_package(Modbus)` or something similar, instead of hard-coding the paths? (I installed it using...

Hello, ia ma one of the old programmers still on win7 and would like to use the libraray for MS Visual 17. I have no Linux and have no clue...

When I start a server with this [config](https://github.com/epsilonrt/libmodbuspp/blob/master/examples/server/simple-server-json/tcp-server.json), and read registers out like that: ``` Modbus::Data values[4]; // is cdab order if (slave->readRegisters (1, values, 4) > 0) ... ```...

Up until now, the stop bits value was hard coded to be 2 if the parity mode was set to none or 1 if the parity mode was set to...