Hi,
i am trying to make MODBUS TCP SLAVE code based ESP32 platform.
For modbus_TCP, I use this library: https://github.com/emelianov/modbus-esp8266
Plan is to have one dedicated task only for MODBUS_TCP. Please refer below extraction from compete code :
void setup() {
Serial.begin(9600)...