espressif/esp-modbus

2.1.1

Featured
uploaded 6 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, enabling reading/writing of values from slave devices in a…
      18.43 KB
    • mb_serial_slave
      This example demonstrates using the esp-modbus stack on an ESP32 target as a network slave, allowing an external Modbus host to read/write device…
      15.40 KB
  • tcp 2
    • mb_tcp_master
      This example demonstrates the use of the FreeModbus stack for ESP32 targets as a TCP master device, allowing the reading and writing of values from…
      18.57 KB
    • mb_tcp_slave
      The Modbus Slave Example demonstrates how to set up a Modbus stack on ESP32 target chips, enabling an external Modbus host to read and write device…
      13.96 KB