scpi: Log IDN? result.
This commit is contained in:
parent
32c426d204
commit
77c16c0463
|
@ -535,6 +535,8 @@ SR_PRIV int sr_scpi_get_hw_id(struct sr_scpi_dev_inst *scpi,
|
||||||
if (!response)
|
if (!response)
|
||||||
return SR_ERR;
|
return SR_ERR;
|
||||||
|
|
||||||
|
sr_info("Got IDN string: '%s'", response);
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* The response to a '*IDN?' is specified by the SCPI spec. It contains
|
* The response to a '*IDN?' is specified by the SCPI spec. It contains
|
||||||
* a comma-separated list containing the manufacturer name, instrument
|
* a comma-separated list containing the manufacturer name, instrument
|
||||||
|
|
Loading…
Reference in New Issue