pierrejay/ezmodbus

1.1.7

Latest
uploaded 3 days ago
EZModbus - C++ FreeRTOS Modbus library for ESP32

6 examples

  • esp-idf 6
    • bridge
      This example demonstrates how to use the `EZModbus` library to create a Modbus Bridge between Modbus RTU slave devices over UART (RS485) and Modbus TCP client peers over Wi-Fi.
      4.36 KB
    • rtu-client
      This example demonstrates how to use the EZModbus library to create a Modbus RTU Client that communicates with Modbus RTU slave devices over UART.
      4.45 KB
    • rtu-client-server-loopback
      This example demonstrates how to use the `EZModbus` library to communicate locally between a Modbus RTU Client & Modbus RTU Server using a local UART loopback connection.
      4.16 KB
    • rtu-server
      This example demonstrates how to use the `EZModbus` library to create a Modbus RTU Server that communicates with Modbus RTU master devices over UART (RS485).
      3.77 KB
    • tcp-client
      This example demonstrates how to use the EZModbus library to create a Modbus TCP Client that communicates with a Modbus TCP server over Wi-Fi.
      6.31 KB
    • tcp-server
      This example demonstrates how to use the `EZModbus` library to create a Modbus TCP Server that communicates with Modbus TCP clients over Wi-Fi.
      6.02 KB