-
Notifications
You must be signed in to change notification settings - Fork 24
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
can't connect to Brymen BM869s via BM-86X USB interface cable #51
Comments
SmuView 0.0.5-git-3193851 is very old, please try the current continuous build, which also has a much newer libsigrok (0.6.0-git-8c08409). You can also use the same sigrok-cli argument for connecting devices:
|
It would be also helpful to start SmuView with the |
Sorry. Didn't realize I'm using an old version, it's still listed as current stable on https://sigrok.org/wiki/SmuView#macOS .
Creating a symlink from /Library/Frameworks/Python.framework/Versions/3.10 to /Library/Frameworks/Python.framework/Versions/3.11 seems to help for now. EDIT: I just learned a bit about app bundles and frameworks in MacOS and opened issue #52 about the python thing... Here's the requested log (created by SmuView 0.0.6-git-54cf16b):
|
BTW: connecting to my 2nd PSU of the same type (RND 320-KA3005P) works fine. Obviously this one has an older FW version and is thus correctly identified. I'll report the identification string to libsigrok. |
Your So both of your korad-kaxxxxp supplies should be found by the continuous build of SmuView and should work out of the box:
Of course you have to use your specific If you want to test it with a current
or
Full disclosure: I don't have any clue about homebrew ;) If your RND models aren't recognized for some reason, the
Regarding your Brymen BM86x cable, it is using HID to connect (if I'm not mistaken). You can see some error when trying to open the HID-device:
Not sure what that means, but basically you should be able to connect exactly the same way like when using
then this should also work:
Maybe you can try adding the
Hope that helps, if you still ran into errors, just post the log output with with some explanations what you've done. Edit: Typo |
The PSUs work fine with the latest build. sigrok-cli seems to work:
SmuView doesn't:
specifying VID/PID (I checked, they are correct), doesn't make any difference:
|
Ok, here is my last idea:
For reference : https://github.com/sigrokproject/libsigrok/blob/master/README.devices, chapter "Specifying serial ports" Looks like that there is a platform specific problem. Here I found a similar bug related to |
Describe the bug
SmuView can't connect to either my DMM (Brymen BM869s, connected via BM-86X), nor my PSU (RND 320-KA3005P, connected via USB). Both are detected by sigrok-cli (0.8.0-git-525f481).
To Reproduce
Steps to reproduce the behavior:
DMM:
driver: brymen-bm86x, interface: USB
PSU:
driver: korad-kaxxxxp; interface: serial; port: /dev/cu.usbmodem0029128002411 (USB Virtual COM)
Expected behavior
At least the DMM should be detected and listed, the PSU might not be recognized as compatible by the driver.
Screenshots or log
Enviroment (please complete the following information):
Additional context
% /Applications/sigrok-cli.app/Contents/MacOS/sigrok-cli --scan
The following devices were found:
demo - Demo device with 13 channels: D0 D1 D2 D3 D4 D5 D6 D7 A0 A1 A2 A3 A4
brymen-bm86x - Brymen BM86x with 2 channels: P1 P2
% /Applications/sigrok-cli.app/Contents/MacOS/sigrok-cli --driver=korad-kaxxxxp:conn=/dev/tty.usbmodem0029128002411 --scan
sr: korad-kaxxxxp: Unknown model ID 'RND 320-KA3005P V4.1' detected, aborting.
% /Applications/sigrok-cli.app/Contents/MacOS/sigrok-cli --version
sigrok-cli 0.8.0-git-525f481
Libraries and features:
The text was updated successfully, but these errors were encountered: