Simple READ/WRITE EEPROM is driving me nuts! pls help


Closed Thread
Results 1 to 7 of 7

Hybrid View

  1. #1
    Join Date
    May 2006
    Location
    Del Rio, TX, USA
    Posts
    343


    Did you find this post helpful? Yes | No

    Default Re: Simple READ/WRITE EEPROM is driving me nuts! pls help

    Forgot to post the output:

    Code:
    TEMP= 0021
    READ TEMP= 0021
    READ1 TEMPF1= 0021
    TEMP= 0027
    READ TEMP= 0027
    READ1 TEMPF1= 0027
    TEMP= 003C
    READ TEMP= 003C
    READ1 TEMPF1= 003C
    TEMP= 0093
    READ TEMP= 0093
    READ1 TEMPF1= 0093
    TEMP= 01EC
    READ TEMP= 01EC
    READ1 TEMPF1= 01EC
    -----------------------------
    READ2 TEMPF2= 0021
    READ2 TEMPF2= 0027
    READ2 TEMPF2= 003C
    READ2 TEMPF2= 0093
    READ2 TEMPF2= 01EC
    Done

  2. #2


    Did you find this post helpful? Yes | No

    Default Re: Simple READ/WRITE EEPROM is driving me nuts! pls help

    SreveB

    Thanks so much. That was my problem. Actually, I thought that I should add 2 each time, but for some reason stuck with only one. You are correct, when I tried adding 2 originally , it was only to one of the sections. Sometimes I guess I should stay in bed longer.

    Thanks again

    Ken

Members who have read this thread : 0

You do not have permission to view the list of names.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts