the ut210e uses the packaged chip - not a blob.
and the newer chip is designed to run at 10,000 so the 6000-8000 limit does not apply - thats for the older 0660 chip.
i made myself some notes!
----------------------------------
make continuity>ohms instead of ohms>continuity
8f = 09 (normally 07)
9f = 07 (normally 09)
make Vdc>Vac instead of Vac>Vdc
8e = 05 (normally 04)
9e = 04 (normally 05)
make Vdc>Vac(with mv) instead of Vac>Vdc
8e = 05 (normally 04)
9e = 06 (normally 05)
make Vac support mv (dont use with above patch)
8e = 06 (normally 04)
add NCV field level range
9c = 02 (normally 00)
ac = 1d (normally 00) < wtf?
make 2A range dc>ac instead of ac>dc
87 = 16 (normally 17)
97 = 17 (normally 16)
make 20A range dc>ac instead of ac>dc
8b = 18 (normally 19)
9b = 19 (normally 18)
make 100A range dc>ac instead of ac>dc
8d = 1a (normally 1b)
9d = 1b (normally 1a)
expand 100A range to 600A
07 = 70 (normally e8)
08 = 17 (normally 03)
expand 100A range to 1000A - only DM1106 chip
07 = 10 (normally e8)
08 = 27 (normally 03)
2A Dotless mode
*Copy bytes from 50h and 51h (locations of 2A calibration data) to locations 56h and 57h (2000A/ dotless 2A calibration data).
a7 = 1c (normally 00) - DCA 0000 in 2A mode / SELECT slot 3
b7 = 1d (normally 00) - ACA 0000 in 2A mode / SELECT slot 4
kill backlight timeout
fc = 00 (normally 0f)
make auto-poweroff 1hour
fb = 3c (nomally 0f)
make low battery warning 15seconds
fd = 8f (normally 80)
Alarms
For each of those, limit = value * 10V, ff to disable warning.
16 = 3d(61) - "OL" limit for DCV. (10V units)
17 = 3d(61) - "OL" limit for ACV. (10V units)
18 = 3c(60) - Alarm/beep limit for DCV. (10V units)
19 = 3c(60) - Alarm/beep limit for ACV. (10V units)
1b = ff(dis) - mA range warning current. (100mA units)
1c = 0a(10) - A range warning current. (1A units)
make 6000 count
10 = 70 (normally 70) default count:6000??? 2000>8000
11 = 17 (normally 17)
12 = 38 (normally 98) upper switch point 2200>6200
13 = 18 (normally 08)
14 = 44 (normally be) lower switch point 190>580
15 = 02 (normally 00)
make 10,000 count <<< only DM1106 chip, will fuck AC readings on DTM0660 chip
10 = 10 (normally 70) default count:6000??? 2000>10000
11 = 27 (normally 17)
12 = d8 (normally 98) upper switch point 2200>10200
13 = 27 (normally 08)
14 = d4 (normally be) lower switch point 190>980
15 = 03 (normally 00)
--------------------------------------------------------