gpsd-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [gpsd-users] GL* strings and gpspipe


From: John Klug
Subject: Re: [gpsd-users] GL* strings and gpspipe
Date: Thu, 24 Jan 2019 20:30:24 +0000

Looking at this change in context, I see you are changing the output of the 
GPS.  My misunderstanding:

(void)ubx_write(session, 0x06u, 0x01, msg, 3);
        msg[0] = 0x01;          /* class */
        msg[1] = 0x26;          /* msg id  = UBX_NAV_TIMELS */
        msg[2] = 0xff;          /* about every 4 minutes if nav rate is 1Hz */
        (void)ubx_write(session, 0x06, 0x01, msg, 3);

I apologize!


reply via email to

[Prev in Thread] Current Thread [Next in Thread]