diff options
Diffstat (limited to 'libvxi11client')
-rw-r--r-- | libvxi11client/perlbits/testscript.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libvxi11client/perlbits/testscript.pl b/libvxi11client/perlbits/testscript.pl index 7bcfda6..f9653b6 100644 --- a/libvxi11client/perlbits/testscript.pl +++ b/libvxi11client/perlbits/testscript.pl @@ -10,7 +10,7 @@ vxi_startinterruptserver(); my $instr = vxi_open("roi", 0); $instr->vxi_lock(0); -$instr->vxi_write("*IDN?", -1, 0, 0); +$instr->vxi_write(data => "*IDN?"); my ($bytes, $buff, $reason) = $instr->vxi_read(256, 0, 0, 0); print "got " . $bytes . ";" . $buff . " reason " . $reason ."\n"; |