I have a Scosche Armband Heart Rate Monitor which is capable of communicating with an ANT+ Dynastream USB2 stick. I am using the ANT+ SDK, from the Developers->Resources->Downloads->Software tab for Windows PC, to establish a communication between the ANT+ USB stick and the heart rate monitor.
Questions:
1) If no signal is received from the heart rate monitor, the ANT+ USB stick closes the channel after a short "search time". How do I prevent or stop the ANT+ USB stick from a timeout? I do want the ANT+ USB stick to continue searching without at timeout. Could you please show the C++ code modification which I need to make to the ANT+ SDK to achieve this?
2) I would like to programatically decide when to turn off the channel and thus close the channel in an ANT+ USB stick. Could you please show the C++ code modification which I need to make to the ANT+ SDK to allow my own control method to control the closing of the wireless channel?
Thank you for your help.