I'm not criticising but you'll get more answers here....
Serial interrupts are quite easy to set up.... Are you using asm or C? the interrupt flag is in the Peripheral Interrupt Register PIR, and the Enable bit is in the Peripheral Interrupt Enable PIE.... The PEIE bit is in the INTCON reg at bit 6... (to enable all peripheral interrupts, there are two PIR registers PIR1 and PIR2, as is there two PIE registers )
Baud is a tad complicated if you haven't done it before.... The whole serial module has also to be turned on with the SPEN bit...
For the timer setting, you'll need to tell me what crystal / speed you'll be running at....