adafruit / Adafruit_CircuitPython_GPS

GPS parsing module for CircuitPython. Meant to parse NMEA data from serial GPS modules.
MIT License
75 stars 60 forks source link

PGTOP sentence doesn't show up #30

Closed evaherrada closed 4 years ago

evaherrada commented 5 years ago

The PGTOP sentence is used to return the status of a connected antenna. I sent the gps the command to do this sentence using gps.sendCommand(PGCMD_ANTENNA) I set the output to everything, and it even put some time.sleep in-between the multiple gps.sendcommand. It does return a pmtk001 package saying that there was an issue with the command that set the update rate.

Can someone try this on their own gps?