hi!! i want to know if i can send data to my microcontroller through internet?? for example i want to set outputs bits or read inputs? how can i do it? i saw a web server example but i do not know about the kit capabilities!
Sure. Write a bootloader that communicates with either on-chip ethernet or an external ethernet controller, then write the download tool that runs on a PC and talks to the bootloader at a specific IP address. Not sure if anyone has already written this.
Andy
http://www.freertos.org/portlpc2368uIP.html