]> sigrok.org Git - libsigrok.git/history - src/serial.c
scpi-pps: Support for the EEZ PSU series
[libsigrok.git] / src / serial.c
2021-06-01 Gerhard Sittigserial: extend semantics of connection and comm params...
2020-10-22 Gerhard Sittigserial: extend stream detect for variable length packet...
2020-09-27 Gerhard Sittigserial: lower severity of failed stream detect message
2020-09-20 Gerhard Sittigserial: add routine to manipulate handshake state ...
2020-09-20 Gerhard Sittigserial: rephrase check for speed (bitrate) in parameter...
2020-08-01 Gerhard Sittigserial: make failed flush() in open() non-fatal, CP2110...
2020-07-26 Wolfram Sangserial: flush() after open() in the serial core.
2020-05-31 Gerhard Sittigserial: accept bitrate only serialcomm= spec, default...
2020-03-25 Uwe HermannDoxygen: Fix various warnings.
2020-03-25 Uwe HermannDoxygen: Properly mark a few symbols as private.
2019-06-15 Uwe Hermannserial: Shorten a few code snippets.
2019-06-09 Gerhard Sittigserial: use timeout API in stream detect, obsoletes...
2019-06-04 Gerhard Sittigserial: add support for optional "RX chunk" callback
2019-06-04 Gerhard Sittigserial_bt: implement the serial over Bluetooth transpor...
2019-06-02 Gerhard Sittigserial: prepare serial over HID in common layer and...
2019-06-02 Gerhard Sittigserial: introduce local receive data buffer
2019-06-02 Gerhard Sittigserial: prepare for the absence of libserialport
2019-06-02 Gerhard Sittigserial: prepare alternative transports for serial commu...
2019-06-02 Gerhard Sittigserial: introduce "has receive data" query
2019-06-02 Gerhard Sittigserial_libsp: move libserialport specific code to separ...
2019-06-02 Gerhard Sittigserial: determine timeout from most recent set_params...
2019-04-28 Gerhard Sittigserial: rename variable to reflect it's related to...
2019-04-28 Gerhard Sittigserial: update doxygen comments (flush vs drain, in...
2019-04-28 Gerhard Sittigdevice: rephrase sizeof() calls for reduced redundancy...
2018-10-14 Uwe Hermannserial_stream_detect(): Make a code comment more generic.
2018-10-13 Gerhard Sittigserial: dump DMM packets during stream detection
2018-09-01 Uwe HermannConsistently use the _WIN32 #define.
2016-08-29 Uwe HermannRemove some unneeded double-spaces.
2015-09-13 Daniel ElstnerBuild: Include <config.h> first in all source files
2015-09-13 Daniel Elstnerlibsigrok-internal.h: Remove unused prototypes
2015-09-13 Daniel Elstnerserial: Make serial device event sources more robust
2015-09-13 Daniel ElstnerFix log varargs bugs indicated by -Wformat
2015-09-10 Daniel Elstnerserial: On Windows, include <windows.h> for HANDLE
2015-08-30 Bert Vermeulenserial: Check event ptr before using.
2015-08-16 Daniel ElstnerBuild: Set local include directories in Makefile.am
2015-03-24 Uwe HermannImprove readability and clarity of some numbers.
2015-03-24 Uwe HermannFix a bunch of typos.
2015-03-22 Uwe HermannRandom whitespace and other minor fixes.
2015-02-17 Uwe HermannVarious Doxygen updates.
2015-01-03 Uwe Hermannserial.c: Cosmetics/consistency/documentation fixes.
2015-01-03 Aurelien JacobsAdd a public API to list available serial ports.
2014-11-01 Uffe Jakobsenols: Fix a serial port related issue on FreeBSD.
2014-10-06 Bert Vermeulenserial: Add serial_timeout().
2014-10-02 Martin LingAdd a timeout parameter to blocking serial calls.
2014-09-24 Martin Lingserial: Eliminate serial_read(), serial_write() and...
2014-09-24 Martin Lingserial_readline: Implement using sp_blocking_read.
2014-09-24 Martin Lingserial_stream_detect: Make read nonblocking.
2014-08-20 Aurelien Jacobsserial: re-implement sr_serial_find_usb() using new...
2014-07-22 Bert VermeulenReorganize project tree.