I'm using PWM pins 3,5 and 11 and some times I get just garbage on serial 0 I think this might be because serial 0 uses the same timer as some of the PWM pins.
My question is does Serial 1-3 use another timer and this might resolve the issue or does serial 0 not use the same timer as the PWM pins and my code is just buggy?