Take these out, Serial.begin() takes over the pins:
int rxPin = 0; // RX PIN
int txPin = 1; // TX TX
pinMode(rxPin, INPUT);
pinMode(txPin, OUTPUT);
You are using a breakout cable or something to connect the Rx/Tx port to both the GPS and the PC?
Take these out, Serial.begin() takes over the pins:
int rxPin = 0; // RX PIN
int txPin = 1; // TX TX
pinMode(rxPin, INPUT);
pinMode(txPin, OUTPUT);
You are using a breakout cable or something to connect the Rx/Tx port to both the GPS and the PC?