07-27-2021 08:21 AM
Hello,
I am currently trying to control a Fluke 8845A through LAN using pyVISA.
I can correctly send commands such as : "CONF:VOLT:DC" and it works perfectly well !
But ...
I can't find a way to read from the instrument, I have a timeout error.
I tried different commands such as :
Solved! Go to Solution.
07-28-2021 07:31 AM
The problem was solved by setting the read termination to "\r\n".