Serial1.begin in class constructor hangs core

Zach, ryotsuke, there has always been problems doing hardware setup in class constructors since the core firmware main() overwrites any user inits. Perhaps this is the problem with Serial1.begin in this case. I would be nice to fix this issue.