Hi,
I am using TM4C1294KCPDT for my application, in that i am developed code for Ethernet TCP/IP socket communication based on Ti-RTOS examples.
Communication working good always. I am configured my board as Server.
I need a add on on this, in my code whenever data received on TCP/IP, controller generate the receive task.
inside same task i am able to send reply data to client. Once i come from the task, not able to send the data to client.
Some times i need to send the data without any request from client, but first time client creates the connection with my board with new enquiry.
Regards,
Yuvaraj