]> sigrok.org Git - libsigrok.git/log
libsigrok.git
10 years agogmc-mh-1x-2x: Support for interface SI232-II with driver gmc-mh-2x-bd232.
Matthias Heidbrink [Sun, 9 Feb 2014 17:13:49 +0000 (18:13 +0100)]
gmc-mh-1x-2x: Support for interface SI232-II with driver gmc-mh-2x-bd232.

10 years agogmc-mh-1x-2x: Added new driver gmc-mh-2x-bd232.
Matthias Heidbrink [Wed, 5 Feb 2014 13:59:02 +0000 (14:59 +0100)]
gmc-mh-1x-2x: Added new driver gmc-mh-2x-bd232.

10 years agohwdriver.c: Update/extend some Doxygen comments.
Matthias Heidbrink [Wed, 5 Feb 2014 13:46:10 +0000 (14:46 +0100)]
hwdriver.c: Update/extend some Doxygen comments.

10 years agogmc-mh-1x-2x: Cleanup, docs, minor fixes.
Matthias Heidbrink [Wed, 5 Feb 2014 13:40:40 +0000 (14:40 +0100)]
gmc-mh-1x-2x: Cleanup, docs, minor fixes.

10 years agoUpdate/extend some Doxygen comments.
Matthias Heidbrink [Wed, 5 Feb 2014 13:32:21 +0000 (14:32 +0100)]
Update/extend some Doxygen comments.

10 years agoscpi_visa: Add missing callback parameter.
Daniel Elstner [Fri, 7 Feb 2014 19:20:20 +0000 (20:20 +0100)]
scpi_visa: Add missing callback parameter.

(scpi_visa_dev_inst_new): Fix serious compiler warning due to
missing drvc parameter in prototype.

10 years agoscpi_usbtmc_libusb: Consistent libusb error handling.
Uwe Hermann [Fri, 7 Feb 2014 18:42:27 +0000 (19:42 +0100)]
scpi_usbtmc_libusb: Consistent libusb error handling.

10 years agoscpi: Disable scpi_usbtmc in favor of scpi_usbtmc_libusb for now.
Uwe Hermann [Fri, 7 Feb 2014 18:01:45 +0000 (19:01 +0100)]
scpi: Disable scpi_usbtmc in favor of scpi_usbtmc_libusb for now.

Having both in the list will "find" the same device twice.

10 years agousb: remove unused sr_usb_find_usbtmc()
Aurelien Jacobs [Tue, 4 Feb 2014 22:19:02 +0000 (23:19 +0100)]
usb: remove unused sr_usb_find_usbtmc()

10 years agoscpi: add a libusb based implementation of usbtmc
Aurelien Jacobs [Fri, 17 Jan 2014 09:49:00 +0000 (10:49 +0100)]
scpi: add a libusb based implementation of usbtmc

10 years agohameg-hmo: use the new scpi scan API
Aurelien Jacobs [Sun, 2 Feb 2014 20:50:14 +0000 (21:50 +0100)]
hameg-hmo: use the new scpi scan API

10 years agorigol-ds: use the new scpi scan API
Aurelien Jacobs [Sun, 2 Feb 2014 20:49:57 +0000 (21:49 +0100)]
rigol-ds: use the new scpi scan API

10 years agoscpi: add a generic scan API and implement it in usbtmc and serial transport
Aurelien Jacobs [Sun, 2 Feb 2014 20:47:45 +0000 (21:47 +0100)]
scpi: add a generic scan API and implement it in usbtmc and serial transport

note that sr_usb_find_serial() is copied from the hameg-hmo driver

10 years agoscpi: add a struct drv_context parameter to scpi_dev_inst_new()
Aurelien Jacobs [Fri, 17 Jan 2014 09:47:42 +0000 (10:47 +0100)]
scpi: add a struct drv_context parameter to scpi_dev_inst_new()

10 years agolibsigrok-internal.h: endian neutral helper macro to write 8/16/32 bits integer to...
Aurelien Jacobs [Sun, 2 Feb 2014 20:33:09 +0000 (21:33 +0100)]
libsigrok-internal.h: endian neutral helper macro to write 8/16/32 bits integer to unaligned memory

