]> sigrok.org Git - libsigrok.git/blobdiff - src/hardware/lecroy-xstream/api.c
lecroy-xstream: Don't send custom SCPI command to the probed device
[libsigrok.git] / src / hardware / lecroy-xstream / api.c
index 43b2fcfb4f610f0ba527b2e020816e0c8f77c86e..f3b4c9036de6f07bf88f7a421f6e8e0ed1572945 100644 (file)
@@ -53,7 +53,6 @@ static struct sr_dev_inst *probe_serial_device(struct sr_scpi_dev_inst *scpi)
        devc = NULL;
        hw_info = NULL;
 
-       sr_scpi_send(scpi, "COMM_HEADER OFF,WORD,BIN");
        if (sr_scpi_get_hw_id(scpi, &hw_info) != SR_OK) {
                sr_info("Couldn't get IDN response.");
                goto fail;
@@ -603,7 +602,7 @@ static int dev_acquisition_stop(struct sr_dev_inst *sdi)
 
 static struct sr_dev_driver lecroy_xstream_driver_info = {
        .name = "lecroy-xstream",
-       .longname = "LeCroy Xstream based scopes",
+       .longname = "LeCroy X-Stream",
        .api_version = 1,
        .init = std_init,
        .cleanup = std_cleanup,