Welcome Guest,Register Now
Log In

ANT Forum

Welcome guest, please Login or Register

   

Simpel Windows app.

Rank

Total Posts: 4

Joined 2023-02-03

PM

The app I want to develop is simplest possible and my mission is to start using my code skill to something practical and useful. Since this is my first attempt I need guidance how to link my code to a ANT+ bike power device. I want to recieve bike power data from my ANT+ USB stick and process the data and then present the result in a window (for example calculated average value during a period of time). Reading all documentation makes me more and more confused. Do I for example need to use both C++ and C#? In some workshop manuals they use Python. Anyone how can help me with the first step?

/Thanks      
RankRankRankRank

Total Posts: 370

Joined 2012-06-27

PM

From the downloads section of the site: https://www.thisisant.com/resources/ant-an-getting-started-with-ant-pc-development/ and https://www.thisisant.com/resources/ant-an-using-the-simulant-library-for-simulating-ant-devices-in-c/ and https://www.thisisant.com/resources/bicycle-power/ are likely of interest to you.      

Signature

Ian Haigh

Rank

Total Posts: 4

Joined 2023-02-03

PM

I have contionuing reading documentation and think i have a shallow understanding of how C# and C++ librarys are linked together. I have downloaded .NET 6 together with Visual Studio 17.4 but now next challenge is that ANT-SDK_PC.3.5 is obsolete and don't run on .NET6.....      
Rank

Total Posts: 1

Joined 2024-03-23

PM

Thanks for sharing those links.