From b7fbbb3c6a62c66763da10a5f699733247ead4c4 Mon Sep 17 00:00:00 2001 From: Uwe Hermann Date: Tue, 17 Jun 2014 21:42:15 +0200 Subject: Add sample dumps from a Voltcraft VC-940 multimeter. --- uart/voltcraft_vc940/README | 33 +++++++++++++++++++++ uart/voltcraft_vc940/voltcraft_vc940_20s.sr | Bin 0 -> 35545 bytes .../voltcraft_vc940_multiple_modes.sr | Bin 0 -> 108361 bytes uart/voltcraft_vc940/voltcraft_vc940_one_sample.sr | Bin 0 -> 10045 bytes uart/voltcraft_vc940/voltcraft_vc940_power_on.sr | Bin 0 -> 81590 bytes .../voltcraft_vc940_three_samples.sr | Bin 0 -> 21164 bytes 6 files changed, 33 insertions(+) create mode 100644 uart/voltcraft_vc940/README create mode 100644 uart/voltcraft_vc940/voltcraft_vc940_20s.sr create mode 100644 uart/voltcraft_vc940/voltcraft_vc940_multiple_modes.sr create mode 100644 uart/voltcraft_vc940/voltcraft_vc940_one_sample.sr create mode 100644 uart/voltcraft_vc940/voltcraft_vc940_power_on.sr create mode 100644 uart/voltcraft_vc940/voltcraft_vc940_three_samples.sr (limited to 'uart') diff --git a/uart/voltcraft_vc940/README b/uart/voltcraft_vc940/README new file mode 100644 index 0000000..8126c53 --- /dev/null +++ b/uart/voltcraft_vc940/README @@ -0,0 +1,33 @@ +------------------------------------------------------------------------------- +Voltcraft VC-940 multimeter +------------------------------------------------------------------------------- + +This is a set of example captures of various communication channels in a +Voltcraft VC-940 multimeter: + + - Texas Instruments MSP430F149: UART + - IR transmitter diode: UART + - Cyrustek ES51966F: custom 3-wire protocol (SCLK, STATUS, EOC) + - 24LC515: I²C + +Details: +http://sigrok.org/wiki/Voltcraft_VC-940 + + +Logic analyzer setup +-------------------- + +The logic analyzer used was a Saleae Logic16 (at 500kHz / 1MHz / 4MHz): + + Probe Voltcraft VC-940 + ---------------------------- + 0 M430F149 UTXD1 + 1 M430F149 URXD1 + 2 ES51966F STATUS + 3 ES51966F SCLK + 4 ES51966F EOC + 5 TX1 (IR) + 6 24LC515 SDA + 7 24LC515 SCL + 8 24LC515 WP + diff --git a/uart/voltcraft_vc940/voltcraft_vc940_20s.sr b/uart/voltcraft_vc940/voltcraft_vc940_20s.sr new file mode 100644 index 0000000..353bea1 Binary files /dev/null and b/uart/voltcraft_vc940/voltcraft_vc940_20s.sr differ diff --git a/uart/voltcraft_vc940/voltcraft_vc940_multiple_modes.sr b/uart/voltcraft_vc940/voltcraft_vc940_multiple_modes.sr new file mode 100644 index 0000000..5557f79 Binary files /dev/null and b/uart/voltcraft_vc940/voltcraft_vc940_multiple_modes.sr differ diff --git a/uart/voltcraft_vc940/voltcraft_vc940_one_sample.sr b/uart/voltcraft_vc940/voltcraft_vc940_one_sample.sr new file mode 100644 index 0000000..0c50898 Binary files /dev/null and b/uart/voltcraft_vc940/voltcraft_vc940_one_sample.sr differ diff --git a/uart/voltcraft_vc940/voltcraft_vc940_power_on.sr b/uart/voltcraft_vc940/voltcraft_vc940_power_on.sr new file mode 100644 index 0000000..34582dc Binary files /dev/null and b/uart/voltcraft_vc940/voltcraft_vc940_power_on.sr differ diff --git a/uart/voltcraft_vc940/voltcraft_vc940_three_samples.sr b/uart/voltcraft_vc940/voltcraft_vc940_three_samples.sr new file mode 100644 index 0000000..2364e06 Binary files /dev/null and b/uart/voltcraft_vc940/voltcraft_vc940_three_samples.sr differ -- cgit v1.2.3-54-g00ecf