]> sigrok.org Git - libsigrok.git/commit
scpi_serial: Add support for (broken) devices sending NL+CR terminator.
authorTimo Kokkonen <redacted>
Tue, 2 Jun 2020 06:56:03 +0000 (23:56 -0700)
committerGerhard Sittig <redacted>
Mon, 17 Aug 2020 16:35:17 +0000 (18:35 +0200)
commita0ade2f933d62fee3dea55475c7a9c69883b8b25
tree5c5cf0c26f1e282297edd31f5907c9d64f112458
parentd7df9dc738b22dd4e5083fb818ad1dbaf186f13e
scpi_serial: Add support for (broken) devices sending NL+CR terminator.

This allows SCPI code to work with devices that terminate their responses
with NL+CR (instead of usual NL) like some GW-Instek DMMs.
src/scpi/scpi_serial.c