]> sigrok.org Git - libsigrok.git/log
libsigrok.git
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.

10 years agosysclk-lwla: Improve message log output.
Daniel Elstner [Sat, 18 Jan 2014 17:13:40 +0000 (18:13 +0100)]
sysclk-lwla: Improve message log output.

Report settings at acquisition start as informational messages.
Print a message when the the trigger condition has been met.
Demote some other messages from information to debug, and use
the %zu format for printing size_t values.

10 years agosysclk-lwla: Streamline packet output logic.
Daniel Elstner [Sat, 18 Jan 2014 16:36:23 +0000 (17:36 +0100)]
sysclk-lwla: Streamline packet output logic.

(process_sample_data): When expanding run-length samples into
session packets, calculate the number of samples to write in
advance while honoring all constraints.  This is cleaner than
checking constraints within the expansion loop.  Also, the new
logic always fills up packets exactly to whatever limit applies
first, thereby removing the need for truncation after the fact.

10 years agosysclk-lwla: Implement SR_CONF_LIMIT_MSEC.
Daniel Elstner [Sat, 18 Jan 2014 15:08:39 +0000 (16:08 +0100)]
sysclk-lwla: Implement SR_CONF_LIMIT_MSEC.

Allow the acquisition to be constrained by time in addition to
a sample count limit.  Since the LWLA protocol actually provides
only a duration natively, implement the sample count limit on top
of the new duration limit.

With this change, limiting an acquisition in external clock mode
should finally work properly.

10 years agotests: Fix a few warnings.
Uwe Hermann [Fri, 17 Jan 2014 19:41:56 +0000 (20:41 +0100)]
tests: Fix a few warnings.

Fix a bunch of "no previous prototype for ..." warnings exposed
by -Wmissing-prototypes.

10 years agodemo: Bring analog square wave amplitude into line with other patterns.
Bert Vermeulen [Wed, 15 Jan 2014 00:51:04 +0000 (01:51 +0100)]
demo: Bring analog square wave amplitude into line with other patterns.

10 years agodemo: Add analog sawtooth pattern.
poljar (Damir Jelić) [Tue, 14 Jan 2014 22:03:10 +0000 (23:03 +0100)]
demo: Add analog sawtooth pattern.

10 years agodemo: Add triangle pattern.
poljar (Damir Jelić) [Tue, 14 Jan 2014 22:03:09 +0000 (23:03 +0100)]
demo: Add triangle pattern.

10 years agodemo: Implement sine wave pattern.
poljar (Damir Jelić) [Tue, 14 Jan 2014 22:03:08 +0000 (23:03 +0100)]
demo: Implement sine wave pattern.

This adds sine wave generation capabilities for the analog channels in the demo
driver. The frequency of the sine wave depends on the configured sample rate of
the demo device. The frequency of the sine wave is always 20 times smaller than
the sample rate, in other words we always have 20 samples per period.

10 years agouni-t-ut32x: Fix typo that prevents usage with multiple devices.
Bert Vermeulen [Fri, 17 Jan 2014 11:11:52 +0000 (12:11 +0100)]
uni-t-ut32x: Fix typo that prevents usage with multiple devices.

10 years agorigol-ds: Minor whitespace fixes.
Uwe Hermann [Fri, 17 Jan 2014 00:57:09 +0000 (01:57 +0100)]
rigol-ds: Minor whitespace fixes.

10 years agorigol-ds: Enable/disable LA pod when (de)selecting digital channels.
Martin Ling [Thu, 16 Jan 2014 23:25:59 +0000 (23:25 +0000)]
rigol-ds: Enable/disable LA pod when (de)selecting digital channels.

10 years agorigol-ds: Reset num_frames to zero in dev_acquisition_start.
Martin Ling [Thu, 16 Jan 2014 18:57:45 +0000 (18:57 +0000)]
rigol-ds: Reset num_frames to zero in dev_acquisition_start.

10 years agorigol-ds: Make sure to always send SR_DF_END at end of capture.
Martin Ling [Wed, 15 Jan 2014 17:06:46 +0000 (17:06 +0000)]
rigol-ds: Make sure to always send SR_DF_END at end of capture.

