Hello,
I'm trying to write a Python Script that reads the output of Tenma 72-7732A Digital Multimeter, while I am aware of the software that comes with it on the installation disk, I want a Python Script.
When plugging in the Optical to USB lead into the machine, it appears as a "HID Vendor Compliant Device" not as a comport.
I have attempted to read the USB, all I get is B[0,0,0,0,0,0]
I am wondering if anyone has successfully read this device with Python, as a comport or as a HID Device?
Thank you!