- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi, as the title says, for an Ethernet transfer, which packets lands on the SOP? Is it the start of the preamble or MAC destination address?
Thanks for your time. ap29- Tags:
- Ethernet
Link Copied
2 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
When you write your program, you would start with the MAC destination address. Check this link https://gist.github.com/austinmarton/1922600 . The socket commands add the preamble and SFD. On the receiver side, the TSE MAC strips the SFD and Preamble, so you would see SOP on the first byte of the destination address. Divya- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
--- Quote Start --- Hi, When you write your program, you would start with the MAC destination address. Check this link https://gist.github.com/austinmarton/1922600 . The socket commands add the preamble and SFD. On the receiver side, the TSE MAC strips the SFD and Preamble, so you would see SOP on the first byte of the destination address. Divya --- Quote End --- Thanks for the reply, will adjust my design accordingly.
Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page