Hi,
I'm trying to run the DEMO_DLL with my ANT+ USB1 stick plugged in. Initialization goes fine, but the callback functions Test_ResponseCallback and ANT_AssignChannelEventFunction are not being called, although they are registered...
// ...
ANT_AssignResponseFunction(Test_ResponseCallback, aucResponseBuffer);
ANT_AssignChannelEventFunction(USER_ANTCHANNEL,Test_ChannelCallback, aucChannelBuffer);
// ...
No information appear in the console if I choose 'request capabilities' or any other position from menu. However everything works fine in the DEMO_LIB (with the same baud rate and other channel parameters).
I also can not run this demo in 'debug' mode.
This may be similar to
this question, but I do not even get any responses after "Initialization was successful!"
How can I solve this?