-
Notifications
You must be signed in to change notification settings - Fork 74
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
Accept patch for command-line argument to use libusb? #28
Comments
@dsandber do you still have the fork for using libusb? i am trying to access multiple temper2 sensors from a w10 machine. unfortunately i am unable to access more than one through the GUI. i came across this project which seemed to give direct access to the sensors. however it does not work on windows. |
I haven't dealt with this in a long time so I don't remember where I left it. I believe I got it working with this code that uses hid, but I could be wrong:
|
Hi,
I used the temper.py code to quickly get readings from my Temper2 on MacOS using libusb. Since this library seems to be the most modern and sensor-supporting one around, I was wondering if you'd accept a patch to use libusb if requested via command line argument? That would enable this code to be used on Windows + Mac as well, and wouldn't affect the existing operation.
I was surprised that I couldn't find any code to read the sensor on a Mac, and it'd be great to help remedy that.
The text was updated successfully, but these errors were encountered: