This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
We are implimenting a LAN interface based in the example enet_s2e. I found that the form for setting the port configurations send parameter to a file config.cgi. However there is no such file in the example folders for the project.
Here is the code from the file config1.shtm:
<form name="config" action="config.cgi" method="get"> <input name="port" value="0" type="hidden"> <table width="100%" border="0" cellpadding="2" cellspacing="2"> <tbody>
The path to this code is:
C:\ti\TivaWare_C_Series-2.1.1.71\examples\boards\ek-tm4c1294xl\enet_s2e\fs
Perhaps I am misunderstanding something here.
Any ideas?
Hi Forrest,
I don't have much experience with enet_s2e. However, here is the enet_s2e project that is build for the latest TivaWare 2.1.4.178. Not sure if your problem is because of the TivaWare version you are using. Please separate install the latest TivaWare and try with this enet_s2e.