Author Topic: Downloading the EEPROM to a computer  (Read 1916 times)

0 Members and 1 Guest are viewing this topic.

Offline 555 timer chip guyTopic starter

  • Full Member
  • ***
  • Posts: 105
  • Helpful? 0
Downloading the EEPROM to a computer
« on: February 22, 2008, 11:01:44 AM »
Can you download the contents of the EEPROM of a PICAXE or PIC onto the computer?

Offline paulstreats

  • Supreme Robot
  • *****
  • Posts: 1,381
  • Helpful? 21
Re: Downloading the EEPROM to a computer
« Reply #1 on: February 22, 2008, 11:31:01 AM »
using ic-prog you can.

Also you can just get the pic to read it and place the values onto the serial registers to be read through the uart. Maybe you would benefit from programming a serial report function into your programming.

ie
char reportchar = read_eeprom(address)
uartputc(reportchar)




Offline 555 timer chip guyTopic starter

  • Full Member
  • ***
  • Posts: 105
  • Helpful? 0
Re: Downloading the EEPROM to a computer
« Reply #2 on: February 22, 2008, 11:33:00 AM »
would that work with PICAXE as well

 

Related Topics

  Subject / Started by Replies Last post
5 Replies
2419 Views
Last post June 09, 2008, 10:22:22 AM
by pomprocker
11 Replies
2735 Views
Last post September 07, 2008, 06:39:28 AM
by ankit_ipu_niec
0 Replies
2212 Views
Last post January 31, 2009, 07:06:53 AM
by Admin
5 Replies
784 Views
Last post July 04, 2010, 06:29:21 PM
by KurtEck


Get Your Ad Here

data_list