Difference between revisions of "UNI-T UT181A"
Jump to navigation
Jump to search
(adjust cables, link to external lib and protocol doc, resources section) |
(example use with sigrok-cli, menu to turn on serial comm) |
||
Line 13: | Line 13: | ||
The '''UNI-T UT181A''' is a logging digital multimeter with PC connectivity. | The '''UNI-T UT181A''' is a logging digital multimeter with PC connectivity. | ||
See [[Device cables#UNI-T_UT-D09]] and [[Device cables#UNI-T_UT-D07A]] for cables. | See [[Device cables#UNI-T_UT-D09]] and [[Device cables#UNI-T_UT-D07A]] for typical cables. | ||
Users need to enable communication in the meter's menu system before starting the application. | Users need to enable communication in the meter's menu system before starting the application ('''SETUP''' -> '''Communication''' -> '''ON'''). | ||
== Protocol and usage == | == Protocol and usage == | ||
Line 20: | Line 20: | ||
Currently there is no sigrok driver for the UT181A device. | Currently there is no sigrok driver for the UT181A device. | ||
An external MIT licensed project which was written in the Rust programming language also contains a description of the protocol, see the Resources section below. This will be useful in the creation of a sigrok driver. | An external MIT licensed project which was written in the Rust programming language also contains a description of the protocol, see the Resources section below. This will be useful in the creation of a sigrok driver. | ||
The choice of a serial cable and the meter's specific protocol are independent from each other. A WorkInProgress driver was used like this: | |||
$ sigrok-cli --list-serial | |||
$ sigrok-cli '''-d uni-t-ut181a:conn=hid/cp2110/raw=/dev/hidraw0''' --samples 10 | |||
== Resources == | == Resources == |
Revision as of 18:54, 14 December 2019
Status | planned |
---|---|
Counts | 60000 |
IEC 61010-1 | CAT IV (600V) / CAT III (1000V) |
Connectivity | USB / BLE |
Measurements | voltage, current, resistance, capacitance, frequency, duty cycle, diode, continuity, temperature |
Features | autorange, true-rms, data hold, min/max, relative, bargraph, backlight, logging |
Website | uni-trend.com |
The UNI-T UT181A is a logging digital multimeter with PC connectivity. See Device cables#UNI-T_UT-D09 and Device cables#UNI-T_UT-D07A for typical cables. Users need to enable communication in the meter's menu system before starting the application (SETUP -> Communication -> ON).
Protocol and usage
Currently there is no sigrok driver for the UT181A device. An external MIT licensed project which was written in the Rust programming language also contains a description of the protocol, see the Resources section below. This will be useful in the creation of a sigrok driver.
The choice of a serial cable and the meter's specific protocol are independent from each other. A WorkInProgress driver was used like this:
$ sigrok-cli --list-serial $ sigrok-cli -d uni-t-ut181a:conn=hid/cp2110/raw=/dev/hidraw0 --samples 10