http://www.melabs.com/resources/samples/pbp/i2cmast.bas
http://www.melabs.com/resources/samp...p/i2cslave.bas

I found example for this on Melabs site, tried to establish communications between 2 PICS. Connected SDA-SDA and SCL-SCL, added pull-ups of 10k (10K is marginal - you should use lower values like 4K7 - Melanie), and used examples as Melabs posted in samples,but it doesn't work. I believe that problem is in slave which uses hardware MSSP module (master uses software I2Cread/write commands), but can't precisly determine what it is.
So my question is this:
1. Did anyone tried this Melabs example?
2. Did anyone has succesfuly managed to implement pic as I2Cslave using MSSP?
3. Does anyone know an easier method of exchanging data between 2 PIC's(problem is that slave PIC has interrupt routine on <200us). I think that SPI would be way to go, so if I can not make I2C to work, maybe this is a way to go.