libsigrok/src/scpi
Mathias Katzer 3b95bd9152 scpi: Fix incomplete data issue for e.g. Hameg HMO1024.
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.
2015-01-11 01:43:13 +01:00
..
scpi.c scpi: Fix incomplete data issue for e.g. Hameg HMO1024. 2015-01-11 01:43:13 +01:00
scpi_libgpib.c scpi/gpib: Rename backend to scpi_libgpib. 2014-09-05 18:33:48 +02:00
scpi_serial.c Use g_malloc0() consistently, simplify error handling. 2014-11-22 17:02:57 +01:00
scpi_tcp.c Reorganize project tree. 2014-07-22 18:19:29 +02:00
scpi_usbtmc_libusb.c scpi/usbtmc: Minor debug output changes. 2014-09-02 21:27:16 +02:00
scpi_visa.c Reorganize project tree. 2014-07-22 18:19:29 +02:00
scpi_vxi.c scpi/vxc: Avoid NULL dereference. 2014-10-02 14:07:31 +02:00
vxi.h Reorganize project tree. 2014-07-22 18:19:29 +02:00
vxi.x Reorganize project tree. 2014-07-22 18:19:29 +02:00
vxi_clnt.c Reorganize project tree. 2014-07-22 18:19:29 +02:00
vxi_xdr.c Reorganize project tree. 2014-07-22 18:19:29 +02:00