Example 3 works well with the Arduino UNO by just hooking up pins 3 and 4 which is trivial when you stack it but if I attempt the stack the GPS on the Arduino Mega 2560 I receive no incoming data… Which pins of the Arduino MEGA do I connect to.
Hi mryansoftwareengineering,
Arduino mega only supports the RX channel with software serial on a couple of pins, that’s why it was not working on pins 3 and 4. You can read more about it here: https://www.arduino.cc/en/Reference/SoftwareSerial.