Forum Discussion
jlanier
New Contributor
6 years agoUse an647 design example to send data to PC over Ethernet
I'm wondering how to alter the design example (attached below) to send chosen data to my pc. I'm confused on what I need to do to the design example. I have the internal loopback test working but now...
SengKok_L_Intel
Regular Contributor
6 years agoHi,
Below is the OSI model:
https://en.wikipedia.org/wiki/OSI_model
The TSE IP or this example design is supporting the Physical Layer and Data link layer (MAC), which are layers 1 and 2 from the OSI model. This depends on what you are trying to achieve, and you might need to create other layers on your own to achieve that. Besides, you may consider using other tools on your PC (e.g. Wireshark) to monitor the ethernet packet transfer.
Regards -SK
- jlanier6 years ago
New Contributor
Do you know where I can find examples of creating the other layers? I'm very new to Ethernet communication and I do not know how to do this myself.
Thank you for your help!