Quote Originally Posted by BrianT View Post
RTFM,

Any PIC will work.

PBC uses I2CIN and I2COUT

PBP uses I2CREAD and I2CWRITE

These are 'bit banging' routines that work with any port on any PIC. These routines do not rely on any I2C support inside the PIC.

HTH
BrianT

Thank you for your answer. It is the confirmation of what I thought I had understood.