![]() | ![]() | ![]() |
| | |||||||
| Micro Controllers Discuss all aspects of micro controllers - building them, coding them, etc. All controllers are welcome - PIC, BASIC, Z8 Encore!, etc. |
| | LinkBack | Thread Tools | Display Modes |
| | (permalink) |
| Hi, can anybody tells me how to transfer file from PC to eeprom? (via PIC) Thanks! | |
| |
| | (permalink) | |
| Quote:
| ||
| |
| | (permalink) |
| I wonder, must I use eeprom programmer? Is there any other alternative, like using rs232? | |
| |
| | (permalink) | |
| Quote:
| ||
| |
| | (permalink) |
| PonyProg can use the serial port or the parallel port, depending on the interface that you use. As for me, I use PonyProg with the so-called "STK200" dongle (the "dongle" is the "interface," it has a '244 and some other misc. parts on it) for the chips PonyProg supports. Problem is, for me, it doesn't support many of the ones I like to use, esp. with higher densities. That's why I built my own. It transfers binary files using a terminal program using XModem/CRC Protocol. Next week I'm going to start on a DataFlash programmer using the same scheme, unless one of ya'll knows of an existing programmer for PC->DataFlash. j. | |
| |
| | (permalink) |
| If your PIC can write to the EEPROM you can send your EEPROM data through RS232 and have the PIC write it to the EEPROM. What sort of file do you need to save? is it calibration data? Text? Hyperterminal will let you send files through RS232. Brent | |
| |
| | (permalink) |
| I have uploaded the files i use my FTP in my project to upload it hoho, I think having TCP/IP can save me from using EEPROM programmer. | |
| |