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

Unknown trackpoint format #4

Closed trsaunders closed 11 years ago

trsaunders commented 11 years ago

It seems that one of my tracks contains something unexpected:

➜  code git:(rider35) ✗ python2 brytongps.py --tracks 2 --tcx
Error:  Unknown trackpoint format. It can probably easily be fixed if test data is provided.

The other tracks work.

Here is a dump: https://dl.dropboxusercontent.com/u/10453912/rider35-bad-dump.bin

Thanks!

Pitmairen commented 11 years ago

If possible can you upload the BDX file from this track exported using the Bryton device manager in windows?

I need this to compare with the data.

trsaunders commented 11 years ago

here's the bdx generated by the mac software.

https://dl.dropboxusercontent.com/u/10453912/2013041615290.bdx

Pitmairen commented 11 years ago

It should be working now :)

trsaunders commented 11 years ago

it certainly is, thanks!