libsigrok/hardware
Uwe Hermann fdbcb86dba Draft: Make UT61D and VC-820 "first-class" drivers.
The 'uni-t-dmm' driver/directory will not appear as a "driver" to
frontends anymore, it's just an internal thing.

The frontends will see a uni-t-ut61d and voltcraft-vc820 driver now,
with the correct names and parsers etc. attached to them.

This is not fully finished yet, but it's a start (and works mostly):

  $ sigrok-cli -D
  The following devices were found:
  UNI-T UT61D with 1 probe: P1
  Voltcraft VC-820 with 1 probe: P1

  $ sigrok-cli --driver voltcraft-vc820 -D
  The following devices were found:
  Voltcraft VC-820 with 1 probe: P1

  $ sigrok-cli --driver uni-t-ut61d -D
  The following devices were found:
  UNI-T UT61D with 1 probe: P1

  # Now attaching a UNI-T UT61D device via USB.

  $ sigrok-cli --driver uni-t-ut61d --samples 3 -O analog
  P1: -0.017800 V DC
  P1: -0.017600 V DC
  P1: -0.017700 V DC

  # Now attaching a Voltcraft VC-820 device via USB instead.

  $ sigrok-cli --driver voltcraft-vc820 --samples 3 -O analog
  P1: -0.319200 V DC
  P1: -0.319300 V DC
  P1: -0.319300 V DC
2012-10-30 13:11:27 +01:00
..
agilent-dmm config.h usage cleanups. 2012-10-24 00:41:21 +02:00
alsa sr: moved sigrok.h so libsigrok/libsigrok.h 2012-07-05 01:17:28 +02:00
asix-sigma sr: make struct drv_context global 2012-09-11 21:27:26 +02:00
chronovu-la8 la8: Rename driver.[ch] to protocol.[ch]. 2012-10-27 22:36:34 +02:00
common Add protocol parser for FS9721_LP3/FS9721B. 2012-10-29 15:17:17 +01:00
demo don't use deprecated g_thread_init/_create 2012-10-29 22:10:05 +01:00
fluke-dmm fluke-dmm: code cleanup 2012-10-29 11:54:20 +01:00
fx2lafw config.h usage cleanups. 2012-10-24 00:41:21 +02:00
genericdmm sr: make struct drv_context global 2012-09-11 21:27:26 +02:00
hantek-dso config.h usage cleanups. 2012-10-24 00:41:21 +02:00
link-mso19 sr: add new driver API call: scan() 2012-08-03 10:27:36 +02:00
openbench-logic-sniffer sr: make struct drv_context global 2012-09-11 21:27:26 +02:00
radioshack-dmm config.h usage cleanups. 2012-10-24 00:41:21 +02:00
tekpower-dmm tekpower-dmm: Cosmetics, coding-style, consistency fixes. 2012-10-27 22:25:04 +02:00
uni-t-dmm Draft: Make UT61D and VC-820 "first-class" drivers. 2012-10-30 13:11:27 +01:00
zeroplus-logic-cube config.h usage cleanups. 2012-10-24 00:41:21 +02:00
Makefile.am Initial support for UNI-T DMMs. 2012-10-27 23:17:30 +02:00