Hello,
I have purchased a Mac Mini 64 bit OSX10.9 to develop an Ant application that receives data from a heart rate monitor and a bike power meter. It is a simple application bassed on the example code supplied by Ant, I have spent weeks trying to get it to work. The basic problem is, eveytime I run the program, it does something different. Sometimes it will reset the Ant stick and assign the network key and then do nothing. It may receive some data from the Ant simulator and then stop. It sometimes ignores the reset commands and fails to exit the program after pressing the 'q' key. However, it almost always responds correctly to a 'c' command to report the device capabilities and the 'u' command, to report the USB details.
I have installed Eclipse to try to run it under a different IDE, but Eclipse does not cope with Mac frameworks very well and has a linker error when compiling. I am back with Xcode again now. I have modified the Ant example code to open two channels to receive data, but I have found that the program now stops in random places, but not all the time. I have had it receiving data simultaneously on both channel, but only once... never to be repeated.
I really am at the end of my tether with the Mac. I have tried different Ant sticks, my next move is to buy another Mac (32 bit) this time to see if I can get anything to work. I hate to say it, but it was a lot easier to do exactly the same thing with dot net under Windows.
Has anyone got the Mac example code to work reliably on a 64 bit Mac Mini?