Trouble with Parallex GPS and Arduino Mega2560

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?