Hello,
I am struggling to get the tcpEcho_EK_TM4C129EXL_TI example to work out of the box. I am using Tftpd64 to create a DHCP server on my Windows 11 PC. This works and the development kit is assigned the IP address of 192.68.56.2.
Now, here is where things stop working. I use the Windows command prompt to run the tcpSendReceive executable. The command I give is: tcpSendReceive 192.168.56.2 1000 1 -s100. And, this times out every time.
(As a side note, I do have a distribution of Ubuntu on a Virtual Box, and have tried to run this through Linux, but this also does not work).
Can someone please recommend a setup that can test out this example? I would love to use this example as the starting point for my development project, but have to validate its functionality first.
Thank you!