Mega2560 low power state / watchdog

Eli...

I'm making a wild guess here, but if I had this problem I'd try changing

Serial.print('0');

to

Serial.print("0");

and see if that helped.