Can I program the PicoWeb Server using C?
Yes. The new GNU-based PicoWeb development system (v2.xx) is compatible with a version of the GNU C-compiler which targets AVR machine code (in program memory). However, because there is a limited amount of unused program memory in a PicoWeb server (i.e., ~2K bytes), only a limited amount of application code can be written in C. Complex PicoWeb applications will have to continue to rely on PicoWeb pcode in order to be able to execute out of the much larger 32 Kbyte “code space” offered by the PicoWeb’s serial EEPROM chip.