uploaded 9 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 for ESP32 as a master device, capable of reading and writing values from slave devices in a…
      11.95 KB
    • mb_serial_slave
      This example demonstrates using the esp-modbus stack on an ESP32 target configured as a Modbus network slave. It allows an external Modbus host to…
      9.28 KB
  • tcp 2
    • mb_tcp_master
      This example demonstrates the use of the FreeModbus stack port implementation for ESP32 targets as a TCP master device. It can read/write values of…
      13.32 KB
    • mb_tcp_slave
      The Modbus Slave Example demonstrates how to use the Modbus protocol with ESP32 target chips, allowing an external Modbus host to read/write device…
      9.12 KB