Skip to content
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

Identify the MSO series of this scope #14

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

naniBox
Copy link

@naniBox naniBox commented Mar 27, 2019

Tested on the MSO1104z. I've been using this change for a couple of months, and I see no problem with it. However, I do not have the DS1054z to be able prove that this won't break working on that.

@tadas-s
Copy link

tadas-s commented Mar 27, 2019

That's a great timing ;). I'm having the same issue. And this PR fixes it (tried it).

Detected identifier is RIGOL TECHNOLOGIES,MSO1104Z,DS1ZD200300077,00.04.04.SP3

Captured screenshot:

ds1054z-scope-display_2019-03-27_15-02-44

@jepler
Copy link

jepler commented Jan 16, 2020

Tested-By: Jeff Epler [email protected]

Copy link

@nopeppermint nopeppermint left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

to also add MSO5xxx Serie I propose:

IDN_PATTERN = r'^RIGOL TECHNOLOGIES,(DS|MSO)(1|5)\d\d\d(Z)?( Plus)?,'

tested with https://regex101.com/
and output from MSO5072: RIGOL TECHNOLOGIES,MSO5072,MSxxxxxxxxxxx,00.01.01.04.04

further functionality of MSO5xxx is for my use case working
Not yet working:
ds1054z save-screen

=> but on linux this can be done simply by:

echo ':display:data?' | netcat -w 20 IP 5555 | tail -c +12 > capture.bmp

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants