]> sigrok.org Git - libsigrok.git/commit
fluke-45: drop serial port echo test, was disabled for years
authorGerhard Sittig <redacted>
Sat, 22 May 2021 12:12:22 +0000 (14:12 +0200)
committerGerhard Sittig <redacted>
Tue, 1 Jun 2021 06:20:59 +0000 (08:20 +0200)
commita36b21fb89ca56a92cd27b3098ef391fa61adbc3
treef6cfc7544ada2b18b60f11e68d053c081ec66466
parent69498046f64006a11234b0d281a481338f6f329c
fluke-45: drop serial port echo test, was disabled for years

The Fluke 45 driver's ECHO_TEST broke other people's SCPI device
identification and was disabled in 2018-11. Remove the dead code which
is impossible to resurrect. Its purpose was questionable to begin with.

Should users be affected, then the echo would break the identification
phase. The check cannot be done before identification without affecting
other connected devices, cannot be done after the identification either
when that very identification systematically fails. Should a user meet
this condition then applications' logs are available to see why *IDN?
fails, assuming that users are not aware of their serial port or device
configuration. The request's reflection in the place of a response gives
a strong hint.
src/hardware/fluke-45/api.c