SivyerLab / pyCrafter4500

Python USB controller for the TI LCR4500EVM
https://pycrafter4500.readthedocs.io/en/latest/
GNU General Public License v3.0
16 stars 16 forks source link

device error #7

Closed nikhil4595 closed 5 years ago

nikhil4595 commented 5 years ago

@awctomlinson @SivyerLab firstly thanks so much for providing this library, it is very helpful for the use-case of my thesis.

My issue is regarding the error message that pops up when i try to put the LCR4500 in power up or power down mode.

capture2

Would be really great , if you could help me with it, as i'm unable to solve it.

arrrobase commented 5 years ago

It seems that the usb library is not connecting to your device. Do you see the LCR in device manager? Did you install the libusb-win32 driver?

nikhil4595 commented 5 years ago

@awctomlinson thanks so much, I sorted it. The LCR was under unspecified device in device manager, I uninstalled all the drivers and reinstalled it. I had already libusb-win32 driver. Got it to work.