How to use both software serial and hardware serial on Ardruino Micro

I am trying to read data from two GPS modules. One is connected Software Serial, and one is connected to Hardware Serial. I only get data from Hardware Serial.

See code: https://github.com/kaiaw/1510-arduino/blob/master/parsingGPS/parsingGPS.ino

We are using the leo_parsing example from the Adafruit GPS Library https://github.com/adafruit/Adafruit-GPS-Library/blob/master/examples/leo_parsing/leo_parsing.ino

Do any of you have any experience with this? Thanks in advance for any help.

I am trying to read data from two GPS modules.

Which ones?

One is connected Software Serial,

How?

We are using the leo_parsing example from the Adafruit GPS Library

That you CLEARLY needed to modify to support reading two GPSs. So, where is YOUR code?