Hi Marco,
I tried the tcpecho_bm example with TWR-K65F board on my side and did the following.
- Changed configIP_ADDR in the example code to my PC IP address.
- I sent the following command in echotool:
echotool IPADDRESS /p tcp /r 7 /d hello
And received:
Hostname IPADDRESS resolved as IPADDRESS
Reply from IPADDRESS:7, time 0 ms OK
Reply from IPADDRESS:7, time 0 ms OK
Reply from IPADDRESS:7, time 0 ms OK
Reply from IPADDRESS:7, time 0 ms OK
Reply from IPADDRESS:7, time 0 ms OK
Statistics: Received=5, Corrupted=0
Then I disconnected the cable and sent the command again and I received the following.
Host unreachable
Statistics: Received=0, Corrupted=0
Finally I reconnected the cable and sent the same command and received the same response as the beginning.
Hostname IPADDRESS resolved as IPADDRESS
Reply from IPADDRESS:7, time 0 ms OK
Reply from IPADDRESS:7, time 0 ms OK
Reply from IPADDRESS:7, time 0 ms OK
Reply from IPADDRESS:7, time 0 ms OK
Reply from IPADDRESS:7, time 0 ms OK
Statistics: Received=5, Corrupted=0
Could you please confirm you experience this behaviour on your side?
Best regards,
Felipe