Modbus client and server command line tools based on libmodbus.
NOTE: Both apps are linked with libmodbus library. After repository is pulled do the following:
make
If modbus libraries are not in a default location (either it's needed to move libraries to app location or set appropriate environment variable):
- on linux it would be:
- LD_LIBRARY_PATH=./libmodbus/src/.libs/ ./mbClient OR
- export LD_LIBRARY_PATH=./libmodbus/src/.libs/ and then run ./mbClient
Run apps with no arguments, descriptive help information will be provided.