I recently bought a Garmin USB1 stick to communicate with my Powertap hub. I've got the ANT SDK with the managed library to develop an application in C#. I've also downloaded Garmin's ANT Agent to verify that the stick works. However, I've had no luck making this work.
Here's what happens:
* ANT Agent says it finds the stick, but does not find any ANT sensors (I'm sitting here wearing a heart rate monitor for testing purposes)
* Antware II does not list any devices
* The ANT+ Display Simulator gives me the following error message when I try to connect to an AP1 device:
Error Response 169 to command 70
COMMAND TIMEOUT!!!
* The DEMO_NET project (with the ANT+ network key in place) throws exception using both the default constructor and providing device number and baud rate.
For the record, ANT Agent was not running when I tried the other aplications. I've also tried on another machine using ANT Agent, no luck (although on THAT machine, the ANT Agent never seems to return from its sensor search).
I've installed the USB drivers both through ANT Agent and manually. No difference.
My machine is running XP SP3 and my other machine is running Win7 Pro.
Any ideas what I haven't done correctly?