]> sigrok.org Git - libsigrok.git/commit
serial-dmm: Add support for Digitech QM1576 serial protocol parser
authorMike McCauley <redacted>
Tue, 28 Jun 2022 00:51:29 +0000 (10:51 +1000)
committerSoeren Apel <redacted>
Mon, 19 Aug 2024 21:30:55 +0000 (23:30 +0200)
commit46caa76de9b44c4f72287bb6e7443836e7fe414c
tree86daa3cd55489eeb6671fd731e8b16fdf18e775e
parentc058440bcef4604753febb9a06653bf74bb0fc00
serial-dmm: Add support for Digitech QM1576 serial protocol parser

The protocol is described at https://www.airspayce.com/mikem/QM1578/protocol.txt

You can use this decoder with libsigrok and Digitech QM1578 via ESP32 Bluetooth-Serial converter available from the author at: https://www.airspayce.com/mikem/QM1578/QM1578BluetoothClient.ino which connects to the QM1578 over Bluetooth LE, fetches the data stream and sends it on the serial port to the host, where this driver can read it with this command for example:

sigrok-cli --driver digitech-qm1578:conn=/dev/ttyUSB1 --continuous
Makefile.am
src/dmm/qm1578.c [new file with mode: 0644]
src/hardware/serial-dmm/api.c
src/libsigrok-internal.h