[](https://github.com/pierrejay/EZModbus/actions/workflows/ci.yml) ## Introduction C++ / FreeRTOS Modbus library for ESP32 with a user-friendly & thread-safe API: - ESP-IDF & Arduino support - Modbus RTU (UART/RS-485) & TCP (netif) - Client, Server & Bridge components, protocol-agnostic and freely composable - 100% static allocation by default - Client: flexible sync, async or callback-based requests - Server: native multi-register values (e.g. IEEE 754 floats) ## Documentation Complete documentation available on [Read the Docs](https://ezmodbus.readthedocs.io/) & in the `/docs` directory.
idf.py add-dependency "pierrejay/ezmodbus^1.1.7"