Good morning guys thanks for replying, well what is not working:
the data are already saved in eeprom 24c32a I was wondering how do I make reading through these data through the 24c32a eeprom PIC16F628A
(example when I write I2CWRITE SDA, SCL, $ A0, e0, [B1, "pic basic pro"]
it is recorded in the external EEPROM, and now comes the hardest as I do for the the reading of this phrase "pi pro basic" appears on the LCD
already used all the commands and the phrase nothing appears
I2CREAD SDA, SCL, $ A0, E0, b1, b2, b3
I2CREAD SDA, SCL, $ A0, E0, b1, b2
I2CREAD SDA, SCL, $ A0, E0, b1
what I'm already one week trying to solve this and nothing, please help me staff
thank you

fernandocsouza