I am making a first orientation on ANT and have the following basic question:
in order to write an app that handles data from an ANT+ sensor, one needs a driver. (would be very unefficient when each single buyer of a sensor would have to create his own serial driver)
So this driver should either be delivered by the producer of the sensor, or it might be part of the SDK library (e.g. a driver for Android might be included in the Android SDK.)
Is this the case?
But then how does this work for other systems such as: iOs for iPhones or on a .NET environment for laptops etc ?
many thanks in advance,
Rolf