pierrejay/ezmodbus

1.1.6

Latest
uploaded 3 months 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…
      4.35 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.01 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…
      3.46 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…
      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