]> git.zerfleddert.de Git - rigol/blobdiff - rigol.c
unlock keyboard on release
[rigol] / rigol.c
diff --git a/rigol.c b/rigol.c
index 93b85665c0c3c2fe7f70038d95cc313534c38d0d..3386fbfd46527fa4854afe5184e162a1085c3db6 100644 (file)
--- a/rigol.c
+++ b/rigol.c
@@ -104,6 +104,7 @@ int main(int argc, char **argv)
 
        //Initialize scope
        sc = usbtmc_initscope();
+       usbtmc_claim(sc);
        buff = malloc (1024*1024); 
        if (buff == NULL) {
                perror("malloc");
@@ -162,11 +163,7 @@ int main(int argc, char **argv)
                }
                free (scpi);
        }
-       //Disable keylock, so the user doesn't have to press the 'force'-button
-       l=usbtmc_sendscpi(sc, ":KEY:LOCK DISABLE",NULL,0); 
-
-       //Free up and exit
-       usb_release_interface(sc,0);
-       usb_close(sc);
+       usbtmc_release(sc);
+       usbtmc_close(sc);
        return 0;
 }
Impressum, Datenschutz