-
Notifications
You must be signed in to change notification settings - Fork 69
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
Document how to use on OS X #13
Comments
Thank you. It works! |
Hm, I have a Rigol DS1052E and got this installed successfully, but list_devices() returns an empty list. Has anyone got that working successfully ? |
Ah ha, I figured out the problem. In the "Utility" menu on the scope you need to set "USB Device" to "Computer" instead of "PictBridge". I was wondering why it was showing up as an imaging device... |
One way to install this package on Mac is via MacPorts:
(replace 36 with your favourite version of Python). I spent quite some time trying to figure out if this was supposed to work on macOS at all (I was looking for print(usbtmc.list_devices()) This should probably be mentioned somewhere as well. |
The following works for me on OS X 10.9:
Note that I am using https://github.com/Homebrew/homebrew to install libusb.
The text was updated successfully, but these errors were encountered: