logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

antpm-downloader - console based ANT-FS information retrieval client for Garmin GPS products.

Description

antpm-downloader  is  a  small  command-line  utility  to retrieve information (sports tracks, etc.) from
       Garmin GPS products over the wireless ANT-FS protocols. Currently supported devices  are  the  Forerunner
       310XT.  It  is  expected  that  the Forerunner 60, Forerunner 610, Forerunner 910XT, FR70 and Swim models
       work, but user feedback is required.

Linux User'S Guide

       Make sure you're using the latest released version of ANT+minus.

       Make sure that the cp210x kernel module is loaded: "sudo modprobe cp210x". Verify by looking at non-empty
       output of "lsmod | grep cp210x".

       Make sure that the USB2ANT stick is connected to the machine.

       Make sure cp210x driver was assigned to your USB2ANT. Verify by "dmesg | grep tty" and look  for  a  line
       similar  to:  "[  3274.854726]  usb  6-2:  cp210x  converter now attached to ttyUSB0". Also make sure "ls
       /dev/ttyUSB*" lists your device node.

Name

       antpm-downloader - console based ANT-FS information retrieval client for Garmin GPS products.

Options

-P [ --pairing ]
              Force pairing first

       --dir-only
              Download and list device directory

       -D [ --download ] arg Download a single file (hex id e.g. 0x12FB) from device

       --erase arg
              Erase a single file (hex id e.g. 0x12FB) from device

       --v arg
              Adjust verbosity level, varies in [1, 6]

   Helpoptions-h [ --help ]
              produce help message

       -V [ --version ]
              Print version information

Synopsis

antpm-downloader[OPTIONS]

See Also