-
-
Notifications
You must be signed in to change notification settings - Fork 70
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Mac compatibility? #2
Comments
I'm sorry but I don't have a Mac to test with, but since the library uses node-usb to communicate with the ANT device and node-usb should work on Mac, you shouldn't have any problem. If you have issues when installing node-usb, please refer to https://www.npmjs.com/package/usb for more details. |
I've been trying to get this working on a Mac and have been running into issues. My device: Suunto Movestick (same vendor/product id as When I try to run this program:
I get this error: It looks like it's related to this issue, I'm not sure how to resolve it though. |
Can you try to comment the line 298 of ant.ts ( |
Didn't seem to help, I get a segfault. At debug level 4:
|
It was a long shot, based on the fact the on the issue you mentioned someone proposed that solution... |
I am using it on a Mac with the Garmin Ant+ stick. Works great. FWIW |
FYI I am using it on a Mac with the Suuntu Movestick. I installed libusb using Homebrew. Works fine. |
While this issue was raised a long time ago, I hit the same thing myself this evening:
The issue for me was that Garmin Express actually had the USB stick open! Found by running
and of course fixed by quitting Garmin Express from the menu bar (and not letting it run in background). Then it all works. For example
|
Hi there! I want to know if there is a way to run this on a Mac? I saw that windows and linux versions uses different kind of usb connectors. Do you know how to do it in a Mac?
The text was updated successfully, but these errors were encountered: