Forum Discussion

Altera_Forum's avatar
Altera_Forum
Icon for Honored Contributor rankHonored Contributor
15 years ago

TSE Equivalent to DM9000A

So I'm trying to transfer some code from the DE2 to the DE2-115 that used the ethernet port. On the DE2 there was a very nice .c and .h file for the DM9000A which let me just use:

unsigned int TransmitPacket(unsigned char *data_ptr,unsigned int tx_len);

To send some data. I know there's a rather complex way of sending data via UDP and such on the DE2-115, but I don't need anything that complex or fast. Is there someway to include just a .c and .h like on the DE2 to get very basic ethernet working on the 115?
No RepliesBe the first to reply