I have used the existing sample application to create TCP Client. I got following message on the terminal. I am running a custom TCP Server in my PC. At end of the below debug messgae i am able to see “Connection Established” in the custom server. But I am not able to see any data getting transferred from the modem to the server.
I have established the connection. I would like to know how to transfer the data. I am able to successfully transfer the data using UDP but not using TCP.
+WIND: 15,1,“Airtel”,2,“Airtel”,3,"+22",4,“09/03/25,19:24:02+22”,6,“0”
[GPRS]: GPRS EVENT ACTIVATE OK (cid=5)
[GPRS]: GPRS: -> CONNECTED
[SAMPLE]: connecting to client 122.165.48.88:2000…
[WIP] new TCPCLIENT 0x468760
[SAMPLE] Connection established successfully
[SAMPLE] Can send more data
[SAMPLE] Everything has been sent, won’t send more.