10 years agorigol-ds: Calculate effective samplerate.
Martin Ling [Tue, 14 Jan 2014 21:27:58 +0000 (21:27 +0000)]
rigol-ds: Calculate effective samplerate.

10 years agorigol-ds: Separate function to compute analog frame size.
Martin Ling [Tue, 14 Jan 2014 21:21:31 +0000 (21:21 +0000)]
rigol-ds: Separate function to compute analog frame size.

10 years agorigol-ds: Advertise SR_CONF_LIMIT_FRAMES support.
Martin Ling [Tue, 14 Jan 2014 20:55:20 +0000 (20:55 +0000)]
rigol-ds: Advertise SR_CONF_LIMIT_FRAMES support.

10 years agorigol-ds: Fix check for probe group validity.
Martin Ling [Tue, 14 Jan 2014 20:48:17 +0000 (20:48 +0000)]
rigol-ds: Fix check for probe group validity.

10 years agohameg-hmo: Fix two compiler warnings on Windows.
Uwe Hermann [Thu, 16 Jan 2014 23:37:58 +0000 (00:37 +0100)]
hameg-hmo: Fix two compiler warnings on Windows.

  CC       libsigrok_hw_hameg_hmo_la-protocol.lo
api.c: In function 'auto_find_usb':
api.c:70:39: warning: unused parameter 'vendor_id' [-Wunused-parameter]
 static GSList *auto_find_usb(uint16_t vendor_id, uint16_t product_id)
                                       ^
api.c:70:59: warning: unused parameter 'product_id' [-Wunused-parameter]
 static GSList *auto_find_usb(uint16_t vendor_id, uint16_t product_id)
                                                           ^

10 years agousb: Fix two compiler warnings on Windows.
Uwe Hermann [Thu, 16 Jan 2014 23:26:30 +0000 (00:26 +0100)]
usb: Fix two compiler warnings on Windows.

  CC       libsigrok_hw_common_la-usb.lo
usb.c:241:18: warning: no previous prototype for 'usb_thread'
[-Wmissing-prototypes]
 SR_PRIV gpointer usb_thread(gpointer data)
                  ^
usb.c:256:13: warning: no previous prototype for 'usb_callback'
[-Wmissing-prototypes]
 SR_PRIV int usb_callback(int fd, int revents, void *cb_data)
             ^

10 years agohameg-hmo: Silence warning about format security.
poljar (Damir Jelić) [Thu, 16 Jan 2014 18:42:27 +0000 (19:42 +0100)]
hameg-hmo: Silence warning about format security.

The command for fetching the sample rate while in single shot mode doesn't take
an argument so the snprintf here is redundant.

10 years agohameg-hmo: Reset the number of acquired frames in acquisition stop.
poljar (Damir Jelić) [Thu, 16 Jan 2014 18:55:00 +0000 (19:55 +0100)]
hameg-hmo: Reset the number of acquired frames in acquisition stop.

10 years agohameg-hmo: Expose more options with config_get().
poljar (Damir Jelić) [Thu, 16 Jan 2014 14:28:58 +0000 (15:28 +0100)]
hameg-hmo: Expose more options with config_get().

This patch exposes the TRIGGER_SOURCE and COUPLING options via config_get().

10 years agohameg-hmo: Advertise the frame limit option.
poljar (Damir Jelić) [Thu, 16 Jan 2014 14:28:57 +0000 (15:28 +0100)]
hameg-hmo: Advertise the frame limit option.

10 years agohameg-hmo: Update the sample rate when the channel states or the timebase change.
poljar (Damir Jelić) [Thu, 16 Jan 2014 14:28:56 +0000 (15:28 +0100)]
hameg-hmo: Update the sample rate when the channel states or the timebase change.

The sample rate on the Hameg scopes changes depending on the number of channels
turned on and on the current timebase.

Update the sample rate if any of the above change.

10 years agohameg-hmo: Add support for sample rate fetching.
poljar (Damir Jelić) [Thu, 16 Jan 2014 14:28:55 +0000 (15:28 +0100)]
hameg-hmo: Add support for sample rate fetching.

