]> sigrok.org Git - libsigrok.git/history - src/scpi/scpi_serial.c
scpi_serial: add "GWInstek VCP" (PID 0x0030) as seen in GDM-834x
[libsigrok.git] / src / scpi / scpi_serial.c
2020-08-25 Gerhard Sittigscpi_serial: add "GWInstek VCP" (PID 0x0030) as seen...
2020-08-17 Gerhard Sittigscpi_serial: Rephrase NL and NL+CR line termination...
2020-08-17 Timo Kokkonenscpi_serial: Add GW-Instek GPD-9061 (USBCDC mode) VID...
2020-08-17 Timo Kokkonenscpi_serial: Add support for (broken) devices sending...
2020-07-26 Wolfram Sangserial: flush() after open() in the serial core.
2019-07-25 Guido Trentalanciahameg-hmo: Update the default serial port options.
2019-07-25 Guido Trentalanciahameg-hmo: Try to find a valid serialcomm if none is...
2019-06-02 Gerhard Sittigserial: make LCR, modbus, SCPI over serial depend on...
2019-04-17 Frank Stettnerscpi: Add enum scpi_transport_layer.
2019-03-29 Frank Stettnerscpi: Add connenction_id() function to all scpi drivers.
2018-06-01 Uwe Hermannscpi_serial.c: Improve an error message.
2018-06-01 Uwe Hermannscpi_serial.c: Drop an unneeded log message.
2017-08-07 Uwe Hermanndrivers: Use serial_write_blocking() everywhere.
2017-01-21 Uwe Hermannscpi_serial: Convert 'got_newline' variable to gboolean.
2017-01-21 Stefan Brünsscpi_serial: Get rid of intermediate buffer, do not...
2016-04-23 Stefan Brünsspci: Terminate all commands with a linefeed for all...
2016-04-17 Stefan Brünsscpi/serial: Add USB IDs for R&S HMO 1002 Series
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-07 Martin Lederhilgerscpi: Fix incorrect serial_read_nonblocking call().
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-03-24 Uwe HermannVarious #include file cosmetic fixes.
2015-03-24 Uwe HermannVarious NULL-check consistency fixes.
2015-03-21 Uwe HermannConstify a few arrays and variables.
2014-11-22 Uwe HermannUse g_malloc0() consistently, simplify error handling.
2014-09-24 Martin Lingscpi_serial: Mark read/write calls nonblocking, remove...
2014-07-22 Bert VermeulenReorganize project tree.