10 years agolibsigrok-internal.h: add helper macro to read 8 bits integer
Aurelien Jacobs [Sun, 2 Feb 2014 20:29:34 +0000 (21:29 +0100)]
libsigrok-internal.h: add helper macro to read 8 bits integer
matching the 16 and 32 bits one

10 years agorigol-ds: apply :KEY:LOCK DISABLE only to DS1K
Aurelien Jacobs [Sun, 2 Feb 2014 20:46:20 +0000 (21:46 +0100)]
rigol-ds: apply :KEY:LOCK DISABLE only to DS1K

10 years agorigol-ds: properly end WAIT_TRIGGER event handling
Aurelien Jacobs [Sun, 2 Feb 2014 20:44:26 +0000 (21:44 +0100)]
rigol-ds: properly end WAIT_TRIGGER event handling

10 years agorigol-ds: properly deal with dev_close() getting called multiple times
Aurelien Jacobs [Sun, 2 Feb 2014 21:09:01 +0000 (22:09 +0100)]
rigol-ds: properly deal with dev_close() getting called multiple times

10 years agoFix building without librevisa.
Martin Ling [Mon, 3 Feb 2014 00:21:33 +0000 (16:21 -0800)]
Fix building without librevisa.

10 years agooutput/vcd: Extend output stream to last sample.
Daniel Elstner [Tue, 4 Feb 2014 23:56:49 +0000 (00:56 +0100)]
output/vcd: Extend output stream to last sample.

(receive): Write a dummy timestamp after the last sample
to indicate the length of the sampled stream.

10 years agoinput/vcd: Remove debug output from inner loops.
Daniel Elstner [Tue, 4 Feb 2014 23:25:32 +0000 (00:25 +0100)]
input/vcd: Remove debug output from inner loops.

(parse_contents): Do not call sr_dbg() on every signal change.
This would be excessive even for sr_spew().
(read_until): Do not call ftell() just to be able to show some
number in a debug message later on.

10 years agoinput/vcd: Avoid truncation of shift to 32 bits.
Daniel Elstner [Mon, 3 Feb 2014 00:54:20 +0000 (01:54 +0100)]
input/vcd: Avoid truncation of shift to 32 bits.

(parse_contents): Cast constant 1 to uint64_t before shifting left.
Also fix whitespace errors.

10 years agoscpi_visa.c: Minor cosmetics.
Uwe Hermann [Sun, 2 Feb 2014 23:24:13 +0000 (00:24 +0100)]
scpi_visa.c: Minor cosmetics.

10 years agoAdd librevisa SCPI backend.
Martin Ling [Sat, 1 Feb 2014 10:01:05 +0000 (10:01 +0000)]
Add librevisa SCPI backend.

10 years agovcd: Remove bogus $dumpvars and $dumpoff commands.
Daniel Elstner [Thu, 30 Jan 2014 21:11:10 +0000 (22:11 +0100)]
vcd: Remove bogus $dumpvars and $dumpoff commands.

These commands are superfluous and do not seem to make sense in
the context they were used.  Also, $dumpvars was missing an $end,
and $dumpoff was used without any content.

10 years agovcd: Output timestamp only once per change.
Daniel Elstner [Thu, 30 Jan 2014 20:57:49 +0000 (21:57 +0100)]
vcd: Output timestamp only once per change.

Avoid writing a new timestamp for every changed signal if multiple
signals change state simultaneously.  Also, keep signal transitions
on the same line with their timestamp to make the output easier to
inspect in a text editor.  (VCD does not care whether newlines or
spaces are used to separate tokens.)

10 years agovcd: Fix output for more than 8 channels.
Daniel Elstner [Thu, 30 Jan 2014 19:49:36 +0000 (20:49 +0100)]
vcd: Fix output for more than 8 channels.

(receive): Use probe index for sample byte selection too, not just
for bit selection.  Also simplify the indexing expressions a bit.
This fixes the problem of incorrect output for probes indices 8 to
31.
Also, use double rather than float in the timestamp calculation,
and format the result directly as floating point number rather than
converting it back to uint64_t.
Additionally, make sure that the state of all signals is written
for the very first sample in the stream.  This fixes the problem
that signals would be displayed as indeterminate until the first
change.
(context.samplecount): Make the sample counter part of the context
struct, rather than keeping it as a global static.

10 years agoDrop unneeded comments.
Uwe Hermann [Thu, 30 Jan 2014 16:52:44 +0000 (17:52 +0100)]
Drop unneeded comments.

