plasmapper/pl_modbus

1.2.1

Latest
uploaded 1 year ago
Modbus C++ class component for ESP-IDF

7 examples

  • network_client
    This example demonstrates a Network Modbus client using an internal ESP Wi-Fi station. It initializes the Wi-Fi interface, configures the client with…
    2.27 KB
  • network_server
    This README describes a Network Modbus server example created at port 502, which initializes an ESP Wi-Fi station and sets various server parameters,…
    2.56 KB
  • server_memory_areas
    This example demonstrates the setup of a UART Modbus server using UART0 with a Modbus RTU protocol at a station address of 1. It initializes UART0…
    2.41 KB
  • server_user_defined_function
    The CustomModbusServer class extends the ModbusServer class to implement a user-defined function with function code 100, which processes a 1-byte…
    2.12 KB
  • uart_client
    UART Modbus client example utilizing UART0 with Modbus RTU protocol and station address 1. It reads and modifies 10 holding registers and 3 coils…
    1.79 KB
  • uart_server
    This README describes a UART Modbus server example using UART0 as the port. It details the configuration of UART0 with a baud rate of 115200 bps, 8…
    1.74 KB
  • usb_server
    This README provides an overview of a USB Modbus server example that utilizes USB as a port and Modbus RTU protocol, with a station address of 1. It…
    1.68 KB