This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

MSP432E401Y: Need a TCP Client implementation

Part Number: MSP432E401Y

Hi,

I wanted to implement the TCP Client on the MSP432E Controller. The examples that are part of SDK implements TCP Server Echo.

I have tried to modify this example code to make it a TCP Client Echo Code but not able to do it.

The changes I made include removing the bind() and the listen() process and instead include the connect().

I am not able to implement it though. I searched through a couple of posts here in the forum but none of them specifically give a solution.

Let me know if there are some existing codes that act as TCP Clients or some reference material to do so. I am referring through the TI NDK API Manuals but still not able to get the code going after trying a couple of things.  

Thanks & Regards,

Punith