Alex Lisitsyn 96b77a28b1 freemodbus: add support for list of area descriptors for each register area před 5 roky
..
include 96b77a28b1 freemodbus: add support for list of area descriptors for each register area před 5 roky
CMakeLists.txt 66fb5a29bb Whitespace: Automated whitespace fixes (large commit) před 5 roky
README.md d0b9829eef examples: freemodbus add tcp support for common master/slave iface před 5 roky
component.mk 66fb5a29bb Whitespace: Automated whitespace fixes (large commit) před 5 roky
modbus_params.c 66fb5a29bb Whitespace: Automated whitespace fixes (large commit) před 5 roky

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)