Hi Robert

ok, the file looks good. QLGT read the data correctly. And it passes the 
data to driver as expected. Thus I suspect the error in GarminDev.

Unfortunately I do not have my old 60SCx anymore. That's why I can not 
debug this for you. You have to help yourself. But I can give you pointers:

in ../GarminDev/src/GPSMap60CSx/CDevice.cpp you will find 
CDevice::_uploadTracks() line 796 ff. That's where the track is sent to 
the device. In line 852 the track point data is copied to the transmit 
buffer.

command.size = *trkpt >> *p;

The >> operator is defined in src/Garmin.cpp line 357. I guess that is 
the source for the problem. Maybe the gar_endian() macro messes up the 
float. Or something else. I would add some printf at that location to debug.

HTH

Oliver


btw you missed the summit. Fockenstein is worth the visit ;)


> Hi Oliver,
>
> yes, both the original and the sent-with-gpsbabel-and-read-back-with-QLGT 
> track
> show the correct elevation. Sent-with-QLGT-and-read-back-with-QLGT track shows
> up broken elevation profile in QLGT. Then lat / lon information is still
> correct.
> I will send the three gpx files to your personal eMail account.
>
> Regards,
> Robert
>
>
>
>
> ------------------------------------------------------------------------------
> All of the data generated in your IT infrastructure is seriously valuable.
> Why? It contains a definitive record of application performance, security
> threats, fraudulent activity, and more. Splunk takes this data and makes
> sense of it. IT sense. And common sense.
> http://p.sf.net/sfu/splunk-d2d-c2
>
>
>
> _______________________________________________
> Qlandkartegt-users mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/qlandkartegt-users


------------------------------------------------------------------------------
All of the data generated in your IT infrastructure is seriously valuable.
Why? It contains a definitive record of application performance, security 
threats, fraudulent activity, and more. Splunk takes this data and makes 
sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-d2d-c2
_______________________________________________
Qlandkartegt-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qlandkartegt-users

Reply via email to