I have searched around some and found some good tips, but have not been able to find the exact interupt I am wanting to do. I have changed the interupt code based on the examples, but I am still not getting the interupt to trigger off the I2C interupt. Thanks, cp

on Interrupt goto myint
INTCON.6 = 1 ' PEIE = Peripheral Interrupt Enable bit
PIR1.3 = 1 ' I2C interrupt enable
enable