Writing text to an EEPROM
Newzed
Posts: 2,503
I ran out of something to do this weekend, so I thought I would write a program that would let you store text in an EEPROM.
I used my AT25F512 since that EEPROM is byte-writable and entries are written straight to the EEPROM.· The program is written for a BS2, but the directive is for a BS2P24, so yiou may have to change that.
It is a rather useless program, since I can't think of any practical application for it except writing notes to your EEPROM.· However, if you have a secret, burning desire to write text to your EEPROM, maybe this program will help.· There is a lengthy explanatory section at the beginning of the program which should explain everything.· However, if you decide to use it and you have a question, I'm here.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Sid Weaver
NEW! 4 MB EEPROM
http://hometown.aol.com/newzed/page4.html
I used my AT25F512 since that EEPROM is byte-writable and entries are written straight to the EEPROM.· The program is written for a BS2, but the directive is for a BS2P24, so yiou may have to change that.
It is a rather useless program, since I can't think of any practical application for it except writing notes to your EEPROM.· However, if you have a secret, burning desire to write text to your EEPROM, maybe this program will help.· There is a lengthy explanatory section at the beginning of the program which should explain everything.· However, if you decide to use it and you have a question, I'm here.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Sid Weaver
NEW! 4 MB EEPROM
http://hometown.aol.com/newzed/page4.html
Comments
When entering the Search Pointer, press Enter·twice, ·enter the address, then fill out string with spaces.· This results in a cleaner display.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Sid Weaver
NEW! 4 MB EEPROM
http://hometown.aol.com/newzed/page4.html
·