GPS data logger with SD card and Mega

Steve_JB:
Ok so can I still use the TinyGPS library without the Softwareserial library if I use Serial or Serial1, Serial2 or Serial3?

Cheers

I have not used that library's most recent version but I think the place you want to look into might be the feedgps function that reads from serial port and feeds info to the library for processing. If you change that part from software serial to hardware serial, you will be able to do it.