-->
Page 1 of 1

Modbus TCP library for ESP8266

PostPosted: Tue Aug 04, 2015 8:16 am
by CrazyHarold
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.