Serial.begin() after Sleep

Hello,

ATMega328 is used; in case the sketch does Serial.begin(9600); in the setup, is it needed to begin again after waking up from sleep in SLEEP_MODE_PWR_DOWN?

Thanks in advance.

That would seem to be the kind of thing you could discover for yourself by trying it.

So what happens when you add it in, and what happens when you leave it out?

No.