Wiki

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
resources:eval:user-guides:ad-t1lusb-ebz [08 Dec 2023 14:02] – [Setup Examples] Mihai Ionut Suciuresources:eval:user-guides:ad-t1lusb-ebz [08 Dec 2023 14:27] (current) – Add another chapter Mihai Ionut Suciu
Line 35: Line 35:
   * {{ :resources:eval:user-guides:02-068285-01-b.pdf |Schematic}}   * {{ :resources:eval:user-guides:02-068285-01-b.pdf |Schematic}}
 </WRAP> </WRAP>
 +\\
 +
 +===== Network Testing =====
 +When the AD-T1LUSB2.0-EBZ board is connected to a computer via a USB cable, a new network interface should be available.
 +
 +This can be verified by running on a shell terminal the **''ipconfig'' command on a Windows system** or **''ifconfig'' on a Linux system**.
 +
 +The new network configuration which corresponds to the following example:
 +<code>
 +Ethernet adapter Ethernet 3:
 +
 +   Connection-specific DNS Suffix  . :
 +   Link-local IPv6 Address . . . . . : fe80::5079:d4ec:5a1:6387%63
 +   Autoconfiguration IPv4 Address. . : 169.254.193.171
 +   Subnet Mask . . . . . . . . . . . : 255.255.0.0
 +   Default Gateway . . . . . . . . . :
 +</code>
 +
 +After this we can run the ''ping'' command as ''ping -t 169.254.193.171'' to obtain the following response if everything works properly:
 +
 +<code>
 +Pinging 169.254.193.171 with 32 bytes of data:
 +Reply from 169.254.193.171: bytes=32 time<1ms TTL=128
 +Reply from 169.254.193.171: bytes=32 time<1ms TTL=128
 +Reply from 169.254.193.171: bytes=32 time<1ms TTL=128
 +Reply from 169.254.193.171: bytes=32 time<1ms TTL=128
 +Reply from 169.254.193.171: bytes=32 time<1ms TTL=128
 +Reply from 169.254.193.171: bytes=32 time<1ms TTL=128
 +Reply from 169.254.193.171: bytes=32 time<1ms TTL=128
 +Reply from 169.254.193.171: bytes=32 time<1ms TTL=128
 +Reply from 169.254.193.171: bytes=32 time<1ms TTL=128
 +Reply from 169.254.193.171: bytes=32 time<1ms TTL=128
 +</code>
 +
 +In this way, we can confirm that the connection between a computer and the AD-T1LUSB2.0-EBZ board works as expected.
 +
 \\ \\
  
resources/eval/user-guides/ad-t1lusb-ebz.txt · Last modified: 08 Dec 2023 14:27 by Mihai Ionut Suciu