10 years agosr_probe->index is no longer deprecated (for now).
Uwe Hermann [Thu, 30 Jan 2014 16:48:10 +0000 (17:48 +0100)]
sr_probe->index is no longer deprecated (for now).

10 years agoconfigure.ac: Only check for things we actually use.
Uwe Hermann [Thu, 30 Jan 2014 16:02:34 +0000 (17:02 +0100)]
configure.ac: Only check for things we actually use.

Drop checks where we don't use the result (yet). We might bring back
some of those once we start actually using the result in the code.

10 years agosysclk-lwla: Implement SR_CONF_CLOCK_EDGE setting.
Daniel Elstner [Wed, 29 Jan 2014 23:31:42 +0000 (00:31 +0100)]
sysclk-lwla: Implement SR_CONF_CLOCK_EDGE setting.

10 years agohwdriver: Add SR_CONF_CLOCK_EDGE option.
Daniel Elstner [Wed, 29 Jan 2014 19:53:51 +0000 (20:53 +0100)]
hwdriver: Add SR_CONF_CLOCK_EDGE option.

Allow the edge of an external clock input to be configured by
means of an SR_CONF_CLOCK_EDGE configuration setting.  This is
a string option with the same format as SR_CONF_TRIGGER_SLOPE.

10 years agools: Code cleanup and more debug output.
Bert Vermeulen [Thu, 30 Jan 2014 10:58:07 +0000 (11:58 +0100)]
ols: Code cleanup and more debug output.

10 years agools: Fix endianness problems in protocol.
Bert Vermeulen [Wed, 29 Jan 2014 07:22:02 +0000 (08:22 +0100)]
ols: Fix endianness problems in protocol.

10 years agosysclk-lwla: Add support for external trigger input.
Daniel Elstner [Sun, 26 Jan 2014 20:42:22 +0000 (21:42 +0100)]
sysclk-lwla: Add support for external trigger input.

Implement the configuration setting TRIGGER_SOURCE with the
choices CH (logic channels) and TRG (external trigger input).
Also implement the TRIGGER_SLOPE setting for selecting the
edge to trigger on (rising or falling).

10 years agosysclk-lwla: Simplify and optimize word extraction.
Daniel Elstner [Sun, 26 Jan 2014 19:28:59 +0000 (20:28 +0100)]
sysclk-lwla: Simplify and optimize word extraction.

It turns out that all LWLA protocol responses consist either
of 32-bit units or of 32-bit units combined into 64-bit units.
Thus it makes sense to double the basic unit size for reading
from 16 bit to 32 bit.
We cannot do the same for command messages though, as those
actually do use 16-bit quantities in some places, and 32-bit
arguments are not always aligned to 32-bit boundaries.

(acquisition_state.xfer_buf_in): Change unit type to uint32_t,
and update related macros and code accordingly.
(LWLA_TO_UINT32): New macro to replace LWLA_READ32, operating
directly on 32-bit values instead of pointers to 16-bit units.
Make use of a compiler-recognized idiom for bitwise rotation
to efficiently swap the 16-bit halves of a 32-bit word.
(LWLA_TO_UINT16): New macro to replace LWLA_READ16.
(LWLA_READ64): Remove unused macro.
(LWLA_WORD_[0123]): Slightly simplify 16-bit word extraction.

10 years agosysclk-lwla: Limit use of SR_ERR_ARG to user-supplied arguments.
Daniel Elstner [Sat, 25 Jan 2014 22:27:40 +0000 (23:27 +0100)]
sysclk-lwla: Limit use of SR_ERR_ARG to user-supplied arguments.

The return code SR_ERR_ARG is intended for reporting unsupported
or inapplicable device configuration settings and is not a hard
error.  In order to indicate failure of internal sanity checks,
use SR_ERR_BUG instead.

10 years agoscpi: Limit the log message in get_string() to 70 characters.
poljar (Damir Jelić) [Tue, 28 Jan 2014 16:13:00 +0000 (17:13 +0100)]
scpi: Limit the log message in get_string() to 70 characters.

10 years agodemo: Cast to double while calculating the pattern frequency.
poljar (Damir Jelić) [Sun, 26 Jan 2014 20:30:57 +0000 (21:30 +0100)]
demo: Cast to double while calculating the pattern frequency.

