Pitmairen / bryton-gps-linux

An attempt to read Bryton GPS devices on Linux
GNU General Public License v3.0
29 stars 14 forks source link

Rider 21 #11

Closed PdeGr closed 11 years ago

PdeGr commented 11 years ago

I own a Bryton Rider 21. Unfortunately none of the branches work for me... . The list and summary commands of the 20plus branch work, but the gpx, gpxx and tcx commands fail (Error message Unknown type (10) for TrackPointSegment).

I created a dump file : https://www.dropbox.com/s/dazqdis3ian7p3x/test.dump

Thanks for creating this project !

Pitmairen commented 11 years ago

The output of dump.py is not useful on these newer devices.

You need to upload the output of "dd if=/dev/[device_name] of=device.dump" or just mount the device and zip all the content on the disk and upload it.

PdeGr commented 11 years ago

Here is the output of "dd if=/dev/disk/by-label/BRYTON of=device.dump"

https://dl.dropboxusercontent.com/u/86219846/device.dump

Pitmairen commented 11 years ago

I have updated the 20plus branch and i think it should be working with rider21 now. If any of the values in the created gpx or tcx files seems incorrect send me the BDX file created with the Bryton software so i can compare it with the data on the device.

PdeGr commented 11 years ago

Thanks, the 20plus branch works now ! I will check the GPX/TCX files, if I see strange things I will upload the BDX (first have to find a windows computer ,only linux at the moment).

Thanks for your time and efforts !