Forum Discussion
Altera_Forum
Honored Contributor
20 years ago --- Quote Start --- originally posted by ajs52@Oct 18 2005, 03:39 PM i just started my internship and i haven't really worked with fpga's before. i have a borad with stratix chip on it and the board has the ability to communicate to a pc via ethernet. my question was whether if there is a standard protocol used for data transmission between the board and the pc using the ethernet.
i read something about the 10 gigabit ethernet (xsbi) high speed protocol, but i don't know much about that either.
thank you very much.
<div align='right'><{post_snapback}> (index.php?act=findpost&pid=10432)
--- quote end ---
--- Quote End --- Well...there's TCP/IP, which is the protocol typically used to communicate over ethernet. You might check out the simple socket server example application. Or am I misunderstanding the question?