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

Hi, I was trying to compile libmodbuspp on MacOS (since I could not find it as a package for homebrew). I got the below error messages: ``` [ 7%] Building...

Some small fixes I found when compiling this thing.

Hello! Thank you for this great solution! I need to implement TCP server with multiple available connections. In libmodbus we can do this by creating listening socket, then catching incoming...

Dear Sir I am using debian, and during compilation this error cropped up: libmodbuspp/include/modbuspp/data.h:374:20: error: 'out_of_range' is not a member of 'std' 374 | throw std::out_of_range (str); My os info...

I keep getting a fault saying "modbus.h: No such file or directory". I can figure out that i have not linked something correctly but i am having a really hard...

I've made a branch with ascii support which depends exclusively on the modbusepsi library with ascii-support (starting with v3.1.8) as the default libmodbus does not support ascii mode. I also...

Small changes to solve the issue with sending raw packets and server crashing.

I get the following output when installing: ``` debian@beaglebone:~$ sudo apt install libmodbuspp-dev libmodbuspp-doc Reading package lists... Done Building dependency tree Reading state information... Done The following additional packages will...

Hi, currently, I am trying to use this library in a project on the Rpi. If I want to cross-compile my project, an error occurs with CMake. It says that...