Here is a sample debug output showing that the status of everything is the same, and I can find no reason for the stoppage-
Code: Select all
count=76, state=2, WiFiStatus=5 handle=0, NetStatus(handle=0)=0x0003=valid,open
in ConnectToHost, handle=0, NetStatus(handle=0)=0x0003=valid,open, host=216.229.0.179
trying net.connect command with
handle=0, host=3003180504=216.229.0.179, port=13, protocol=0=TCP
in netCallback(), handle=0 cb: connect
Net.Connect() return=0, NetStatus(handle=0)=0x000f=valid,open,connected,espclient
the remote host IP=216.229.0.179 port=13 protocol=TCP
count=86, state=2, WiFiStatus=5 handle=0, NetStatus(handle=0)=0x0003=valid,open
in ConnectToHost, handle=0, NetStatus(handle=0)=0x0003=valid,open, host=216.229.0.179
trying net.connect command with
handle=0, host=3003180504=216.229.0.179, port=13, protocol=0=TCP
in netCallback(), handle=0 cb: connect
Net.Connect() return=0, NetStatus(handle=0)=0x000f=valid,open,connected,espclient
the remote host IP=216.229.0.179 port=13 protocol=TCP
count=107, state=2, WiFiStatus=5 handle=0, NetStatus(handle=0)=0x0003=valid,open
in ConnectToHost, handle=0, NetStatus(handle=0)=0x0003=valid,open, host=216.229.0.179
trying net.connect command with
handle=0, host=3003180504=216.229.0.179, port=13, protocol=0=TCP
I'll attach the program I'm using, but it's a real mess with all the debugging stuff I've added. It started out as the example ClientTCP program.