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.

EK-TM4C129XL / ENET_IO



Hi
In the example enet_io you can see the state of the LEDs (outputs).
As we can see the state of the switches (inputs) in real time? Type press a switch and their status appear in web page?
Also, there is no example to see the real-time LED on the web page?

Regards

  • Aquino said:
    Also, there is no example to see the real-time LED on the web page?

     What are you asking about is HTML/scripting programming so it is not related to TIVA, if you know how to do in a web server you can do in TIVA web server too.

  • Not is related to TIVA why? If TIVA is prepared to be a web server just has to do with TIVA. While it has become part of html, but is associated with enet_io project. Now if there is no draft example of available functions, for example the switches that is another matter.
    If you do not have to do with TIVA because there is a sample project with a web server in html?

    Regards
    Aquino

  • Aquino said:
    If you do not have to do with TIVA because there is a sample project with a web server in html?

     I am not using a web server on TIVA, or better not for now, I choosed to use TIRTOS example due to OS support and more simple network API close to Unix style so I wrote my server. WEB service is both best available on that examples and can be better used to. I am planning in the future to use some checkbox to set/display configuration bit but this is on the future, for now a simple telnet interpreter is better for me.

     I don't remember which one but simple examples where too much complex to be modified and I classified as useless.

     Again if you know how to use css or web scripting you can do in TIVA too, this is again coding of web server side nor TIVA or you are you asking how to set a variable from a bit of a GPIO pin?