I have a Leonardo running at 8mhz.
It is being fed GPS sentences at 9600 baud.
I'm trying to discriminate the GNGGA sentences.
I do this by sending the Serial1 through a series of 5 "if" statements to ensure we are at the sentence we want.
Then I tell it to read Serial1 into an array for 15 characters.
Then I tell it to print the array to the screen.
I get squares.
I have tried everything I can think of and read every tutorial I could find.
Help, please.