Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added support for Digitech QM1576 serial protocol parser The protocol #187

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on Jun 28, 2022

  1. Added 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
    mikemccauley committed Jun 28, 2022
    Configuration menu
    Copy the full SHA
    85ff775 View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2022

  1. Configuration menu
    Copy the full SHA
    a33f19d View commit details
    Browse the repository at this point in the history