-
Notifications
You must be signed in to change notification settings - Fork 90
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
Add support of PicoScope 3000 series + MSO (16chan option) #481
Conversation
SERIES_UNKNOWN is no go. You need to define a series for the scope so we know what it is and can figure out what features are available. Also, corresponding work is probably needed in the bridge. Someone tried to use the bridge not long ago with a 3000 series and had a bunch of trouble. Among other things, the function generator code was giving errors because there's no 3000 series backend for it. So that needs to be either disabled or implemented for 3000 series depending on whether 3000 has a func gen. |
I have pushed for test:
|
I confirm all work fine on my PC tested with Windows10 and Picoscope 3406DMSO (I still need to test the 16x MSO channels, I have checked 4 Analog channels works fine) |
…oscope.cpp) using astyle -t --indent-switches --style=bsd --lineend=linux
@azonenberg this PR is ready for merge |
No description provided.