Without the cast non integer frequencies weren't possible (e.g. with a sampling
frequency of 50Hz we would end up with a signal frequency of 2Hz instead of
2.5Hz). The result were signals which had an incorrect number of samples per
period.

BugLink: http://sigrok.org/bugzilla/show_bug.cgi?id=297
10 years agorigol-ds: Deal with dev_close() getting called multiple times.
Bert Vermeulen [Mon, 27 Jan 2014 20:19:41 +0000 (21:19 +0100)]
rigol-ds: Deal with dev_close() getting called multiple times.

10 years agohwdriver: Change TRIGGER_SLOPE setting to string type.
Daniel Elstner [Sun, 26 Jan 2014 23:22:01 +0000 (00:22 +0100)]
hwdriver: Change TRIGGER_SLOPE setting to string type.

Drivers interpreted the uint64 values to the SR_CONF_TRIGGER_SLOPE
configuration setting in different ways.  In order to orthogonalize
the API, change the type of the setting to a string with the same
format as uses for logic probes.

10 years agodemo: Require sample limit.
Bert Vermeulen [Sat, 25 Jan 2014 20:20:29 +0000 (21:20 +0100)]
demo: Require sample limit.

10 years agosysclk-lwla: Load bitstream files in RBF format.
Daniel Elstner [Sat, 25 Jan 2014 01:21:19 +0000 (02:21 +0100)]
sysclk-lwla: Load bitstream files in RBF format.

Modify the bitstream loading routine to work directly with the
Raw Binary Files (.rbf) generated by Altera tools.  Previously,
a custom format was used which was basically an RBF preceded by
a 4-byte header specifying the transfer length.

10 years agodemo: Keep separate counters for logic and analog sources.
Bert Vermeulen [Sat, 25 Jan 2014 19:39:50 +0000 (20:39 +0100)]
demo: Keep separate counters for logic and analog sources.

Since they have different internal buffer sizes, their output counters
are not in sync. See bug 295.

10 years agoProperly publish samplerate when loading session file.
Bert Vermeulen [Sat, 25 Jan 2014 11:44:00 +0000 (12:44 +0100)]
Properly publish samplerate when loading session file.

10 years agosr file format: Bump version to 2.
Uwe Hermann [Thu, 23 Jan 2014 21:45:08 +0000 (22:45 +0100)]
sr file format: Bump version to 2.

The *.sr (libsigrok session) file format has changed since the last
libsigrok release. Frontends using older libsigrok versions will not
be able to read *.sr files created by frontends using the new file format.

Thus, bump the version number of the file format to 2.

Current libsigrok will read both version 1 and version 2 files
correctly, and always write version 2 files.

10 years agorigol-ds: Fix a couple of compile warnings.
Martin Ling [Thu, 23 Jan 2014 10:13:54 +0000 (10:13 +0000)]
rigol-ds: Fix a couple of compile warnings.

10 years agooutput/csv: Drop last separators as needed.
Bert Vermeulen [Thu, 23 Jan 2014 22:11:34 +0000 (23:11 +0100)]
output/csv: Drop last separators as needed.

10 years agosysclk-lwla: Implement config_commit() callback.
Daniel Elstner [Thu, 23 Jan 2014 01:35:51 +0000 (02:35 +0100)]
sysclk-lwla: Implement config_commit() callback.

Move pre-acquisition hardware setup to the new config_commit()
callback.  At the moment, the only setting applied at commit
time is switching the clock source, which involves uploading
a new bitstream to the FPGA.

10 years agosysclk-lwla: Implement config_probe_set() callback.
Daniel Elstner [Thu, 23 Jan 2014 01:27:58 +0000 (02:27 +0100)]
sysclk-lwla: Implement config_probe_set() callback.

Move setup of channels and trigger masks to the new probe
configuration callback.  Although the actual hardware setup
still happens just before acquisition, the new approach
already has the advantage that invalid settings are caught
early.
Also, it turns out that the LWLA1034 allows triggering on
channels which are not enabled for data acquisition.  This
feature is now supported as well.

10 years agosysclk-lwla: Do not reset drv_context.instances on scan.
Daniel Elstner [Thu, 23 Jan 2014 00:24:29 +0000 (01:24 +0100)]
sysclk-lwla: Do not reset drv_context.instances on scan.

