SlashDevin / NeoGPS

NMEA and ublox GPS parser for Arduino, configurable to use as few as 10 bytes of RAM
GNU General Public License v3.0
702 stars 194 forks source link

listen() function on NeoSWSerial not working #156

Open elklaaso opened 2 years ago

elklaaso commented 2 years ago

Hi, Using tinygpsplus + sim800, both on NeoSWSerial i can switch serial ports using the NeowSWSerial.listen() function. I realize i will miss (gsm) data because of this but it does not matter to me. It works with those 2 libraries, but i cant get it to work with NeoGPS. The NeoGPS library is a bit to complex for me to fully understand, can you tell me if it's possible to make a change somewhere to support multiple software based serial ports at once (risking data loss) ?

regards, Klaas-Jan Winkel