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.

MSP432E401Y: HOW TO COMMUNICATE FROM WEB PAGE

Part Number: MSP432E401Y

Dear TI Members,

I am working on the sdk example,"httpserver_MSP_EXP432E401Y_tirtos_ccs". In my application i would like to control some parameters like baud rate, type of serial commn (232/422) from html web page.

I have developed a sample web page "index.html" and  for that i have generated "index.h" file by using "makefsfile.exe".

And i am calling the "index.html" web page in "URLSimple_process" using URLHandler_GET method and 

HTTPServer_sendSimpleResponse(ssock, returnCode, contentType,INDEX_SIZE,index) function.

So after downloading the code, i have opened corresponding html page using: ip_address/index.html. and it was successfully opening the web page.

Now i would like to operate (saving & retrieving) some parameters as mentioned above. And i would like to know what are the changes i need to do in html page and in URLSimple_process function.

Thanks & Regards

Kalyan.

**Attention** This is a public forum