Loghorn / ant-plus

A node module for ANT+
MIT License
138 stars 67 forks source link

SimulANT+ compatibility ? #41

Open 80prozent opened 3 years ago

80prozent commented 3 years ago

Hey

I am pretty new to ANT+, and trying to use SimulANT+ app to simulate sensors on GarminStick3. (will have real sensors to test soon, but i am trying to pre-test via SimulANT+)

The issue is that the ANT+ stick is not visible to the SimuANT+ app if i install it as WinUSB (libusb).

If i install the stick with WinUSB (libusb) , i recieve the startup event fine in ant-plus, but it does not show in the device list of the SimuANT+ app.

If i install it as libusb-win32, it shows up in SimulANT+, but i no longer recieve any startup event on the stick in ant-plus.

I do not get any Stick not found!message either, even tho i have the check

if (!stick.open()) {
    console.log('Stick not found!');
}

Anyone else tried this ?

Is it a known limitation that SimulANT+ needs a different driver than ant-plus ?