emelianov / modbus-esp8266

Most complete Modbus library for Arduino. A library that allows your Arduino board to communicate via Modbus protocol, acting as a master, slave or both. Supports network transport (Modbus TCP) and Serial line/RS-485 (Modbus RTU). Supports Modbus TCP Security for ESP8266/ESP32.
Other
498 stars 182 forks source link

chore: correct comment in modbus client example #342

Closed basisbit closed 2 months ago

basisbit commented 3 months ago

the esp was used as modbus client, but the code comment said modbus server.