I am trying to establish TCP/IP communication between DSP(that runs Code Composer Studio, an IDE to compile and run C code) and Host PC(that runs VC++ application).
While i am sending the data from CCS to VC++, "Retransmission timeout" occurs, and at another instance "Persist timeout" occurs which stops the TCP/IP communication.
Am using CAsyncSocket class and its member functions for TCP/IP Communication.
How to address these errors in VC++?