serialin does not use timer1. if a timer is used it is mentioned in the help.
buffered serial uses the URX interrupt.
if you use a timer interrupt, depending on the interval, it will take time, while this timer interrupt is serviced, the main program can not run, and no other interrupt can be serviced.
↧