I'm trying to connected via TCP modbus to a remote device at some IP address. Sometimes I find that I am unable to connect to this device with the error
Code: Select all
lwip_connect_r: 113
Code: Select all
#define ECONNABORTED 113 /* Software caused connection abort */
Thanks