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.

[参考译文] TM4C1294NCPDT:enet_tcpecho_server.c

Guru**** 1796210 points
请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。

https://e2e.ti.com/support/microcontrollers/arm-based-microcontrollers-group/arm-based-microcontrollers/f/arm-based-microcontrollers-forum/1395456/tm4c1294ncpdt-enet_tcpecho_server-c

器件型号:TM4C1294NCPDT

工具与软件:

您好!

   我使用 TM4C1294xl LaunchPad、并运行 enet_tcpecho_server.c 示例代码。 在终端窗口中获得 IP 地址、在搜索栏中输入 IP 地址后、将显示该地址

无法访问此站点

如何解决此问题并指导我如何检查输出

  • 请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。

    您好!  

     Enet_tcpecho_server.c  不是基于 HTTP 协议的网络服务器。 您不能使用浏览器查看它。 您需要使用 TCP/IP 客户端应用程序通过 tcpecho 服务器发送/接收数据包。 您可以使用 https://www.hw-group.com/software/hercules-setup-utility 等客户端应用。 您可以根据自己的喜好选择许多应用程序。 该示例只会将从客户端接收到的任何数据回传给客户端。  

  • 请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。

    tq