Hello,
I am new to ant development. So far I have been able to successfully create a simple application (lets call this Application1) to read data from a ant+ heart rate monitor.
The HRM data is being received by a ant+ USB receiver that is plugged into my machine.
However, I have a second application (lets call this Application2) which also needs to read the HRM data at the same time as Application1.
It is possible for Application1 and Application2 to share the same USB receiver?
I have tested this but whatever Application connects to the USB receiver first, appears to lock the USB receiver and prevents the other Application from accessing the USB receiver at the same time.
I am writing this in C# using ANT_NET.dll. I am detecting the USB receiver the new ANT_Device() constructor which I believe connects to the first available device.
Any help would be greatly appreciated.
Thanks