]> sigrok.org Git - libsigrok.git/history - src/scpi/scpi.c
scpi: style nits in sr_scpi_scan(), prefer common helper
[libsigrok.git] / src / scpi / scpi.c
2021-06-01 Gerhard Sittigscpi: style nits in sr_scpi_scan(), prefer common helper
2021-05-22 Gerhard Sittigscpi: readability nits in vector getters, style nit...
2021-05-22 Gerhard Sittigscpi: document callers' responsibility to free getters...
2021-05-22 Gerhard Sittigscpi: make sure to either return valid SCPI response...
2020-09-27 Ralfscpi: accept numbers like 4.0000E3 as integer value
2020-08-17 Gerhard Sittigscpi: Raise severity when IDN response lacks the serial...
2020-08-17 Timo Kokkonenscpi: Support devices that omit serial number in *IDN...
2019-07-25 Guido Trentalanciahameg-hmo: Avoid getting stuck upon SCPI timeouts.
2019-06-02 Gerhard Sittigserial: introduce more general "have serial comm" featu...
2019-03-29 Frank Stettnerscpi: Add connenction_id() function to all scpi drivers.
2018-11-17 Gerhard Sittigscpi: alpha-sort the vendor alias list
2018-11-17 Gerhard Sittigscpi: add Keysight vendor alias
2018-11-10 Gerhard Sittigscpi: nit, use glib to determine string vector length
2018-11-10 Gerhard Sittigscpi: introduce string un-quote helper routine
2018-09-11 Martin Lingscpi-pps: Fix broken channel selection code.
2018-06-01 Frank Stettnerscpi: Use locale independent sr_vsnprintf_ascii() and...
2018-06-01 Frank Stettnerscpi-pps: Reimplemention of switching channel groups...
2018-06-01 Frank Stettnerscpi: Synchronize read, write and write+read operations.
2018-06-01 Uwe Hermannscpi.c: Drop an unneeded log message.
2018-02-09 Gerhard Sittigscpi: avoid uninitialized use of a variable
2017-11-11 Frank Stettnerdrivers: Fix locale dependent string to float conversion
2017-10-03 Sylvain PelissierSCPI: Ignore IDN header in *IDN? response
2017-03-11 Sven SchnelleSCPI: add sr_scpi_write_data()
2017-03-10 Uwe Hermannsr_scpi_free(): Allow NULL as argument.
2017-03-10 Uwe Hermannsr_scpi_hw_info_free(): Allow NULL as argument.
2017-01-21 Stefan Brünsscpi: Do not block when reading header of definite...
2017-01-21 Stefan Brünsscpi: Query current time just once, use microseconds...
2017-01-20 Gerhard Sittigscpi: Don't process received data of zero length
2017-01-20 Gerhard Sittigscpi: Rephrase buffer resize for free space during...
2017-01-07 Gerhard SittigRevert "scpi: Don't process received data of zero length"
2017-01-07 Gerhard Sittigscpi: Rephrase length logic in data block reception...
2017-01-07 Gerhard Sittigscpi: Don't process received data of zero length
2017-01-07 Gerhard Sittigscpi: Minor style nits
2016-08-29 Uwe HermannRemove some unneeded double-spaces.
2016-05-16 Stefan Brünsscpi: Add support for arbitray/definite length block...
2016-04-23 Stefan Brünsspci: Terminate all commands with a linefeed for all...
2015-12-26 Uwe HermannPrefer postfix-increment for consistency across the...
2015-10-25 Martin Lingscpi: Move closing of discovered devices to sr_scpi_sca...
2015-09-25 Uwe HermannFix a few "value never read" scan-build warnings.
2015-09-21 Bert Vermeulenscpi: Pass SCPI device instance to open and close callb...
2015-09-13 Daniel ElstnerBuild: Include <config.h> first in all source files
2015-09-13 Daniel ElstnerFix log varargs bugs indicated by -Wformat
2015-08-25 Bert Vermeulenscpi: Strip leading/trailing spaces from *IDN? response.
2015-08-25 Bert Vermeulenscpi: Propagate error codes in API functions.
2015-08-25 Bert Vermeulenscpi: Move SCPI-related definitions to separate header...
2015-08-16 Daniel ElstnerBuild: Set local include directories in Makefile.am
2015-04-29 Alexandru Gagniucscpi: Accept *IDN responses with more than four tokens
2015-03-24 Uwe HermannVarious #include file cosmetic fixes.
2015-03-24 Uwe HermannImprove readability and clarity of some numbers.
2015-01-11 Mathias Katzerscpi: Fix incomplete data issue for e.g. Hameg HMO1024.
2014-11-22 Uwe HermannUse g_malloc0() consistently, simplify error handling.
2014-10-17 Soeren Apelscpi: Populate sdi->connection_id
2014-10-03 Martin LingAdd a configurable read timeout to blocking SCPI reads...
2014-09-11 Martin Lingscpi: Remove trailing carriage returns.
2014-09-09 Bert Vermeulenscpi: Don't return NULL device from unsuccessful scan.
2014-09-05 Bert Vermeulenscpi/gpib: Rename backend to scpi_libgpib.
2014-09-05 Martin LingAdd GPIB SCPI backend using linux-gpib and libgpib.
2014-08-10 Uwe HermannDoxygen: Add a few missing @param lines for sessions.
2014-07-22 Bert VermeulenReorganize project tree.