Created Sun, 14 Oct 2012 14:46:28 +0000 by jefu007
Sun, 14 Oct 2012 14:46:28 +0000
Hi every one, i have purchase the chipkit max 32 and the network shield for a project that does not have space on the arduino.
I was developed some code with the Webduino Library ([url]http://code.google.com/p/webduino/[/url]) hoping that will only copy paste on my new "Chipkit compatible with arduino" now after 3 days of changing code for adapt my project to chpkit, the only think that i cant adapt is the webduino library :cry:
Does some one knows a library using chipkit for a Web Server with 2 or more pages, and the most important with capability to get the value from input text!!
some like:
.
.
.
form> First name: <input type= 'text' name='firstname'><br> </form>
.
.
.
do
{ repeat = server.readPOSTparam(name, 16, value, 16);
if (strcmp(name, "buzz") == 0)
{
Serial.println(name);
}
} while (repeat);
like the Webduino.
Please Help me here! Thanks in advance! Jeffrey