I know that the USB Serial communiacaltion is linked to the RX and TX pins and can't be used at the same time, however, I'm wondering wether it would be possible to recieve GPS data on the RX pin, while sending data to my PC via the same Serial?
Seing as the PC would never send any data, there shouldn't be any conflict?
It is now terribly important, as I wont need the USB in the end, but it would help for the debugging.
I can't use SoftwareSerial as it seems to mess with some timers so that some of my code breaks completely.
What I want is to recieve data on the RX pin from my GPS module, while simultaneously sending data to the PC via USB. SO basically having RX connected to the GPS and TX to the PC.