器件型号:TMDS273GPEVM
我们可以通过 静态配置 IP 在 ECU 和 PC 之间进行通信。
有人知道如何配置该端口??
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.
器件型号:TMDS273GPEVM
我们可以通过 静态配置 IP 在 ECU 和 PC 之间进行通信。
有人知道如何配置该端口??
尊敬的 CL Xu:
对于 TCP 客户端示例、请参阅 app_tcpclient.c 将会有一个宏、 主机_服务器_ 定义主机服务器端口号的 port、默认设置为8888。

同样、如果您使用的是 UDP 客户端示例、则会有一个宏 SOCK_HOST_SERVER_PORT 在 app_udpclient.c

请根据您的要求进行修改、保存文件、重新编译示例并测试新的二进制文件。 如果您遇到任何问题、请告诉我、
此致、
Shaunak