Hi,
Due to physical size constraints, I'm migrating a project from a Mega to a pro-mini.
On the mega version of the project I have a GPS connected to serial port 1, and I use serial port 0 to monitor what the project is doing during testing and development. (when it's live, I don't need two ports)
How can I develop this project on a pro-mini? The GPS is a integral part of the project so can't be removed, but at the same time I really need to be able to use port 0 to monitor what's going on.
I can just about squeeze the project into the 32k available on the pro-mini, but I don't have enough memory to start using a software port.
Thanks