GPSbee and Seeeduino stalker, how to?

Nevermind, I just changed the baudrate in Serial.begin to 9600, and now it print some sort of NMEA string:
$GPRMC,V,N53
$GPVTG,N
30
$GPGGA,0,00,99.99,48
$GPGSA,A,1,99.99,99.99,99.99
30
$GPVTG,V,$GPRMC,V,N53
$GPVTG,9S9
G$GPRMC,V,N
53
$GPVTG,
,97$GPRMC,V,N*53

are the first couple of strings printed. The rest is somewhat similar. What does this mean? Does the GPSbee not have a fix?
Thanks!