-
Notifications
You must be signed in to change notification settings - Fork 354
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 hd support #245
base: master
Are you sure you want to change the base?
Commits on Jun 26, 2024
-
Added support for SDS2000X HD models based on the work of gralco (Eri…
…c Kuzmenko) in this PR : github.com/sigrokproject/pull/176/ Created a new protocol version "E11" matching the latest Siglent SDS Scope programming guide. Reduced the read-wait time from 7sec to 50ms for better performance (achived by looping on read sample logic to consume the data has it arrives). Tested with SDS2504X HD model connected via Ethernet cable.
Frederic Borry committedJun 26, 2024 Configuration menu - View commit details
-
Copy full SHA for f91fb2a - Browse repository at this point
Copy the full SHA f91fb2aView commit details
Commits on Jul 4, 2024
-
Added declaration of all E11 Siglent oscilocope series : 800X HD, 100…
…0X HD, 3000X HD, 5000, 6000 and 7000.
Frederic Borry committedJul 4, 2024 Configuration menu - View commit details
-
Copy full SHA for fa0a72a - Browse repository at this point
Copy the full SHA fa0a72aView commit details
Commits on Jul 17, 2024
-
Added a timeout while reading data buffer to let time to the underlyl…
…ing communication stack to get the data from the device.
Frederic Borry committedJul 17, 2024 Configuration menu - View commit details
-
Copy full SHA for d47b871 - Browse repository at this point
Copy the full SHA d47b871View commit details -
Refactored code for better E11 modification isolation.
Frederic Borry committedJul 17, 2024 Configuration menu - View commit details
-
Copy full SHA for f9419df - Browse repository at this point
Copy the full SHA f9419dfView commit details
Commits on Jul 18, 2024
-
Refactored timebase detection code.
Fixed compilation warnings.
Frederic Borry committedJul 18, 2024 Configuration menu - View commit details
-
Copy full SHA for 253edb3 - Browse repository at this point
Copy the full SHA 253edb3View commit details
Commits on Jul 26, 2024
-
Fixed block acquisition for E11 protocol => adds support for 4Mpts+ f…
…rames.
Frederic Borry committedJul 26, 2024 Configuration menu - View commit details
-
Copy full SHA for e91860d - Browse repository at this point
Copy the full SHA e91860dView commit details -
Fixed error detection when digital depth > 50Mpts
Frederic Borry committedJul 26, 2024 Configuration menu - View commit details
-
Copy full SHA for 02fd780 - Browse repository at this point
Copy the full SHA 02fd780View commit details
Commits on Jul 31, 2024
-
Fixed pagination for analog channels and digital channels.
Read block length from block header for both analog and digital channels. Added use of WAV:POIN to specify block length as suggested in Siglent code exmaples.
Configuration menu - View commit details
-
Copy full SHA for 14ef910 - Browse repository at this point
Copy the full SHA 14ef910View commit details
Commits on Aug 4, 2024
-
Fixed triggering for large timebases by forcing stop mode before acqu…
…isition. Removed unused SCPI commands for E11 prtocol
Frederic Borry committedAug 4, 2024 Configuration menu - View commit details
-
Copy full SHA for e41e10f - Browse repository at this point
Copy the full SHA e41e10fView commit details
Commits on Aug 17, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 8b7eccf - Browse repository at this point
Copy the full SHA 8b7eccfView commit details -
Fixed 500 micro-volt range for all models (there was a typo leading t…
…o 5mV instead of 500 uV). Fixed vertical ranges lower than 10mV for E11 models.
Configuration menu - View commit details
-
Copy full SHA for 07f9912 - Browse repository at this point
Copy the full SHA 07f9912View commit details
Commits on Aug 26, 2024
-
Configuration menu - View commit details
-
Copy full SHA for c53aaac - Browse repository at this point
Copy the full SHA c53aaacView commit details
Commits on Oct 10, 2024
-
Configuration menu - View commit details
-
Copy full SHA for dd5af60 - Browse repository at this point
Copy the full SHA dd5af60View commit details -
Frederic Borry committed
Oct 10, 2024 Configuration menu - View commit details
-
Copy full SHA for 8392ad3 - Browse repository at this point
Copy the full SHA 8392ad3View commit details -
Fixed .vscode gitignore location
Frederic Borry committedOct 10, 2024 Configuration menu - View commit details
-
Copy full SHA for 0b9352a - Browse repository at this point
Copy the full SHA 0b9352aView commit details -
Frederic Borry committed
Oct 10, 2024 Configuration menu - View commit details
-
Copy full SHA for aa9b218 - Browse repository at this point
Copy the full SHA aa9b218View commit details