libsigrok/hardware/common
Uwe Hermann ec5186f936 hardware/common/dmm: Fix debug output level.
Most messages from the DMM parsers are not hard errors, lower to
sr_dbg() so that the sigrok-cli output doesn't get cluttered (by default)
with debug output such as:

 P1: 0.001100 V DC AUTO
 sr: fs9721: Sync nibble in byte 0 (0x00) is invalid.
 P1: 0.001100 V DC AUTO

(using -l 4 or -l 5 will still allow the user to see such messages)
2014-01-06 20:44:44 +01:00
..
dmm hardware/common/dmm: Fix debug output level. 2014-01-06 20:44:44 +01:00
Makefile.am Add implementation for SCPI over TCP. 2013-12-04 20:59:20 +00:00
ezusb.c Centralise duplicated logging helper defines. 2013-12-27 12:54:05 +01:00
scpi.c scpi: Strip trailing newline from *IDN response if present. 2013-12-29 13:22:31 +01:00
scpi_serial.c Revise SCPI read API to allow backend-independent data handling. 2013-12-29 04:26:36 +01:00
scpi_tcp.c Revise SCPI read API to allow backend-independent data handling. 2013-12-29 04:26:36 +01:00
scpi_usbtmc.c scpi_usbtmc: fix reading of blocks bigger than the 2048 bytes buffer 2014-01-03 17:54:47 +01:00
serial.c serial: Improved docs. 2014-01-03 20:08:04 +01:00
usb.c Centralise duplicated logging helper defines. 2013-12-27 12:54:05 +01:00