This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

easyWEB

I want to receive data from the easyWEB HTML page. I want to light an LED using a radio button. I am using the meta refresh function to send data from the HTML page
<meta http-equiv="refresh" content="5;led/>
led being the name of the radio button

Then I want to extract the information to a variable using memcpy in the following
if(socketStatus & SOCKET_DATA_AVAILABLE)
{

}

can anyone tell me how to do this??