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.

CCS/EK-TM4C1294XL: Serial to Ethernet using EK-TM4C1294XL

Part Number: EK-TM4C1294XL


Tool/software: Code Composer Studio

Hi Everyone,

I am able to send data over Ethernet using serial to Ethernet example project but that uses telnet protocol. What I really want to do is to send packets using IP header. In my setup, EK-TM4C1294XL Connected Launchpad is connected to a switch and the device I want to talk to is also connected to the same switch.

Now my question is that, is there any way of specifying the destination IP by changing the example project named as enet_S2E? Or Is there any other way of sending data to particular device which is connected to switch by using its IP address ? Thank you

Any help or advice on this would be very much appreciated