6e9cfd5488
mbpoll is a tool that can be used to test communication with modbus slave devices Signed-off-by: Jon Ringle <jringle@gridpoint.com> [Thomas: - add MBPOLL_LICENSE, MBPOLL_LICENSE_FILES - add host-pkgconf to dependencies - improve Config.in help text] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
9 lines
203 B
Plaintext
9 lines
203 B
Plaintext
config BR2_PACKAGE_MBPOLL
|
|
bool "mbpoll"
|
|
select BR2_PACKAGE_LIBMODBUS
|
|
help
|
|
mbpoll is a command line utility to communicate with ModBus
|
|
slave (RTU or TCP).
|
|
|
|
https://github.com/epsilonrt/mbpoll
|