This repository was archived by the owner on Jan 28, 2021. It is now read-only.

Description
set up the message:
` customCfg.cls = UBX_CLASS_CFG; // This is the message Class
customCfg.id = UBX_RXM_RAWX; //UBX-RXM-RAWX
customCfg.len = 0; // Setting the len (length) to zero let's us poll the current settings
customCfg.startingSpot = 0; // Always set the startingSpot to zero (unless you really know what you are doing)
`
then sent with
if (myGPS.sendCommand(&customCfg, maxWait) != SFE_UBLOX_STATUS_DATA_RECEIVED)
but that seems to have failed. This is on the sam-m8q breakout board. I am talking to it via arduino