Hi there,
I am trying to get data from a GSC 10 which I use in conjunction of a Suunto mini USB stick. I am unable to receive data with the sample application DEMO_NET. I set the application to slave (1) then I also managed to get Request Capabilites, Request Version, Request Channel ID, Request USB Descriptor. However the application does not receive any data from the GSC 10.
Both work fine with the Display Simulator, it retrieves information from the sensor and displays the speed and cadence. From the application I have got the following information:
device ID=24369,
transmission type=1,
device type=121
Period=8086.
I have downloaded the ANT+ device profile for Bike speed and cadence and found out that some values are different:
device ID=0,
transmission type=0,
device type=123
Period=8118.
Which set of values should I use in order to get the data in the demo_net sample application?
Is there anyway I can get all the necessary data to set the sample application (demo_net) from the Display Simulator application. I wanted to breakpoint through the code of the Display Simulator but when i tried to open it with the Visual studio 2010 the application converted the solution to VS 2010. When I tried to build the Display simulator I get the following error :
Error 13 error LNK1316: duplicate managed resource name '...\\antplus_simulator_src\\antplus_simulator_src\\Debug\\ANT+SensorSimulator\\ANTPlusSim.%(Filename).resources
How can I fix this error?
Can someone help me with getting the parameters I need to get the sample application demo_net to work so I can retrieve data from the sensor like in the Display simulator?
Many Thanks
Seb