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
15 years agoHi friends,
I got it work, but do you know how to capture those packets at PC side. I wrote simple UDP program in JAVA to listen on the IP Address 192.168.0.30 (DE2 IP Address) and port 1024 (get the port number by observe the packet in Ethereal). But I have not received any thing. And I would to do the receive function as well. Anyone give me an advise how to do it?