1config BR2_PACKAGE_PYTHON_PYMODBUS
2 bool "python-pymodbus"
3 select BR2_PACKAGE_PYTHON_SIX # runtime
4 select BR2_PACKAGE_PYTHON_SERIAL # runtime
5 help
6 Pymodbus is a full Modbus protocol implementation.
7
8 https://github.com/riptideio/pymodbus
9