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

sendCommand (poll / get) failed! for UBX_RXM_RAWX request #165

@skywo1f

Description

@skywo1f

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions