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

0 Members and 1 Guest are viewing this topic.

Offline 555 timer chip guyTopic starter

  • Full Member
  • ***
  • Posts: 105
  • Helpful? 0
    • Robots and Circuits
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?

paulstreats

  • Guest
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
    • Robots and Circuits
Re: Downloading the EEPROM to a computer
« Reply #2 on: February 22, 2008, 11:33:00 AM »
would that work with PICAXE as well

 


Get Your Ad Here

data_list