Guys please Help me I am very very new to Arduino ..... yesterday i have got My Arduino ..i need to copy One EEPROM to Another for my office purpose please help me to do it ... thanks in advance
have a look at this code here
probably will need to change the device address but essentially it should give you what you need, I believe. (you should cross check with the 24LCS52 datasheet of course! )
Bascially all you need to do is
Read byte(s) from eeprom chip 1
write byte(s) from eeprom chip 2
in a loop.