Hi,
I hope I'm using the appropriate way to ask for help.
I've been encountering problems while using GpsDrive to communicate with
my Garmin 18 USB : I'm just trying to get Latitude and Longitude, but
when I launch GpsDrive, I get the following message :
"Plus de données provenant du récepteur GPS depuis trop longtemps!"
(in english : "No more data from GPS receiver for too long")
I know that my receiver do not send NMEA data, but according to the
Hardware section of gpsd site (http://gpsd.berlios.de/hardware.html),
gpsd should be able to communicate with the garmin 18 USB receiver. When
I launch gpsd, it "normally" runs (that is it recognizes /dev/ttyUSB0 as
a valid device, I can read the name and the model of my GPS receiver
using gpspipe, or a program I've made with the C++ library given with
the sources) :
>>/usr/sbin/gpsd -D 2 -N /dev/ttyUSB0
gpsd: launching (Version 2.34)
gpsd: listening on port gpsd
gpsd: successfully connected to the DBUS system bus
gpsd: running with effective group ID 0
gpsd: running with effective user ID 0
gpsd: opening GPS data source at '/dev/ttyUSB0'
gpsd: speed 9600, 8N1
gpsd: gpsd_activate(0): opened GPS (5)
gpsd: Garmin Product ID: 273, SoftVer: 3.00
gpsd: Garmin Product Desc: GPS 18USB - software ver. 3.00
gpsd: closing GPS=/dev/ttyUSB0 (5)
gpsd: client connect on 5
gpsd: opening GPS data source at '/dev/ttyUSB0'
gpsd: speed 9600, 8N1
gpsd: gpsd_activate(1): opened GPS (6)
gpsd: client(0) turned on raw mode
gpsd: Garmin Product ID: 273, SoftVer: 3.00
gpsd: Garmin Product Desc: GPS 18USB - software ver. 3.00
gpsd: Appl, Product Capability, sz: 66
gpsd: P000
gpsd: L001
gpsd: A010
gpsd: T001
gpsd: A500
gpsd: D501
gpsd: A600
gpsd: D600
gpsd: A601
gpsd: D601
gpsd: A700
gpsd: D700
gpsd: A800
gpsd: D800
gpsd: A801
gpsd: D801
gpsd: A802
gpsd: D802
gpsd: A902
gpsd: A903
gpsd: A1010
gpsd: A1011
gpsd: Sat 12, snr: -1, elev: 0, Azmth: 0, Stat: 0
gpsd: Sat 13, snr: -1, elev: 0, Azmth: 0, Stat: 0
gpsd: Sat 17, snr: -1, elev: 0, Azmth: 0, Stat: 0
gpsd: Sat 18, snr: -1, elev: 0, Azmth: 0, Stat: 0
gpsd: Sat 10, snr: -1, elev: 0, Azmth: 0, Stat: 0
gpsd: Sat 14, snr: -1, elev: 0, Azmth: 0, Stat: 0
...
...
I entirely read documentation and FAQ, I tried to reinstall last version
of the module garmin_gps, last version of gpsd, I tried to update my
kernel,... Now, I don't know what to do anymore, so I'm asking for help.
Thank you
Philippe
|