Ping

Ping is a most commonly used connection test program available on all operating systems. Start the Ping test program on the DSP ( \D.SignT\Network\DM2DM642EMAC\Projects\ICMP\Ping ) and open a console window on your PC. In the console window type in "ping" and the DSP IP address configured in netconfig.c:

>ping 192.168.168.200

If all network settings and the connection is right, the pings should be replied. The console should print something like that:

>ping 192.168.168.200
Pinging 192.168.168.200 with 32 bytes of data:
Reply from 192.168.168.200: bytes=32 time<1ms TTL=64
Reply from 192.168.168.200: bytes=32 time<1ms TTL=64
Reply from 192.168.168.200: bytes=32 time<1ms TTL=64
Reply from 192.168.168.200: bytes=32 time<1ms TTL=64
Ping statistics for 192.168.168.200:
Packets: sent = 4, Received = 4, Lost = 0
>