KDS TCP/IP DEMO

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 
已解决

KDS TCP/IP DEMO

跳至解决方案
1,859 次查看
kooroshhajiani
Contributor III

Hi,

I'm running the following demo from SDK_1.3:

C:\Freescale\KSDK_1.3.0\examples\twrk64f120m\demo_apps\lwip\lwip_tcpecho_demo\tcpecho_rtos\tcpecho_freertos\kds

I can ping the board using the following command:

ping 192.168.2.102

However when I try the echo a packet send by typing:

C:\>echotool 192.168.2.102/p tcp/r 7/d hello

I get :

Host not found

Any ideas?

Thanks,

Koorosh Hajiani

标记 (1)
1 解答
1,403 次查看
isaacavila
NXP Employee
NXP Employee

Hello Koorosh,

I do not know how the echotool works but i would recommend you to use another software (for example Socket test) to test the echo implementation, this documents talks about socket test software (chapter 1) so you can give a look to it: How to Add lwIP to KDS3.0 Project

Once I test this example by using socket test software, I am able to echo messages sent from client:

pastedImage_1.png

I hope this can help you!

Best Regards,

Isaac Avila

在原帖中查看解决方案

2 回复数
1,404 次查看
isaacavila
NXP Employee
NXP Employee

Hello Koorosh,

I do not know how the echotool works but i would recommend you to use another software (for example Socket test) to test the echo implementation, this documents talks about socket test software (chapter 1) so you can give a look to it: How to Add lwIP to KDS3.0 Project

Once I test this example by using socket test software, I am able to echo messages sent from client:

pastedImage_1.png

I hope this can help you!

Best Regards,

Isaac Avila

1,403 次查看
kooroshhajiani
Contributor III

Hi Issac,

Thanks for the link.

It works.

Regards,

Koorosh Hajiani

0 项奖励
回复