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

uni-t-ut8803e: Initial driver skeleton. #221

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

Conversation

KonradTagowski
Copy link

It is more complex than uni-t-ut8802e. It is possible to imitate pressing the button using serial console etc., select, range, min/max by the specific command sent to the device. I am not sure how to implement this functionality in Sigrok

 case SR_CONF_SWAP:
    /* SWAP Function in this case */
        return ut8803e_send_cmd(sdi, CMD_CODE_SELECT);
    default:

I can't find another solution to add the functionality of the SELECT button, so I use the SWAP config key to do this. I suppose that the SELECT button will be helpful in measurement.

I reconstructed the protocol manually.

@biot
Copy link
Contributor

biot commented Oct 15, 2024

Hi,

Before I review this driver, could you please check whether it's using an already-supported DMM chip, as I mentioned in PR #220? This is usually the case for UNI-T multimeters, and supporting it may be as simple as commit f5c697b.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants