uploaded 1 year ago
ESP-MODBUS is the official Modbus library for Espressif SoCs.

4 examples

  • serial 2
    • mb_serial_master
      This example demonstrates using the FreeModbus stack port for ESP32 as a master device capable of reading/writing values of slave devices in a Modbus…
      11.16 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…
      8.46 KB
  • tcp 2
    • mb_tcp_master
      This example demonstrates using the FreeModbus stack port implementation for ESP32 targets as a TCP master device, capable of reading/writing values…
      12.29 KB
    • mb_tcp_slave
      The Modbus Slave Example supports ESP32 target chips, allowing an external Modbus host to read/write device parameters via the Modbus protocol. It…
      8.25 KB