10 years agoscpi: Add CMD_GET_SAMPLE_RATE to the command enum.
poljar (Damir Jelić) [Thu, 16 Jan 2014 14:28:54 +0000 (15:28 +0100)]
scpi: Add CMD_GET_SAMPLE_RATE to the command enum.

10 years agohameg-hmo: Change the way vdiv and timebase are saved.
poljar (Damir Jelić) [Thu, 16 Jan 2014 14:28:53 +0000 (15:28 +0100)]
hameg-hmo: Change the way vdiv and timebase are saved.

The current vertical division setting (per channel) and the timebase are stored
as a floating point number. This is suboptimal since clients expect us to send
this information to them in form of a rational number.

Store only the index of the current setting since all the supported settings are
already stored inside of an array.

10 years agohameg-hmo: Send the DF_END packet in acquisition_stop()
poljar (Damir Jelić) [Thu, 16 Jan 2014 14:28:52 +0000 (15:28 +0100)]
hameg-hmo: Send the DF_END packet in acquisition_stop()

The DF_END packet was send out after all configured frames were fetched, but
devices may stop the acquisition at any point in time and an DF_END will not be
send out in this case.

Send the DF_END packet inside of acquisition_stop() so this can't happen.

10 years agohameg-hmo: Close the device after initial scan.
poljar (Damir Jelić) [Thu, 16 Jan 2014 14:28:51 +0000 (15:28 +0100)]
hameg-hmo: Close the device after initial scan.

The device is after a scan left open and clients that don't call unconditionally
dev_open() will never fetch the initial device state.

Close the device after the scan so clients know they need to open it.

10 years agohameg-hmo: Handle floating point numbers while ignoring the locale.
poljar (Damir Jelić) [Thu, 16 Jan 2014 14:28:50 +0000 (15:28 +0100)]
hameg-hmo: Handle floating point numbers while ignoring the locale.

10 years agoscpi: Use sr_atof_ascii() instead of sr_atof().
poljar (Damir Jelić) [Thu, 16 Jan 2014 14:28:49 +0000 (15:28 +0100)]
scpi: Use sr_atof_ascii() instead of sr_atof().

10 years agostrutil: Add function to parse floating point numbers while ignoring the locale.
poljar (Damir Jelić) [Thu, 16 Jan 2014 14:28:48 +0000 (15:28 +0100)]
strutil: Add function to parse floating point numbers while ignoring the locale.

Most of the supported gear uses the ANSI C locale for communication, and if the
client sets up an incompatible locale parsing would fail.

This function ignores the client's locale and parses floating point numbers
using the ANSI C locale. This function should be always used when parsing
floating point numbers coming from the instrument.

10 years agodevice: Pass sdi as an function argument to config_list in dev_has_option()
poljar (Damir Jelić) [Thu, 16 Jan 2014 01:53:41 +0000 (02:53 +0100)]
device: Pass sdi as an function argument to config_list in dev_has_option()

With drivers that support multiple devices we need to know the device model
while listing options. That information is most of the time saved in the private
part of the dev_inst structure.

Pass the pointer to the dev_inst structure as an function argument so we have
access to this information.

10 years agostrutil: Correctly parse floating point frequencies in parse_size_string().
poljar (Damir Jelić) [Thu, 16 Jan 2014 01:53:40 +0000 (02:53 +0100)]
strutil: Correctly parse floating point frequencies in parse_size_string().

parse_size_string() incorrectly parses a real number, e.g. 1.5 kHz ends up
being 1Hz.

This patch fixes parse_size_string() to take the fractional part as well into
account. The fractional part is parsed as an double precision floating point
number while ignoring the locale.

10 years agosysclk-lwla: Make use of the probe index again.
Daniel Elstner [Wed, 15 Jan 2014 10:09:06 +0000 (11:09 +0100)]
sysclk-lwla: Make use of the probe index again.

(configure_probes): sr_probe::index has been un-deprecated,
so use it instead of relying on the list order.

