I am working to realize a 32 bit Windows application.
Using the ANT_DLL.DLL, it works very well to initialize one Ant USB2 –Stick and communicate as Master with several ANT-Slaves. What I do need is to initialize more than one USB-Sticks in my application, to communicate with 16 or 24 Slaves. In ANT_DLL.DLL I only are able to call Ant_init(UsbDeviceNum) for my USB-Device 0, 1 or 2, not for all at the same time.
Please, do someone has a advice for me, how I can realize my task?
Thanks