Forum Discussion
Altera_Forum
Honored Contributor
17 years agoDE2_UDP example for download here free (feedbacks are wellcomed)
Hi all. My goal is to get about 3Mbytes/sec data transfer rate from my DE2 board to PC. Here in this example I get about 1.2 Mbytes/sec. I'll accept comments about, how to speed up this, as w...
Altera_Forum
Honored Contributor
16 years agohi,you should read some material about TCP/IP,and it packet the data with UDP header and ip header and something else.It have its own format.so you should find some book about this,and it's easy,I think you can work it out.