View previous topic :: View next topic |
Author |
Message |
janet
Joined: 17 Feb 2004 Posts: 23
|
How to transfer file from PC to eeprom? |
Posted: Fri Mar 05, 2004 11:29 pm |
|
|
Hi,
can anybody tells me how to transfer file from PC to eeprom?
Thanks! |
|
|
Konrad b Guest
|
Using MPLAB? |
Posted: Sat Mar 06, 2004 5:05 am |
|
|
Do you mean how to save the HEX image?
That is, using PICStartPlus programmer select EEPROM memory, read and save as HEX.
Using the ICD select view EEPROM, and there is an option to save this as an image (I can't remember the file extension).
Do you mean a stand alone EEPROM?
You need to explain what tools you are using, what device, etc. |
|
|
janet
Joined: 17 Feb 2004 Posts: 23
|
|
Posted: Sat Mar 06, 2004 7:04 am |
|
|
I am using Pic18F452.
I want to save my binary file to External I2C eeprom.
I wish to save the file without using EEProm programmer.
i know there are people use pic and RS232 (XMODEM protocol) to transfer file to EEPROM.
somebody even use FTP protocal to transfer the file, provided his pic got the tcp/ip.
I wonder, is there any simple way to do it? |
|
|
jbmiller Guest
|
eepprom programming |
Posted: Sat Mar 06, 2004 8:12 am |
|
|
The simplest way is to hang the eeprom onto 2 of the LPT port pins and create a QB program to tranfer the data from your file to the eeprom.
This works for any PC running DOS, win98 etc.
Check the web for paralle port I2c programming, bound to be a few hits.
hth
jay |
|
|
|