I am trying to communicate with a Tek TDS640 scope through GPIB. MAX will detect the instrument and allow me to communicate directly, but when I try to use the Instrument Library functions for the scope all the VISA "read" operations return with empty strings. The init function also claims that the device was "opened but not responding". However the VISA "writes" do not return a byte count (always zero) but the instrument responds to the instructions (on its display).
I can operate the scope throught the low level GPIB commands, but I would rather use the instrument library. What do I have configured wrong?