ljakob / unit_ut61eplus

Access digtal multimeter UNI-T UT61E+ from Python via CP2110 based USB connection
GNU General Public License v3.0
32 stars 11 forks source link

support for UT161E #10

Open okvittem opened 1 year ago

okvittem commented 1 year ago

Added a extensible list of USB vendor and product ids for UT161E : "meters". See fork at https://github.com/okvittem/unit_ut61eplus.git Please feel free to pull back. UT61E and UT161E seem to be very alike so no other changes made. Works like a charm - thanks for your code @ljakob .

SimonGulix commented 6 months ago

how did you get it running on a UT161E? I ran "ut61eplus.py" but just returns the following:

"DEBUG:ut61eplus.ut61eplus:trying UT61Eplus DEBUG:ut61eplus.ut61eplus:trying UT161E DEBUG:ut61eplus.ut61eplus:found UT161E DEBUG:ut61eplus.ut61eplus:feature requests sent"

it gets stuck in the line "log.info('name=%s', dmm.getName())".

SimonGulix commented 5 months ago

I've noticed that if I run the "DMM.exe" (the software included by the manufacturer) while the Python code runs, everything is fine. Is there some kind of enable command that we need to send?

DS204ever commented 1 month ago

@SimonGulix did you manage to find a solution for this? The same thing is happening to me with a UT161D on Windows 11.