PDA

View Full Version : Pic18f2450 <> 24lc128



PlantBob
- 26th January 2011, 14:04
I need to connect a 24LC128 Serial Memory chip to my PIC18F2450.
I need to read/write 256, 25 byte pieces of data to the memory chip.
I will be reading the data from a PC via USB, as each piece of data is received, it needs to be stored in the memory chip. After that I need to read 16, 25 byte pieces and send them out the serial port. I know I have to use the IC2Read and IC2Write commands but I do not know how
to format them, I have read the manual. Is there a sample available?

mackrackit
- 26th January 2011, 15:44
Does this help?
http://www.picbasic.co.uk/forum/content.php?r=165-Serial-EEPROM-Part-1