foodwatch
Joined: 18 Apr 2006 Posts: 66
|
#Serialize Questions |
Posted: Sat May 03, 2008 4:15 pm |
|
|
I am using an 18F4550 and need to place a 5 digit serial number into 5 sequential locations of the data eeprom. I need them to always be entered from the keyboard as the numbers increase from 50000 to 65000 but dont always increase by 1.
After reading and trying the help section in PCWH, I still cannot get it to work. Anyone see what I am doing wrong? After running the code below, there is no data written to the eeprom. Is there a particular location in the C source code it needs to be? I get no error codes of any sort.
Here is what I am trying:
Code: | #serialize(dataee=0x0F,string=5,next="50000",prompt="Put in Serial number")
|
|
|