Skip to content

Modbus client and server command line tools based on libmodbus.

Notifications You must be signed in to change notification settings

wirenboard/modbus-utils

 
 

Repository files navigation

modbus-utils

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:

compilation

make

running

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:
    1. LD_LIBRARY_PATH=./libmodbus/src/.libs/ ./mbClient OR
    2. export LD_LIBRARY_PATH=./libmodbus/src/.libs/ and then run ./mbClient

usage

Run apps with no arguments, descriptive help information will be provided.

About

Modbus client and server command line tools based on libmodbus.

Topics

Resources

Stars

Watchers

Forks

Languages

  • C 90.0%
  • Makefile 7.0%
  • QMake 3.0%