Alex Lisitsyn c5b2291eea modbus: fix -wno-format issues in the examples 2 ani în urmă
..
include c5b2291eea modbus: fix -wno-format issues in the examples 2 ani în urmă
CMakeLists.txt facab8c5a7 tools: Increase the minimal supported CMake version to 3.16 3 ani în urmă
README.md d0b9829eef examples: freemodbus add tcp support for common master/slave iface 5 ani în urmă
modbus_params.c 953edad1ab modbus: fix common parameters include order 2 ani în urmă

README.md

Modbus Example Common

This directory contains component that is common for Modbus master and slave examples. The component defines Modbus parameters that are shared between examples and provide code that you can copy and adapt into your own projects. For more information please refer to Modbus example README.md files located in the folders:

  • examples/protocols/modbus/serial/mb_master Modbus serial master implementation (RTU and ASCII)
  • examples/protocols/modbus/serial/mb_slave Modbus serial slave implementation (RTU and ASCII)
  • examples/protocols/modbus/serial/mb_master Modbus serial master implementation (RTU and ASCII)
  • examples/protocols/modbus/tcp/mb_tcp_slave Modbus serial slave implementation (TCP)
  • examples/protocols/modbus/tcp/mb_tcp_master Modbus serial master implementation (TCP)