GPS EM-406 interface to PC

if(GPS.available() > 0)
{
   char someChar = GPS.read();
   Serial.print(someChar,BYTE);
}