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

Read USBTMC VID and PID #42

Closed
prasimix opened this issue Dec 12, 2018 · 2 comments
Closed

Read USBTMC VID and PID #42

prasimix opened this issue Dec 12, 2018 · 2 comments
Assignees
Milestone

Comments

@prasimix
Copy link
Member

Currently VID and PID have to be entered manually. We have to read it from USBTMC driver and list them in the drop-down list for selection.

@Rerouter
Copy link

Not sure if it helps, but just checked both of my siglent devices, (SDS1204X-E and SAG1021), in case you wanted to know what fields to scrape,

The Device instance path is the device serial number, and the Bus Reported device description is the model number.

SAG1021:
VID "F4ED" , PID "EE3A"
Device Instance Path "SAG10DAQ1RXXXX"
Bus Reported Device Description "SAG1021"

SDS1204X-E:
VID "F4EC" , PID "EE38"
Device Instance Path "SDSMMDBQ2RXXXX"
Bus reported device description "SDS1204X-E"

mvladic added a commit that referenced this issue Dec 25, 2018
@prasimix
Copy link
Member Author

Fixed

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

No branches or pull requests

3 participants