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?
Bookmarks