STM32 Nucelo L432KC to GPS Output Not Displaying Data

No. That’s the same serial object. You’re making the same mistake as in

You can see that you cannot independently use Serial and Serial2 becauase Serial is a macro for exactly Serial2. Just hover your mouse over the code.