Apparently, frontends may call scan() more than once to accumulate
multiple devices, so do not reset the instance list pointer at the
start of each scan.  Also, number devices continuously across scans.

10 years agosysclk-lwla: Advertise SR_CONF_CONN option.
Daniel Elstner [Thu, 23 Jan 2014 00:10:31 +0000 (01:10 +0100)]
sysclk-lwla: Advertise SR_CONF_CONN option.

10 years agorigol-ds: Don't run rigol_ds_block_wait() code unless supported.
Martin Ling [Wed, 22 Jan 2014 08:15:12 +0000 (08:15 +0000)]
rigol-ds: Don't run rigol_ds_block_wait() code unless supported.

10 years agorigol-ds: Fix partial read handling in header parser.
Martin Ling [Wed, 22 Jan 2014 08:13:27 +0000 (08:13 +0000)]
rigol-ds: Fix partial read handling in header parser.

10 years agoscpi_serial: Reimplement to allow scpi_read_complete() to work correctly.
Martin Ling [Wed, 22 Jan 2014 07:41:34 +0000 (07:41 +0000)]
scpi_serial: Reimplement to allow scpi_read_complete() to work correctly.

10 years agorigol-ds: Fix divide by zero when no analog probes selected.
Martin Ling [Wed, 22 Jan 2014 05:07:20 +0000 (05:07 +0000)]
rigol-ds: Fix divide by zero when no analog probes selected.

10 years agorigol-ds: Stop capture cleanly on read errors.
Martin Ling [Wed, 22 Jan 2014 04:57:48 +0000 (04:57 +0000)]
rigol-ds: Stop capture cleanly on read errors.

10 years agorigol-ds: Improve protocol debugging output, abort on read errors.
Martin Ling [Wed, 22 Jan 2014 04:50:38 +0000 (04:50 +0000)]
rigol-ds: Improve protocol debugging output, abort on read errors.

10 years agorigol-ds: Only protocol v3 adds trailing linefeeds to data blocks.
Martin Ling [Wed, 22 Jan 2014 04:49:57 +0000 (04:49 +0000)]
rigol-ds: Only protocol v3 adds trailing linefeeds to data blocks.

10 years agoscpi_usbtmc: Improve debugging output.
Martin Ling [Wed, 22 Jan 2014 04:48:33 +0000 (04:48 +0000)]
scpi_usbtmc: Improve debugging output.

10 years agorigol-ds: Overhaul vendor/series/model info and protocol variants.
Martin Ling [Wed, 22 Jan 2014 04:08:00 +0000 (04:08 +0000)]
rigol-ds: Overhaul vendor/series/model info and protocol variants.

10 years agorigol-ds: Overhaul VS5000 and DS1000 support.
Martin Ling [Wed, 22 Jan 2014 00:25:32 +0000 (00:25 +0000)]
rigol-ds: Overhaul VS5000 and DS1000 support.

This change moves the handling of series differences out to the points in the
code where they actually matter, unifying the overall structure of the code.

It also adds new VS5000/DS1000 series equivalents for commands that were
previously only implemented on the later models.

After this change, trigger waiting and the 'Memory' data source are supported
on the VS5000/DS1000 series.

10 years agorigol-ds: Use common rigol_ds_config_set() function throughout.
Martin Ling [Wed, 22 Jan 2014 00:22:41 +0000 (00:22 +0000)]
rigol-ds: Use common rigol_ds_config_set() function throughout.

10 years agoscpi: Log responses received by sr_scpi_get_string().
Martin Ling [Wed, 22 Jan 2014 00:14:42 +0000 (00:14 +0000)]
scpi: Log responses received by sr_scpi_get_string().

10 years agools: Don't reduce sample count just because it's not a multiple of 4.
Bert Vermeulen [Thu, 23 Jan 2014 00:09:16 +0000 (01:09 +0100)]
ols: Don't reduce sample count just because it's not a multiple of 4.

10 years agooutput/csv: Drop extra separator on every line.
Bert Vermeulen [Wed, 22 Jan 2014 01:44:52 +0000 (02:44 +0100)]
output/csv: Drop extra separator on every line.

10 years agooutput/csv: Get rid of 64-probe limit.
Bert Vermeulen [Wed, 22 Jan 2014 01:34:56 +0000 (02:34 +0100)]
output/csv: Get rid of 64-probe limit.

