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

Not able to connect to USB device on Ubuntu #3

Closed nilsmelchert closed 6 years ago

nilsmelchert commented 6 years ago

Hey, I've been trying to call the connect_usb function. There is always an error message apearing that tells me, that the device is busy and the resource is not available. Seems like that the missing libusb-win32 driver causes some problems on Linux. Do you have any experiences running this code on Linux?

arrrobase commented 6 years ago

Hi, unfortunately all my experience has been on Windows. I would look at the documentation for pyusb, they seem to have some mention of getting things working on linux. Good luck!

nikhil4595 commented 5 years ago

@nilsmelchert Were you able to get the pycrafter running on Linux ?