Hi, I'm trying to get an app running & decoding heart rate data live from the HRM1b, and running into some trouble.
I've run ANTware and received data, so I should be able to receive data from other apps that I've tried but no luck.
Right now, I'm working with Ant_Demo (which is a Visual C++ managed / unmanaged demo project you guys put here on the forums), and I'm trying to get it to connect with my HRM.
In the code, after getting the successfully connected message, I'm setting the network key. I also added a message to log that the network key was successfully set (this is being fired correctly).
So after running the demo and putting in the same info I use for ANTware, all messages return successful but there aren't any HRM messages sent from the device.
Any suggestions to point me in the right direction?
Thanks a lot.
-Corwin