gpsd-users
[Top][All Lists]
Advanced

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

Re: Problems with ubxtool -e/-d NMEA


From: Florian Kiera
Subject: Re: Problems with ubxtool -e/-d NMEA
Date: Wed, 19 Aug 2020 13:39:57 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.11.0

Hey Andreas,

assuming you run the latest git head: change the name of the var "nmea_id_toggle" in line 6798 to "nmea_toggle".

Its supposed to be the list of hex ids for every NMEA message that is supposed to be activated. The editor may have had 2 different variables in his mind there and forgot to sync them or had other plans with it (just guesses). Gary will probably fix it once he reads this. However the change above should "fix" it.

Regards
Florian

Am 19.08.20 um 13:08 schrieb Florian Kiera:
Heyo,

What version of gpsd are you running? Latest git head?

Regards
Florian

Am 19.08.20 um 12:10 schrieb Andreas B:
Hi,

I'm trying to enable/disable NMEA on my ublox, but I'm getting into trouble;

$ ubxtool -e NMEA -P 27.11 host:port
ubxtool: enable NMEA

Traceback (most recent call last):
   File "/usr/local/bin/ubxtool", line 8560, in <module>
     command["command"](gps, 1, args[1:])
   File "/usr/local/bin/ubxtool", line 6798, in send_able_nmea
     for id in nmea_id_toggle:
NameError: name 'nmea_id_toggle' is not defined

Using bleeding edge (0029903a0).

Andreas





reply via email to

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