10 years agooutput/csv: Use new output API.
Bert Vermeulen [Wed, 22 Jan 2014 00:14:26 +0000 (01:14 +0100)]
output/csv: Use new output API.

10 years agodemo: Cycle through all available patterns for default analog probes.
Bert Vermeulen [Tue, 21 Jan 2014 17:25:50 +0000 (18:25 +0100)]
demo: Cycle through all available patterns for default analog probes.

10 years agodemo: Probe indexes should be unique, even if the types are different.
Bert Vermeulen [Tue, 21 Jan 2014 17:19:57 +0000 (18:19 +0100)]
demo: Probe indexes should be unique, even if the types are different.

10 years agoDon't mention non-logic probes in session file metadata.
Bert Vermeulen [Tue, 21 Jan 2014 17:16:52 +0000 (18:16 +0100)]
Don't mention non-logic probes in session file metadata.

They don't get saved anyway, and are very confusing to clients.

10 years agorigol-ds: Disable key lock when closing device.
Martin Ling [Tue, 21 Jan 2014 16:51:01 +0000 (16:51 +0000)]
rigol-ds: Disable key lock when closing device.

10 years agobrymen-dmm: Make protocol parser locale-independent.
Bert Vermeulen [Tue, 21 Jan 2014 16:02:27 +0000 (17:02 +0100)]
brymen-dmm: Make protocol parser locale-independent.

10 years agoagilent-dmm: Make protocol parser locale-independent.
Bert Vermeulen [Tue, 21 Jan 2014 15:43:49 +0000 (16:43 +0100)]
agilent-dmm: Make protocol parser locale-independent.

10 years agofluke-dmm: Make protocol parsers locale-independent.
Bert Vermeulen [Tue, 21 Jan 2014 15:33:34 +0000 (16:33 +0100)]
fluke-dmm: Make protocol parsers locale-independent.

10 years agoMake sure to delete temporary metadata file after use.
Bert Vermeulen [Tue, 21 Jan 2014 13:47:05 +0000 (14:47 +0100)]
Make sure to delete temporary metadata file after use.

Fixes bug 276.

10 years agostd: Fix caller prefix output.
Bert Vermeulen [Tue, 21 Jan 2014 13:03:27 +0000 (14:03 +0100)]
std: Fix caller prefix output.

10 years agorigol-ds: DS1000 series still needs the stupid delay.
Martin Ling [Tue, 21 Jan 2014 02:23:38 +0000 (02:23 +0000)]
rigol-ds: DS1000 series still needs the stupid delay.

10 years agosession: Auto-commit settings before acquisition.
Daniel Elstner [Mon, 20 Jan 2014 22:04:49 +0000 (23:04 +0100)]
session: Auto-commit settings before acquisition.

(sr_session_start): Just before starting acquisition on
a device, call sr_config_commit() to apply pending config
changes to the hardware device.
(sr_session_dev_add): Ditto.  Also, return an error code
if starting acquisition failed.

10 years agorigol-ds: On DS1000 with firmware < 0.2.4, use legacy protocol.
Bert Vermeulen [Tue, 21 Jan 2014 11:54:24 +0000 (12:54 +0100)]
rigol-ds: On DS1000 with firmware < 0.2.4, use legacy protocol.

Apparently the ASCII header containing length was only added in version
0.2.4.

10 years agorigol-ds: Shorten vendor name.
Bert Vermeulen [Mon, 20 Jan 2014 18:08:10 +0000 (19:08 +0100)]
rigol-ds: Shorten vendor name.

10 years agoagilent-dmm: Shorten vendor name.
Bert Vermeulen [Mon, 20 Jan 2014 18:07:48 +0000 (19:07 +0100)]
agilent-dmm: Shorten vendor name.

10 years agools: Add option to turn test patterns off again.
Bert Vermeulen [Mon, 20 Jan 2014 17:16:25 +0000 (18:16 +0100)]
ols: Add option to turn test patterns off again.

10 years agohwdriver: Introduce sr_config_commit() API call.
Daniel Elstner [Sun, 19 Jan 2014 19:39:11 +0000 (20:39 +0100)]
hwdriver: Introduce sr_config_commit() API call.

