]> sigrok.org Git - libsigrok.git/commitdiff
serial: use timeout API in stream detect, obsoletes bitrate param
authorGerhard Sittig <redacted>
Wed, 1 May 2019 17:50:01 +0000 (19:50 +0200)
committerGerhard Sittig <redacted>
Sun, 9 Jun 2019 12:51:02 +0000 (14:51 +0200)
The serial_stream_detect() routine needs to estimate the time which is
needed to communicate a given amount of data. Since the serial port got
opened and configured before, the serial communication parameters are
known, and callers need not redundantly specify the bit rate.


No differences found