]> sigrok.org Git - libsigrok.git/commit
serial-hid: add support for (scrambling) Victor DMM cables
authorGerhard Sittig <redacted>
Mon, 10 Jun 2019 18:15:24 +0000 (20:15 +0200)
committerGerhard Sittig <redacted>
Thu, 13 Jun 2019 17:34:09 +0000 (19:34 +0200)
commit0cdb72c8f2e45fd6c744de426b2f00b207fba4f9
tree76efdadf9edae1a4618d5eacbb1eef9b78e342fe
parenta89884c16c0ce6a00a5108c9e7c289dbc282f996
serial-hid: add support for (scrambling) Victor DMM cables

Introduce a serial transport which undoes the Victor DMM cable's
obfuscation to the DMM chip's original data packet. Which allows to
re-use the existing FS9922 support code, obsoleting the victor-dmm
device driver.
Makefile.am
src/libsigrok-internal.h
src/serial_hid.c
src/serial_hid_victor.c [new file with mode: 0644]