MKR GPS shield not working with serial

ISSUE

MKR GPS SHIELD works with I2C no problem, trying to use with serial port [softwareserial] and TinyGps and/or TinyGps++ and no result.

I am sure [can I be though?] that serial communication is working as the "fullexample" of TinyGPS++ shows times and the rest are * [see attached pic].

your help is much appreciated in advance!

AY

I am sure [can I be though?] that serial communication is working as the "fullexample" of TinyGPS++ shows times and the rest are * [see attached pic].

No, you cannot be sure. This tells you only it doesn't get valid data from the unit.

You failed to post a wiring diagram (it cannot be stacked onto an MKR Arduino as I2C won't work then) as well as the exact code you were using. We cannot tell you what went wrong because you didn't provide the necessary information.

The example FullExample uses the wrong baudrate for your module.

MKR GPS SHIELD works with I2C no problem, trying to use with serial port [softwareserial] and TinyGps and/or TinyGps++ and no result.

The MKR Arduinos don't offer a SoftwareSerial implementation, so it seems you forgot to mention another important detail of your setup.