Closed alexclarke closed 11 years ago
Oh also forgot to mention that I didn't have heart rate, cadence or power hooked up.
I also need the output from dump.py (https://github.com/Pitmairen/bryton-gps-linux/blob/master/dump.py) I may be able to fix it without the bdx, but its easier if i have it.
Also you don't need to use sudo, you just need to set the right permission for the device. I use this udev rule to do this:
SUBSYSTEMS=="usb", ATTRS{idVendor}=="0483", ATTRS{idProduct}=="5720", GROUP="users"
This lets all the users in the "users" group access the device. Write this to a file like "/etc/udev/rules.d/99-brytongps.rules", the location may vary on different distros, but it should be similar. I think these ATTRS will work on all bryton devices, but if not you can find the values with "lsusb -v". You may have to reboot for this to take effect.
Here is the dump file: https://docs.google.com/file/d/0ByLgUdFjD7cqSFd3UjgxMDZ6TzA/edit?usp=sharing
... and here is the BDX file: https://docs.google.com/file/d/0ByLgUdFjD7cqNW11MkUyY0JIN0k/edit?usp=sharing
Thanks for your help.
It should be working now.
Worked perfectly. Thanks!
Hi,
Thanks for your great work on this. Following a ride today I tried using this for the first time with my rider35 and got an error regarding logpoint formats:
Generating a tcx from this track also fails with the same error but generating a gpx works.
I'm not near a windows PC right now but will upload the bdx version generated by Bryton's software over once I am.
Thanks again!