In the GPS module code, the only source that is detected is GP, the US GPS constellation. The Air530 sensor supports other constellations, but this library is unable to detect them.
The logic in the read function should ignore the 2 characters for the sender field at the start of the NMEA message to support other constellations.
In the GPS module code, the only source that is detected is
GP
, the US GPS constellation. The Air530 sensor supports other constellations, but this library is unable to detect them.The logic in the
read
function should ignore the 2 characters for the sender field at the start of the NMEA message to support other constellations.