Closed byzantic closed 3 years ago
You probably need to set the proper termination characters. The following is a reasonable starting point and may be enough:
inst.write_termination = "\n"
inst.read_termination = "\n"
Fantastic! Thanks for your very rapid response.
I can confirm that fixes the issue reported here .. i.e. this wasn't actually an issue with pyvisa at all.
Sigh. Now the only problem is that I have to find out how to force those settings down from the PyMeasure adapter layer .. but that's another story.
Closing this because it wasn't really an issue.
You are welcome
I'm having problems connecting to instruments when using VISA SOCKET connection strings. INSTR type connection strings are OK, but I have one instrument that will only connect via SOCKET.
So if I connect to myy nice shiny new Keithley 6500 using INSTR, all is fine:
But if I try using SOCKET, I just get a timeout:
Output of
pyvisa-info