10 years agosysclk-lwla: Bypass divider in external clock mode.
Daniel Elstner [Wed, 15 Jan 2014 01:51:08 +0000 (02:51 +0100)]
sysclk-lwla: Bypass divider in external clock mode.

(lwla_setup_acquisition): Set the clock divider bypass
flag to 1 for the external clock modes as well.
(capture_setup): Set the clock divide count to 0 if an
external clock source is selected.

10 years agosysclk-lwla: Utility functions clean-up and semantic fixes.
Daniel Elstner [Wed, 15 Jan 2014 00:12:39 +0000 (01:12 +0100)]
sysclk-lwla: Utility functions clean-up and semantic fixes.

(lwla_send_bitstream): Unref the mapped file earlier in order
to simplify the error handling.
(lwla_receive_reply): Do not treat a reply buffer length of
zero as silent no-op.  That logic was left over from an earlier
iteration, before the distinction between reply buffer size and
expected read length was introduced.

10 years agosysclk-lwla: Remove unused dev_context::next_state.
Daniel Elstner [Tue, 14 Jan 2014 23:59:08 +0000 (00:59 +0100)]
sysclk-lwla: Remove unused dev_context::next_state.

10 years agosysclk-lwla: Avoid warning due to bogus range check.
Daniel Elstner [Tue, 14 Jan 2014 23:52:26 +0000 (00:52 +0100)]
sysclk-lwla: Avoid warning due to bogus range check.

(lwla_set_clock_source): Checking whether an enum value is greater
than or equal to zero apparently results in a warning with some
compilers.  Assign the enum to an unsigned variable to avoid this,
and return SR_ERR_BUG if the range is exceeded, as this indicates
a bug in the driver code itself.

10 years agoconfigure: add -Wmissing-prototypes compiler option
Aurelien Jacobs [Tue, 14 Jan 2014 22:30:02 +0000 (23:30 +0100)]
configure: add -Wmissing-prototypes compiler option

This should avoid introduction SR_PRIV functions when static would be enough.

10 years agoremove unused static functions
Aurelien Jacobs [Tue, 14 Jan 2014 22:29:17 +0000 (23:29 +0100)]
remove unused static functions

10 years agochange a bunch of functions from SR_PRIV to static
Aurelien Jacobs [Tue, 14 Jan 2014 22:16:55 +0000 (23:16 +0100)]
change a bunch of functions from SR_PRIV to static

None of those functions are called across compilation units.

10 years agomove function declarations to the appropriate header
Aurelien Jacobs [Tue, 14 Jan 2014 22:38:23 +0000 (23:38 +0100)]
move function declarations to the appropriate header

10 years agoes519xx: add missing declarations for es519xx_2400_11b_altfn
Aurelien Jacobs [Tue, 14 Jan 2014 22:24:47 +0000 (23:24 +0100)]
es519xx: add missing declarations for es519xx_2400_11b_altfn

10 years agognuplot: proper error message when using gnuplot output without logic probe
Aurelien Jacobs [Tue, 14 Jan 2014 21:59:33 +0000 (22:59 +0100)]
gnuplot: proper error message when using gnuplot output without logic probe

10 years agoadd udev rule for the Rigol DS2000 series
Aurelien Jacobs [Tue, 14 Jan 2014 21:56:55 +0000 (22:56 +0100)]
add udev rule for the Rigol DS2000 series

10 years agosysclk-lwla: Fix probe name issue.
Uwe Hermann [Tue, 14 Jan 2014 18:52:26 +0000 (19:52 +0100)]
sysclk-lwla: Fix probe name issue.

The g_ascii_formatd() function expects the "format" argument to start
with a '%' character, e.g. it should be "%f" or such (this is not
clearly documented in the glib API docs, but visible from the source code).

