OpenCores
Issue List
Web over rs232 #10
Closed dagothar opened this issue over 14 years ago
dagothar commented over 14 years ago

Hi, I've been trying to set up the Plasma CPU with a web server on Spartan3 starter kit. I used files and tools from SVN/trunk, compiled and downloaded rtos_tcip on the board How do I set up a connection over rs232 port to be able to send and receive packets(with etermip?)? Are there any changes neccesary to be done in rtos_test.c, etermip.c or any other file to run the server? All I'm seeing in the terminal is a menu generated by rtos_test and nothing else.

rhoads was assigned almost 14 years ago
rhoads commented almost 14 years ago

Do you have a DHCP server running? Try modifying etermip.c to printout a message when EthernetSendPacket() is called and when packet_handler() is called. You might want to print out the contents of the packets. Do you see any network traffic? You might want to install Wireshark and see if there is any network traffic.

rhoads closed this over 13 years ago

Assignee
rhoads
Labels
Request