1.19 Test the Application

  1. Open a terminal application (e.g., PuTTy).
  2. Configure the baud rate for “115200”.
  3. Press the Reset button on the SAM E54 Curiosity Ultra Development Board.

    The following messages become visible in the terminal window.

  4. Type “netinfo” in the terminal window.
  5. Press Enter to see the network status.
  6. Type “macinfo” in the terminal window.
  7. Press Enter to see the MAC status.
  8. Type “ping <Ip address of other node>” in the terminal window.

    You should get a reply for your request if the network was established.

    You have successfully created and tested your TCP/IP application.

  9. Create an IPERF UDP server on one node and type “iperf -s -u” in the terminal window.
  10. Create an IPERF UDP client on the other node and type “iperf -c <SERVER_IP_ADDR> -u -b 10M” in the terminal window.

    You can see the throughput on the 10BASE-T1S network, which is ~9.5 Mbps