-
It is easier to install on rpm based systems with a spec file. I don't want to update the file to each beta until the 2.0 release so I already use the 2.0 name in the spec file.
-
- concat the content of INSTALL at the end of README - re-add the --force option to autogen.sh
-
libmodbus does not link with c++ code.
-
Pahole tool by Arnaldo Carvalho de Melo has been used to found this problem.
-
- change autoreconf option to not overwrite INSTALL file - add verbose flag
-
It's slower to pass non aligned values.
-
- Reduce the max message length to 256 (PI_M300) - s/size/length/
-
- add some unit tests - add PRESET_MULTIPLE_REGISTERS support in manage_query()
-
- cleanups in offset/resp_length vars - cleanups in comments - add FORCE_MULTIPLE_COILS in manage_query
-
- Add some tests for force_single_coil
-
- Two statements on the same line
-
- remove a comment about perror (useless) - remove some printf - rename write_ret to ret
-
o illegal data value o illegal data address - Better naming of build_query_basis and build_response_basis - build_response_basis can be use by response_exception - Reduce variable declarations - Close 3 FIXME - Add a test in unit-test-master
-
- use uint8_t* for the query
-
- Use only addresses between address_start and address_end - Better memory usage