The usage of "CH%f" for example will trigger an assertion and thus make the
LWLA device unusable in practice (e.g. in PulseView on Windows no probenames
would be shown, and sampling wouldn't work).

Example:
  GLib-CRITICAL **: g_ascii_formatd: assertion 'format[0] == '%'' failed

(not exposed in all glib versions or builds of glib on all distros
apparently, some may need G_MESSAGES_DEBUG=all or other measures)

From the glib g_ascii_formatd() code:
  g_return_val_if_fail (format[0] == '%', NULL);

We now use g_snprintf() instead for simplicity. This has been tested to
fix this specific issue (i.e. the probenames now do show up in PulseView).

This closes bug #270.

10 years agoconfigure.ac: Don't build sysclk-lwla if libusb-1.0 is not found.
Uwe Hermann [Tue, 14 Jan 2014 18:46:05 +0000 (19:46 +0100)]
configure.ac: Don't build sysclk-lwla if libusb-1.0 is not found.

10 years agoconfigure.ac: Move sysclk-lwla chunk to correct location.
Uwe Hermann [Tue, 14 Jan 2014 18:36:28 +0000 (19:36 +0100)]
configure.ac: Move sysclk-lwla chunk to correct location.

10 years agosysclk-lwla: Honor SR_CONF_CONN at scan time.
Daniel Elstner [Tue, 14 Jan 2014 00:43:02 +0000 (01:43 +0100)]
sysclk-lwla: Honor SR_CONF_CONN at scan time.

10 years agosysclk-lwla: Fix calculation of the running sample count.
Daniel Elstner [Tue, 14 Jan 2014 00:28:00 +0000 (01:28 +0100)]
sysclk-lwla: Fix calculation of the running sample count.

Field 7 of the status response is actually a duration in
milliseconds at all samplerates but 125 MHz.

10 years agosysclk-lwla: Implement support for the LWLA1034.
Daniel Elstner [Mon, 13 Jan 2014 21:57:59 +0000 (22:57 +0100)]
sysclk-lwla: Implement support for the LWLA1034.

10 years agosysclk-lwla: Initial driver skeleton.
Daniel Elstner [Mon, 13 Jan 2014 21:49:55 +0000 (22:49 +0100)]
sysclk-lwla: Initial driver skeleton.

10 years agorigol-ds: Use correct digital channel numbers when fetching config.
Martin Ling [Tue, 14 Jan 2014 18:25:08 +0000 (18:25 +0000)]
rigol-ds: Use correct digital channel numbers when fetching config.

10 years agocem-dt-885x: Don't use char as signed type.
Bert Vermeulen [Mon, 13 Jan 2014 23:05:24 +0000 (00:05 +0100)]
cem-dt-885x: Don't use char as signed type.

10 years agoscpi: properly check for HAVE_RPC (which is always defined)
Aurelien Jacobs [Mon, 13 Jan 2014 23:17:44 +0000 (00:17 +0100)]
scpi: properly check for HAVE_RPC (which is always defined)

10 years agorigol-ds: remove lonely break
Aurelien Jacobs [Mon, 13 Jan 2014 22:40:55 +0000 (23:40 +0100)]
rigol-ds: remove lonely break

10 years agorigol-ds: prevent config_list() to return empty g_variant
Aurelien Jacobs [Mon, 13 Jan 2014 22:38:32 +0000 (23:38 +0100)]
rigol-ds: prevent config_list() to return empty g_variant

This fixes the following glib message:
$ ./sigrok-cli -d rigol-ds --show
[...]
g_variant_builder_end: assertion '!GVSB(builder)->uniform_item_types || GVSB(builder)->prev_item_type != NULL || g_variant_type_is_definite (GVSB(builder)->type)' failed

10 years agoUse PRIu64 for format in pretty-printer.
Bert Vermeulen [Mon, 13 Jan 2014 21:22:40 +0000 (22:22 +0100)]
Use PRIu64 for format in pretty-printer.

Thanks to Marcus Comstedt for the fix.

10 years agorigol-ds: does not depend on libserialport
Aurelien Jacobs [Mon, 13 Jan 2014 21:49:57 +0000 (22:49 +0100)]
rigol-ds: does not depend on libserialport

10 years agoscpi_usbtmc: does not depend on libserialport
Aurelien Jacobs [Mon, 13 Jan 2014 21:49:21 +0000 (22:49 +0100)]
scpi_usbtmc: does not depend on libserialport