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.

TMDXICE110: Ethernet data transfer

Part Number: TMDXICE110

Hello.

I am new to network application development. I use server daemon for create single task. In This task I can receive and transmit data. But this task is called when data arrives at the device, i.e. transfer conditionally initiated by the master. I want transfer data  to IP, that IP I know, when it is convenient for me. How can I do this? Could you share examples of the implementation of such a task?

  • Hi Kiselev,

    You can use "send" to send data to a socket. Of course, you will need to open a socket (network channel) to the IP address first. 

    You can refer to the examples in C:\ti_am3_610\pdk_am335x_1_0_16\packages\ti\transport\ndk\nimu\example for details.

    Ming