I have a Scosche Armband Heart Rate Monitor which is capable of communicating with an ANT+ Dynastream USB2 stick. The Developers->Resources->Downloads->Software tab provides ANT+ SDK for Windows PC and recommends use of Microsoft Visual Studio C# 2010 Express version. I am interested in writing C++ or Python code in my computer to enable my Dynastream USB2 stick to communicate and decode data from the HRM broadcast signal.
Questions:
1) Microsoft Visual Studio Community 2017 is unable to compile/build the provided ANT+ SDK for Windows in C++/C#. It gives numerous errors, warnings, and missing files. I am unable to use Microsoft Visual Studio 2010 Express as it has been phased out and is unavailable for download. Which IDE do you use for successful build of the provided ANT+ SDK in C++?
2) Is there are any C++ code example for ANT+ USB2 stick to communicate with a HRM, other than the one provided on the Software tab in ANT+ website?
3) Is there a Python library for ANT+ to enable Dynastream ANT+ USB2 stick to communicate with a HRM, besides this one
https://pypi.python.org/pypi/ant/0.1.0 ? (It is preferred if the library is compatible with Python3.6 and is actively managed/updated)
4) Is there any Python code example for Dynastream ANT+ USB2 stick to communicate with a HRM?