Skip to content
  • Mathias Katzer's avatar
    scpi: Fix incomplete data issue for e.g. Hameg HMO1024. · 3b95bd91
    Mathias Katzer authored
    On a Hameg HMO1024 you get incomplete data because the USB transfer takes
    longer than the scpi->read_timeout_ms of 1 second that is defined in
    scpi_dev_inst_new(). Therefore reset the timeout in sr_scpi_get_string()
    whenever the device sends a partial response.
    3b95bd91