Hi,
I am working on a project that reads the values from the weighing machine and the data is then sent to cc3200 web server from where a client can access the data.
For dynamic change of data on web page i am refreshing the page at 0.5 seconds.Everything is working as expected.
Now the new requirement is that a user has to enter some predefined value on web page and after that the further calculation is to be done.
I am unable to do so.How to Enter any value on web page and then obtain that value in my code and then do further processing.