Quote Originally Posted by skimask View Post
Those 2 comments contradict themselves...
-----Is not important how many I2CWRITE command will be use, if PIC support length of code----
Tells me that you can use I2CWRITE as many times as you need as long as the PIC has enough code space left...

It's true .

----Important is to can used only one command I2CREAD to read all - text and data -----
Tells me that you MUST read everything you write with one single command.

And this is true .

Which one is it?
Is not a contradict . I write in memory at diversely address and time sequents, and read all address once .