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
534 stars 190 forks source link

- delayMicroseconds and standard TCP APIs now available in both cores #302

Open lmartorella opened 1 year ago

lmartorella commented 1 year ago

One of the two TX delay was wrongly commented out in case of ESP32, probably because the call was missing. Removed also the WiFiServerESPWrapper, since now in both ESP32 and ESP8266 cores the accept is there. Thx, L