Timer1.attachInterrupt( timerIsr ) problem

coupa:
How do I guarantee that "n" is increment to the 50 without put the serial inside the ISR ?

That's the fun of programming with interrupts - you can't use the normal methods to verify the ISR is working.

...R