Welcome Guest,Register Now
Log In

ANT Forum

Welcome guest, please Login or Register

   

.net how to

Rank

Total Posts: 2

Joined 0

PM

Hi,

I've downloaded and compiled all teh various project files and I can get demo_net to run.

-BUT- I can't figure out how to do anything useful with it!

Here's the simple use case.
I have an ANT+ HRM Band.
I have a USB Stick (Both Garmin).
I wish to read the HRM signals in a .net application.

So, what does work is:
Ant Display Simulator happily connects to the HRM and displays its data.

How do I do this in .net?
Thanks.      
Avatar
RankRankRankRank

Total Posts: 745

Joined 2012-09-14

PM

Hi,

The ANT+ Display Simulator source code is written in .NET using C++ and can be found here.

Otherwise I would recommend reading the ANT+ HR Device Profile for the configuration and data page details which can be found here, and using the .NET applications and reference code as a guide.

Cheers