(sr_dev_driver.config_probe_set): New optional callback enabling
drivers to be notified upon changes to probe settings.
(sr_dev_probe_enable, sr_dev_trigger_set): Invoke new driver
callback on changes.
(sr_dev_driver.config_commit): New optional callback allowing
drivers to defer application of configuration settings until
an explicit call to config_commit().
(sr_config_commit): New public wrapper function.

10 years agorigol-ds: add support for more keys in config_get()
Aurelien Jacobs [Sun, 19 Jan 2014 22:28:40 +0000 (23:28 +0100)]
rigol-ds: add support for more keys in config_get()

10 years agorigol-ds: use appropriately defined NUM_VDIV constant
Aurelien Jacobs [Sun, 19 Jan 2014 22:26:26 +0000 (23:26 +0100)]
rigol-ds: use appropriately defined NUM_VDIV constant

10 years agorigol-ds: add more valid timebases for DS2302
Aurelien Jacobs [Sun, 19 Jan 2014 22:24:58 +0000 (23:24 +0100)]
rigol-ds: add more valid timebases for DS2302

10 years agorigol-ds: fix set_cfg() calls with float parameters to avoid locale issues
Aurelien Jacobs [Sun, 19 Jan 2014 13:46:59 +0000 (14:46 +0100)]
rigol-ds: fix set_cfg() calls with float parameters to avoid locale issues

10 years agorigol-ds: Send FRAME_BEGIN and FRAME_END per frame, not per channel.
Martin Ling [Fri, 17 Jan 2014 15:07:15 +0000 (15:07 +0000)]
rigol-ds: Send FRAME_BEGIN and FRAME_END per frame, not per channel.

10 years agorigol-ds: Cleanup and fix check for short data blocks.
Martin Ling [Fri, 17 Jan 2014 14:46:10 +0000 (14:46 +0000)]
rigol-ds: Cleanup and fix check for short data blocks.

10 years agorigol-ds: Use *OPC? command rather than delay to await completion.
Martin Ling [Fri, 17 Jan 2014 14:22:09 +0000 (14:22 +0000)]
rigol-ds: Use *OPC? command rather than delay to await completion.

10 years agoscpi: Remove redundant newline removal in sr_scpi_get_hw_id().
Martin Ling [Fri, 17 Jan 2014 14:17:50 +0000 (14:17 +0000)]
scpi: Remove redundant newline removal in sr_scpi_get_hw_id().

10 years agorigol-ds: Use standard sr_scpi_get functions, remove internal versions.
Martin Ling [Fri, 17 Jan 2014 14:10:36 +0000 (14:10 +0000)]
rigol-ds: Use standard sr_scpi_get functions, remove internal versions.

10 years agoscpi: Strip trailing newlines in sr_scpi_get_string().
Martin Ling [Fri, 17 Jan 2014 13:43:34 +0000 (13:43 +0000)]
scpi: Strip trailing newlines in sr_scpi_get_string().

10 years agorigol-ds: DS1000 series actually use IEEE488.2 data block format.
Martin Ling [Fri, 17 Jan 2014 02:56:45 +0000 (02:56 +0000)]
rigol-ds: DS1000 series actually use IEEE488.2 data block format.

10 years agorigol-ds: Correct digital waveform block sizes.
Martin Ling [Fri, 17 Jan 2014 02:56:01 +0000 (02:56 +0000)]
rigol-ds: Correct digital waveform block sizes.

10 years agorigol-ds: Check SCPI read is complete after reading expected block length.
Martin Ling [Fri, 17 Jan 2014 02:27:29 +0000 (02:27 +0000)]
rigol-ds: Check SCPI read is complete after reading expected block length.

10 years agorigol-ds: Update which channels are enabled after making changes.
Martin Ling [Fri, 17 Jan 2014 00:46:16 +0000 (00:46 +0000)]
rigol-ds: Update which channels are enabled after making changes.

10 years agoRemove SR_CONF_MAX_UNCOMPRESSED_SAMPLES again.
Bert Vermeulen [Sun, 19 Jan 2014 16:18:59 +0000 (17:18 +0100)]
Remove SR_CONF_MAX_UNCOMPRESSED_SAMPLES again.

The maximum sample size that can be set on a device is now published
by sr_config_list(SR_CONF_LIMIT_SAMPLES). This returns a tuple of
uint64_t representing minimum and maximum number of samples.