Same as mine (Parallax).
So, you reckon that
void setup()
{
GPS.begin(4800);
Serial.begin(9600);
}
void loop()
{
Serial.write(GPS.read());
}
ought to result what precisely?
Same as mine (Parallax).
So, you reckon that
void setup()
{
GPS.begin(4800);
Serial.begin(9600);
}
void loop()
{
Serial.write(GPS.read());
}
ought to result what precisely?