0x26B

Results 4 comments of 0x26B

To update this issue, it was being caused by the large array, 1k elements. When I lowered the number of elements the timeouts went away.

I am trying to build a static library, and I am getting the same issue mentioned here.

There is a modbus.h in libmodbus repository, I am thinking that's what it's looking for.

The README states libmodbus as a dependency. I built static libraries out of libmodbus, and libmodbuspp. Afterward, I can include/link and build with them without issues. Go here: https://github.com/stephane/libmodbus and...