Reading eeprom


Closed Thread
Results 1 to 2 of 2

Thread: Reading eeprom

  1. #1
    Join Date
    Sep 2005
    Location
    Switzerland
    Posts
    46

    Default Reading eeprom

    Hi everybody,
    I've done a simple project pic + 24c16 + dallas 1wire temperature sensor.
    Every hour the temperature is saved into the 24c16.
    At the moment I remove the eeprom and I read the temp. with a eeprom reader
    prg.
    All this was ok for testing by now I'd like to be able to read it without removing it every time. I thought I could add a max232 and get the datas through the serial.
    I could add some lines in the pic prg., read the eeprom and display the datas in hyperterm and then save it.
    I would prefer, if possible, without a involving the pic.
    Do you have some good (easy) idea how I could do it ?
    Thanks in advance
    Bye
    Lotondo

  2. #2
    Join Date
    Sep 2004
    Location
    montreal, canada
    Posts
    6,898


    Did you find this post helpful? Yes | No

    Default

    Yes you have it.. just send the whole data to Hyperterm, save the file as a .BIN and open/edit it in your Hex editor.

    OR, use comma and open it in EXCEL..

    it's all depend on how your EEPROM structure is made.

    Another point of view, format everything on the PIC side in a kind of TEXT report, then dump it to your PC.
    Last edited by mister_e; - 21st February 2007 at 17:40.
    Steve

    It's not a bug, it's a random feature.
    There's no problem, only learning opportunities.

Similar Threads

  1. Can't read sequential addresses in external EEPROM
    By tjkelly in forum mel PIC BASIC Pro
    Replies: 2
    Last Post: - 18th February 2010, 14:46
  2. Problem with I2C EEPROM addressing
    By Atom058 in forum General
    Replies: 14
    Last Post: - 3rd November 2009, 03:17
  3. Writing & Reading to iButton EEPROM
    By crhomberg in forum Code Examples
    Replies: 2
    Last Post: - 6th October 2008, 19:40
  4. How to write/read strings EEPROM/LCD
    By g-hoot in forum mel PIC BASIC Pro
    Replies: 22
    Last Post: - 11th February 2007, 06:26
  5. word variable to 25lc640
    By TONIGALEA in forum mel PIC BASIC Pro
    Replies: 5
    Last Post: - 6th July 2004, 19:59

Members who have read this thread : 1

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