]> sigrok.org Git - libsigrok.git/history - hardware/common/scpi.c
Add struct sr_session parameter to all session source backends.
[libsigrok.git] / hardware / common / scpi.c
2014-07-21 Bert VermeulenAdd struct sr_session parameter to all session source...
2014-07-21 Bert Vermeulenscpi: sr_scpi_scan_resource() never returns more than...
2014-05-04 Uwe HermannDrop obsolete Linux-only usbtmc backend.
2014-05-04 Uwe HermannDon't define names ending with _t (POSIX reserved).
2014-02-07 Uwe Hermannscpi: Disable scpi_usbtmc in favor of scpi_usbtmc_libus...
2014-02-07 Aurelien Jacobsscpi: add a libusb based implementation of usbtmc
2014-02-07 Aurelien Jacobsscpi: add a generic scan API and implement it in usbtmc...
2014-02-07 Aurelien Jacobsscpi: add a struct drv_context parameter to scpi_dev_in...
2014-02-02 Martin LingAdd librevisa SCPI backend.
2014-01-28 poljar (Damir Jelić)scpi: Limit the log message in get_string() to 70 chara...
2014-01-23 Martin Lingscpi: Log responses received by sr_scpi_get_string().
2014-01-20 Martin Lingscpi: Remove redundant newline removal in sr_scpi_get_h...
2014-01-20 Martin Lingscpi: Strip trailing newlines in sr_scpi_get_string().
2014-01-16 poljar (Damir Jelić)scpi: Use sr_atof_ascii() instead of sr_atof().
2014-01-13 Aurelien Jacobsscpi: properly check for HAVE_RPC (which is always...
2014-01-11 Aurelien Jacobsscpi_tcp: split into scpi_tcp_raw and scpi_tcp_rigol
2014-01-11 Aurelien Jacobsscpi: make the scpi_dev_inst_new more generic
2014-01-11 Aurelien Jacobsscpi: factorize dev_inst_new calls out of individual...
2013-12-29 Martin Lingscpi: Strip trailing newline from *IDN response if...
2013-12-29 Martin LingRevise SCPI read API to allow backend-independent data...
2013-12-28 Martin Lingscpi: Log IDN? result.
2013-12-27 Martin LingCentralise duplicated logging helper defines.
2013-12-04 Martin LingAdd sr_scpi_send_variadic() function.
2013-12-04 Martin LingMake sr_scpi_send() take printf-style arguments.
2013-12-03 Martin LingAdd sr_scpi_read() operation for reading arbitrary...
2013-12-03 Martin LingMake SCPI functions device independent, with separate...
2013-12-03 Uwe Hermannscpi.c: Minor cleanups, cosmetics.
2013-12-03 poljar (Damir Jelić)scpi: Add function to fetch uint8_t.
2013-12-03 poljar (Damir Jelić)scpi: Add function to get an array of floats.
2013-12-03 poljar (Damir Jelić)scpi: Add a function to read and wait on a *OPC? reply.
2013-12-03 poljar (Damir Jelić)scpi: Add more functions (getting int/bool/float/double).
2013-12-03 poljar (Damir Jelić)scpi: Add function to strictly parse bool strings.
2013-12-03 poljar (Damir Jelić)scpi: Add helper functions for SCPI communication.