Modbus TCP library for ESP8266
Posted: Tue Aug 04, 2015 8:16 am
I modified the modbusTCP library for ESP8266 use.
Currently it works, but the connection drops after each request.
I think it has to do with the use of "WiFiClient clientrequest = mb_server.available();"
Can someone have a look at it ?
Just unzip the file and open in Arduino 1.6.5
It should connect to the specified SSID/Password.
and spit out it's IP address over the serial interface @ 115200 baud.
Regards, Harold.
Currently it works, but the connection drops after each request.
I think it has to do with the use of "WiFiClient clientrequest = mb_server.available();"
Can someone have a look at it ?
Just unzip the file and open in Arduino 1.6.5
It should connect to the specified SSID/Password.
and spit out it's IP address over the serial interface @ 115200 baud.
Regards, Harold.