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

siglent-sds: fix header size (some models), fix download speed #236

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

Conversation

aksdfauytv
Copy link

@aksdfauytv aksdfauytv commented Jan 17, 2024

Makes the sigrok compatible with more Siglent models, in particular SDS1xxxE-X family.
Also, support waveform header fragmented into multiple packets.
Also, refactor barely working code.

@gralco
Copy link

gralco commented Feb 1, 2024

It would be good to have this be based of off my branch to avoid conflicts: #176

Hopefully we can get both changes merged.

@aksdfauytv
Copy link
Author

It would be good to have this be based of off my branch to avoid conflicts: #176

Hopefully we can get both changes merged.

Please, feel free to rebase your pull request on top of my changes. I believe I fixed the same issues as your comment mentions, but better :)

  • I don't rely on a fixed header size (header sizes can be read from the header itself),
  • I don't add any delays after ARM, just discard broken responses from Siglent,
  • Some other stuff with reading the measurement.

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.

2 participants