Welcome Guest,Register Now
Log In

ANT Forum

Welcome guest, please Login or Register

   

How to decode the data ?`

Rank

Total Posts: 4

Joined 2015-10-29

PM

Hallo,

I am getting the data from my Mio Fuse watch on the Simulant+ in the ANT MEssages tab of output panel.
Is there a way out that I can use in my C# program to fetch this Raw Data and convert it in the readable form as Heart rate because I just need the heart rate. I am just getting the encoded data which I need to decode .

Thanks for the help in advance.


Thanks      
Avatar
RankRankRankRank

Total Posts: 745

Joined 2012-09-14

PM

Hi,

SimulANT+ only provides the decoder/encoder engine as a separate DLL. If you just require the HR value then you can just use the Windows Library to open an ANT+ HR Slave Channel and take the HR value as is from the final byte of the payload. I've included an example of using the SimulANT+ DLL as a sensor simulator, you may simply modify this into a slave channel with wildcards for the Device Number to receive HR data instead.      

File Attachments

Rank

Total Posts: 4

Joined 2015-10-29

PM

Thanks a lot for helping .....