summaryrefslogtreecommitdiff
path: root/usb
diff options
context:
space:
mode:
authorGerhard Sittig <gerhard.sittig@gmx.net>2017-10-06 17:44:04 +0200
committerUwe Hermann <uwe@hermann-uwe.de>2017-12-10 15:25:12 +0100
commited6cad1944aab4451493fafaa50e44357d26ca75 (patch)
treec5e8993d8bf86a46dd4ae77603bd9617f65f9db7 /usb
parent9174ab0224c5510b84106f268131491afc16f403 (diff)
downloadsigrok-dumps-ed6cad1944aab4451493fafaa50e44357d26ca75.tar.gz
sigrok-dumps-ed6cad1944aab4451493fafaa50e44357d26ca75.zip
usb: Add capture for serial-over-HID with CP2110 to UT612 (ES51919)
Diffstat (limited to 'usb')
-rw-r--r--usb/hid/serial/README25
-rw-r--r--usb/hid/serial/cp2110_serial_over_hid_ut612.srbin0 -> 577119 bytes
2 files changed, 25 insertions, 0 deletions
diff --git a/usb/hid/serial/README b/usb/hid/serial/README
new file mode 100644
index 0000000..cdfcd1d
--- /dev/null
+++ b/usb/hid/serial/README
@@ -0,0 +1,25 @@
+-------------------------------------------------------------------------------
+SiLabs CP2110 serial-over-HID, UT612 LCR meter
+-------------------------------------------------------------------------------
+
+This is a capture of UART-over-HID communication to a UNI-T UT612 LCR meter
+which contains the SiLabs CP2110 HID chip and the ES51919 LCR meter chip.
+UART communication uses 9600/8n1, USB HID runs at full speed (USB1.1 12MHz).
+
+The LCR meter actually exclusively transmits data to the PC's RX line. The
+PC's TX traffic is just a development hack in preparation of bidirectional
+communication where cables support it.
+
+
+Logic analyzer setup
+--------------------
+
+The Asix Sigma analyzer was set to 50MHz samplerate. Capture length is 200M
+samples, which translates to four seconds duration.
+
+ Probe CP2110 signals
+ --------------------------
+ 1 USB D+
+ 2 USB D-
+ 3 UART TX (sigrok to meter)
+ 4 UART RX (meter to sigrok)
diff --git a/usb/hid/serial/cp2110_serial_over_hid_ut612.sr b/usb/hid/serial/cp2110_serial_over_hid_ut612.sr
new file mode 100644
index 0000000..833432a
--- /dev/null
+++ b/usb/hid/serial/cp2110_serial_over_hid_ut612.sr
Binary files differ