Baud Rate & Hardware Serial programming steps

The

Serial1.begin()

command is only used on Arduino Megas, and has nothing to do with baud rates. If you're using an Uno, you should use the

Serial.begin()

command.

Koop