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

UDP not supported? #1029

Open
samcondon4 opened this issue Jan 19, 2024 · 1 comment
Open

UDP not supported? #1029

samcondon4 opened this issue Jan 19, 2024 · 1 comment

Comments

@samcondon4
Copy link
Contributor

I have an instrument that communicates over ethernet via the UDP protocol rather than TCP/IP. As far as I can tell, UDP is not supported by pyvisa and hence neither by the VISAAdapter. I am considering writing a new adapter class to address this but want to make sure that this wouldn't duplicate any already existing functionality to communicate with UDP instruments.

Can anyone more familiar with pyvisa and the pymeasure adapter ecosystem confirm that the UDP protocol is not currently supported? Thank you!

@msmttchr
Copy link
Member

I think you're correct in assuming that udp is not supported. You could also try to ask in https://github.com/pyvisa/pyvisa

If you need to implement your own adapter, you should create a subclass of Adapter and also have a look at existing files under the adapter directory.

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

No branches or pull requests

2 participants