ut61e_python
ut61e_python copied to clipboard
Captures and Interprets Data from the Digital Multimeter Uni-T UT61E using Python
Hello, I have one product with UT61E+ running in window platform. When i running these codes, I got `[Errno 5] Input/Output Error` error message. ``` message = [0x00, 0x4b, 0x00,...
My UNI-T UT61E has a RS232 interface, not a USB interface. I ended up modifying miniterm to set 7 bits as it allows me to set everything else, DTR to...
Could you add a license to this project? I made some modifications and would like to eventually share them.
Hi, I am working on UNI-T UT372 Tachometer and I want to understand how you specify the parameters of ctrl_transfer. Your parameters; bmRequestType = 0x21 #0b00100001 #Host to Device bmRequest...
Both `he2325u_pyusb` and `he2325u_hidapi` return ``` No device found. Check your USB connection. ``` Any pointers on how to make it find the device?