Altera_Forum
Honored Contributor
17 years agoDE2 Send/Receive data via Ethernet Port
Hi,
I am currently working on a project which requires using DE2 to send/receive data to/from a web server. I have searched on google and found the DE2 example which uses DM9000A to send and receive packets through Ethernet. But the example come with Quartus software uses lan91c111 and uC/OS. If I use lan91c111, how do I assign the pins like address_to_the_lan91c111[15..0] byteenable_to_the_lan91c111[3..0] ior_n_to_the_lan91c111 iow_n_to_the_lan91c111 reset_to_the_lan91c111 tristate_bridge_data[31..0] I dont really understand what is the main difference between these two methods. And I have never touched computer network before and really dont know where to start. I have been stuck on this for a long time, any help would be really appreciated. Thanks a lot