From: Brendan S. (eTRIX) <bre...@et...> - 2017-05-01 13:19:41
|
Hi, I'm using Python3.6 with `pyusb` from PyPI and `libusb1` installed via HomeBrew, but I can't get my USB devices listed. It lists standard apple devices, but not my serial ports, etc. However `lsusb` does list the devices (it's a bash script that parses the output of Sytem Profiler or System Information app). I've read about libusb inf files for Windows (not sure why they're needed). Is there something similar required for Mac? It's seems such a simple thing. Why can System Information / System Profiler app find the VID/PID but libusb/pyusb can not? Thanks, Brendan. |