8000 Fix large data transfer using USBTMC by 2xB · Pull Request #490 · pyvisa/pyvisa-py · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Fix large data transfer using USBTMC #490

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

Merged
merged 2 commits into from
Feb 21, 2025
Merged

Conversation

2xB
Copy link
Contributor
@2xB 2xB commented Feb 21, 2025

Transfer of large (e.g. binary) data did not work before due to an accidentally overwritten variable. This is solved in this commit by changing the variable name.

Transfer of large (e.g. binary) data did not work before due to an accidentally overwritten variable. This is solved in this commit by changing the variable name.

Fixes pyvisa#211
@2xB
Copy link
Contributor Author
2xB commented Feb 21, 2025

This issue in our case is significant since #417 because in our case that reduced the transmission length below the length of our message. It did however also exist before, just occurred only for much larger data.

@MatthieuDartiailh
Copy link
Member

Thanks !!!

@MatthieuDartiailh MatthieuDartiailh merged commit d3e7782 into pyvisa:main Feb 21, 2025
1 check passed
@2xB 2xB deleted the fix211 branch February 21, 2025 16:47
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.

Having problems with large data transfers (NI vs pyvisa-py)
2 participants
0