2.1.13 Testing the Application

The functions of TCP/IP Client are tested using console commands. The console is the virtual COM port enumerated when a micro-USB cable connected to the DEBUG USB port on SAM E70 Xplained Ultra board.
  1. Make sure that micro-USB cable is connected from computer to the DEBUG USB port on the SAM E70 Xplained Ultra board.
  2. Open a terminal application (eg: TeraTerm) and configure the baudrate for 115200.
  3. Connect Ethernet cable between RJ45 socket on SAM E70 Xplained Ultra board and router/switch/computer.
  4. Press the Reset button on the SAM E70 Xplained Ultra board.
  5. Verify the startup messages visible on the serial console.
  6. Type netinfo in the terminal window and press Enter to see the network interface status.
  7. Type openurl command in the serial console. Syntax of the command is as shown below.
  8. Press Enter to see the webpage in terminal window.
  9. Testing of your first TCP/IP Application is finished.