You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1: Permissions, try running it with sudo to check if it works then. If it does, then you need to add a rule to your udev system to give normal users permission.
Add a file in /etc/udev/rules.d
EG: /etc/udev/rules.d/99-unit-ut61e-plus-udev.rules
2: The USB Vendor and Product are different. I just received my Uni-T UT61E+ today, and it has a different vendor and product info from that in the code.
Use the lsusb command to see what devioces are plugged in:
lsusb
...
Bus 003 Device 009: ID 1a86:e429 QinHeng Electronics WCH UART TO KB-MS_V1.6
...
If your vendor and product numbers are different to the default values, you will need to edit the python file in ut61eplus/ut61eplus.py and change these variables to match your unit, and make sure that the option 1 values match the vendor and product.
i have the library installed https://github.com/trezor/cython-hidapi through archlinux package manager
The text was updated successfully, but these errors were encountered: