Shop OBEX P1 Docs P2 Docs Learn Events
Writing text to an EEPROM — Parallax Forums

Writing text to an EEPROM

NewzedNewzed Posts: 2,503
edited 2005-03-20 22:48 in BASIC Stamp
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

Comments

  • NewzedNewzed Posts: 2,503
    edited 2005-03-20 22:48
    Modified instructions for Search Pointer:

    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
    ·
Sign In or Register to comment.