libsigrok/src
Hannu Vuolasaho d708304275 Initial driver for Korad KDxxxxP (Velleman LABPS3005D)
With this driver it is possible to set voltage target and current
limit. Also enabling and disabling the output is possible.

Analog output sends read back values from output. If output is
disabled analog outputs 0.00.

In protocol.c there is a g_usleep() call. This gives almost
every time enough time for PSU to parse and process input.

Multichannel devices aren't supported.
2015-10-13 23:18:49 +02:00
..
dmm Fix a few "value never read" scan-build warnings. 2015-09-25 12:02:42 +02:00
hardware Initial driver for Korad KDxxxxP (Velleman LABPS3005D) 2015-10-13 23:18:49 +02:00
input resource: Move sr_file_get_size() to resource.c 2015-10-01 15:44:55 +02:00
lcr Build: Include <config.h> first in all source files 2015-09-13 18:54:46 +02:00
modbus Build: Include <config.h> first in all source files 2015-09-13 18:54:46 +02:00
output srzip: Avoid low-level FD-based I/O 2015-10-01 15:44:55 +02:00
scale Build: Include <config.h> first in all source files 2015-09-13 18:54:46 +02:00
scpi Fix a few "value never read" scan-build warnings. 2015-09-25 12:02:42 +02:00
transform Build: Include <config.h> first in all source files 2015-09-13 18:54:46 +02:00
analog.c sr_analog_to_float: Avoid comparison between signed and unsigned. 2015-09-21 00:32:26 +02:00
backend.c resource: New internal API for accessing resource files 2015-10-01 15:44:55 +02:00
device.c Remove unnecessary call to libusb_get_device_descriptor(). 2015-09-21 00:16:42 +02:00
drivers.c korad-kdxxxxp: Initial driver skeleton. 2015-10-13 23:15:33 +02:00
error.c Build: Include <config.h> first in all source files 2015-09-13 18:54:46 +02:00
ezusb.c drivers: Load firmware via new resource API 2015-10-01 15:44:55 +02:00
fallback.c Build: Include <config.h> first in all source files 2015-09-13 18:54:46 +02:00
hwdriver.c Drop obsolete SR_CONF_MEASURED_2ND_QUANTITY. 2015-09-13 21:43:17 +02:00
libsigrok-internal.h drivers: Load firmware via new resource API 2015-10-01 15:44:55 +02:00
log.c Build: Include <config.h> first in all source files 2015-09-13 18:54:46 +02:00
resource.c resource: Make definition of FIRMWARE_DIR optional 2015-10-03 13:58:50 +02:00
scpi.h scpi/usbtmc: Implement Rigol DS1000 workaround on any firmware version. 2015-09-22 10:56:58 +02:00
serial.c Build: Include <config.h> first in all source files 2015-09-13 18:54:46 +02:00
session.c sr_packet_free: Support SR_DF_ANALOG2. 2015-09-21 00:32:26 +02:00
session_driver.c session-file: Use 32-bit int for channel count 2015-10-02 20:09:46 +02:00
session_file.c session-file: Use 32-bit int for channel count 2015-10-02 20:09:46 +02:00
soft-trigger.c Build: Include <config.h> first in all source files 2015-09-13 18:54:46 +02:00
std.c Build: Include <config.h> first in all source files 2015-09-13 18:54:46 +02:00
strutil.c Build: Include <config.h> first in all source files 2015-09-13 18:54:46 +02:00
trigger.c Build: Include <config.h> first in all source files 2015-09-13 18:54:46 +02:00
usb.c usb: Skip add/remove of FD on destroyed source 2015-10-02 01:13:16 +02:00
version.c Build: Include <config.h> first in all source files 2015-09-13 18:54:46 +02:00