espressif/esp-modbus

2.1.2

Latest
uploaded 2 months ago
ESP-MODBUS is the official Modbus library for Espressif SoCs.

4 examples

  • serial 2
    • mb_serial_master
      This example demonstrates the use of the FreeModbus stack port implementation for ESP32 as a master device, allowing it to read/write values from…
      18.50 KB
    • mb_serial_slave
      This example demonstrates using the esp-modbus stack on an ESP32 target operating as a network slave, allowing an external Modbus host to read/write…
      15.50 KB
  • tcp 2
    • mb_tcp_master
      This example demonstrates the use of the FreeModbus stack for ESP32 targets as a TCP master device. It allows reading and writing values from slave…
      18.41 KB
    • mb_tcp_slave
      The Modbus Slave Example demonstrates a stack in the `modbus` folder, supporting ESP32 target chips, allowing an external Modbus host to read/write…
      14.01 KB