Hello All.
I am sending data to a TCP server from my Electron 3G. The code works well. But I always lose my connection while transmitting. I have 200 lines each with about 170 characters. Each time, it seems to print ONLY about 100 lines. It looks like there is a default transmit time after which the device loses the connection. Is this a default behavior somewhere in the firmware that can be changed? I do not believe it is a connection problem because it happens all the time. The device connects well each time but loses the connection half way. Short transmissions, say 20 lines, complete well in a few seconds.
Also, what is the default timeout period for TcpClient.connect()? How long will the device continue trying to connect until it gives up?
Thanks in advance!