]> sigrok.org Git - libsigrok.git/blobdiff - src/hardware/lecroy-xstream/protocol.c
lecroy-xstream: Don't send custom SCPI command to the probed device
[libsigrok.git] / src / hardware / lecroy-xstream / protocol.c
index e3152623ca077d15222fc4d90ae8c2b380f7f964..13a7191ac10959400a093854ad00eff4c2a7fa57 100644 (file)
@@ -528,6 +528,9 @@ SR_PRIV int lecroy_xstream_init_device(struct sr_dev_inst *sdi)
        if (!(devc->model_state = scope_state_new(devc->model_config)))
                return SR_ERR_MALLOC;
 
+       /* Set the desired response mode. */
+       sr_scpi_send(sdi->conn, "COMM_HEADER OFF,WORD,BIN");
+
        return SR_OK;
 }