fimiksator/esp-modbus-ss

2.1.2

Latest
uploaded 13 hours 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 implementation for the ESP32 as a master device, enabling it to read/write values from…
      12.71 KB
    • mb_serial_slave
      This example demonstrates using the esp-modbus stack on an ESP32 as a network slave, allowing an external Modbus host to read/write device parameters…
      9.74 KB
  • tcp 2
    • mb_tcp_master
      This example demonstrates the use of the FreeModbus stack implementation for ESP32 as a TCP master device, capable of reading and writing values from…
      13.68 KB
    • mb_tcp_slave
      The Modbus Slave example supports ESP32 target chips and allows an external Modbus host to read/write device parameters using the Modbus protocol. It…
      9.40 KB