Forum Discussion
Altera_Forum
Honored Contributor
7 years ago --- 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.