]> sigrok.org Git - libsigrok.git/commit
serial-hid: introduce support for Brymen BU-86X IR adapters
authorGerhard Sittig <redacted>
Sun, 9 Jun 2019 06:25:54 +0000 (08:25 +0200)
committerGerhard Sittig <redacted>
Thu, 13 Jun 2019 16:33:23 +0000 (18:33 +0200)
commita10284cd180fb482fe4974f54b1c0d98c5f29680
treeec6027903cdd5c84b01e7369f2d1c8966b06b794
parent0527cc3ad7f47830d9e31e231a1b0bb4010c849d
serial-hid: introduce support for Brymen BU-86X IR adapters

The Brymen BU-86X infrared adapters are sold with BM869s meters. Raw
streams of data bytes get communicated by means of HID reports with
report number 0 and up to 8 data bytes each. Communication parameters
are fixed and need no configuration.
Makefile.am
src/libsigrok-internal.h
src/serial_hid.c
src/serial_hid_bu86x.c [new file with mode: 0644]