libsigrok/src
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
..
dmm Add UNI-T UT71x DMM parser. 2014-10-25 16:53:32 +02:00
hardware hameg-hmo: Fix double-free issue. 2015-01-11 01:43:12 +01:00
input Eliminate sr_dev_inst_new(). 2014-11-21 02:01:36 +01:00
lcr Limit frames instead of samples. 2015-01-06 20:10:17 +01:00
output Only save enabled channels to a session file. 2014-12-05 01:14:22 +01:00
scpi scpi: Fix incomplete data issue for e.g. Hameg HMO1024. 2015-01-11 01:43:13 +01:00
analog.c Add sr_rational_set() convenience function. 2014-11-23 17:48:29 +01:00
backend.c Use g_malloc0() consistently, simplify error handling. 2014-11-22 17:02:57 +01:00
device.c Use g_malloc0() consistently, simplify error handling. 2014-11-22 17:02:57 +01:00
drivers.c Brymen BM25x: Drop unneeded _ser/_SER suffix. 2014-11-02 16:40:40 +01:00
error.c error.c: Add missing entries. 2014-09-01 00:08:53 +02:00
ezusb.c Reorganize project tree. 2014-07-22 18:19:29 +02:00
fallback.c Add a public API to list available serial ports. 2015-01-03 17:51:51 +01:00
hwdriver.c Add missing entries to sr_config_info_data[]. 2014-11-22 17:02:57 +01:00
libsigrok-internal.h Fix compile error on FreeBSD 2015-01-05 22:16:48 +01:00
log.c Reorganize project tree. 2014-07-22 18:19:29 +02:00
serial.c serial.c: Cosmetics/consistency/documentation fixes. 2015-01-03 18:03:50 +01:00
session.c sr_session_trigger_{get,set}: Document, add error checks. 2014-11-24 00:50:11 +01:00
session_driver.c Publish config key capabilities on session driver. 2014-11-23 17:48:29 +01:00
session_file.c session_file: Enable only the probes that are actually listed in metadata. 2014-12-05 01:14:22 +01:00
soft-trigger.c soft-trigger: Add support for pre-triggering. 2014-11-25 16:56:34 +01:00
std.c Use g_malloc0() consistently, simplify error handling. 2014-11-22 17:02:57 +01:00
strutil.c Use g_malloc0() consistently, simplify error handling. 2014-11-22 17:02:57 +01:00
trigger.c trigger: Add some more error handling. 2014-11-22 21:03:39 +01:00
usb.c usb_get_port_path(): fix libusb error checking 2014-11-23 17:58:21 +01:00
version.c Reorganize project tree. 2014-07-22 18:19:29 +02:00