TCPmaker : Visual Tour    Compiling TCPmakers Generated Code in MPLAB  

We scroll down through the file, or search with Edit | Find, until we find the "MPFS (Microchip File System) Settings" Section in this file.

For this project, we decide to store our TCPmaker Web content in serial EEPROM that the PICDEM.net2 board has.  To make sure that happens, we enable the statement

#define MPFS_USE_EEPROM

in this section.

For simplicity in this tutorial, we leave the other settings in this section at their default values, including NOT requiring authentication when we upload new Web content to our device.

If this were a real production device that we would connect to the Internet, we would certainly want to change the settings to require authorization before allowing new Web content to be uploaded into the device, to protect our product from hackers. 

 

open full sized image

10 of 17
Copyright Notice and Author Information