Ultimate GPS shield: example code correction

Adafruit Ethernet, Motor, Proto, Wave, Datalogger, GPS Shields - etc!

Moderators: adafruit_support_bill, adafruit

Please be positive and constructive with your questions and comments.
Locked
User avatar
michelv
 
Posts: 11
Joined: Thu Oct 17, 2013 5:13 am

Ultimate GPS shield: example code correction

Post by michelv »

Hey,

In leo_echo.ino you have on line 52,53
Serial.begin(57600); // this baud rate doesn't actually matter!
mySerial.begin(9600);

But the first BAUD does matter. WIth a UNO, I need to set the first one to the same rate at the mySerial.

User avatar
adafruit_support_rick
 
Posts: 35092
Joined: Tue Mar 15, 2011 11:42 am

Re: Ultimate GPS shield: example code correction

Post by adafruit_support_rick »

That's odd. It really doesn't matter. 57600 works for me - I just tested it.

Locked
Please be positive and constructive with your questions and comments.

Return to “Arduino Shields from Adafruit”