SAMD21 DEV SoftwareSerial

Dear Support,

I recently purchased both the gps data logging shield and love it. I then decided to purchase the SAMD Dev board for the versatility of not running out of memory. However, when I try to use this board with the standard CSV_datalogging file provided in examples. Software Serial is not recognized.

I read through the process of the DEV serial document and got the example to work. But how do I make this work with softwareserial?

Thanks for your help

Software serial doesn’t work on the SAMD21, you’re stuck with having to use hardware serial.