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
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