1
Messages
This section allows you to view all Messages made by this member. Note that you can only see Messages made in areas you currently have access to.
Messages - hcubed
2
Web platform / Re: Dynamic Variable Trouble
3
Web platform / Dynamic Variable Trouble
I'm new to the web platform and have been messing around with some of the programs that come with the web platform package. I have successfully got the EEPROM web server working. However, the dynamic variables don't seem to work. If I use the provided hex file "dp-wp-stackdemo.v0b.hex" then the Microchip website correctly appears and the dynamic variables work (~builddate~ for example). But if I compile my own TCP IP Demo App using the provided code and add ~builddate~ to the simple "Hello World" web page, it returns "!DEF".
Any ideas why this might be? My procedure has been to edit the HTML file to add a dynamic variable, run the convert-WebPages-to-MPFS.bat, recompile TCP IP Demo App, load the hex file, and then upload the fresh .bin. Am I doing something wrong? I've noticed somewhere that HTTPPrint.h is supposed to be automatically generated by the MPFS file but it doesn't seem the be generated when I run the .bat file. Not sure if this is the problem...
Thanks.