You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 ?
The text was updated successfully, but these errors were encountered:
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 asWinUSB (libusb)
.If i install the stick with
WinUSB (libusb)
, i recieve thestartup
event fine in ant-plus, but it does not show in the device list of theSimuANT+
app.If i install it as
libusb-win32
, it shows up inSimulANT+
, but i no longer recieve anystartup
event on the stick in ant-plus.I do not get any
Stick not found!
message either, even tho i have the checkAnyone else tried this ?
Is it a known limitation that
SimulANT+
needs a different driver than ant-plus ?The text was updated successfully, but these errors were encountered: