Tigge/antfs-cli

timeout problem with initial pairing

Closed this issue · 3 comments

Any ideas? Garmin 910xt is set to allow pairing. I installed pyserial based on a previous issue I saw.

lsusb | grep Dyna
Bus 001 Device 012: ID 0fcf:1004 Dynastream Innovations, Inc. ANT2USB

mike@mike-Lenovo-Z580 ~/Garmin $ sudo ./garmin.py
Driver available: [<class ant.base.driver.SerialDriver at 0x7f07a6278a78>, <class ant.base.driver.USB2Driver at 0x7f07a6027188>, <class ant.base.driver.USB3Driver at 0x7f07a60271f0>]

  • Using: ant.base.driver.SerialDriver
    Serial information:
    name: /dev/ttyUSB0
    port: /dev/ttyUSB0
    baudrate: 115200
    bytesize: 8
    parity: N
    stopbits: 1
    timeout: None
    writeTimeout: None
    xonxoff: False
    rtscts: False
    dsrdtr: False
    interCharTimeout: None
    Traceback (most recent call last):
    File "./garmin.py", line 336, in main
    g = Garmin(options.upload)
    File "./garmin.py", line 137, in init
    Application.init(self)
    File "/home/mike/Garmin/ant/fs/manager.py", line 117, in init
    raise e
    AntException: Timed out while waiting for message
    Interrupted: Timed out while waiting for message

The 0fcf:1004 stick is unfortunately still unsupported. I'm trying to this to work with a USB stick that was kindly loaned to me, but progress is slow. Sorry.

Bug / issue tracking this is #47.

Thanks

On Mon, Jun 23, 2014 at 1:47 PM, Gustav Tiger notifications@github.com
wrote:

Closed #98
#98.


Reply to this email directly or view it on GitHub
#98 (comment)
.