Re: [pyusb-users] not finding Arduino or mouse devices

2018-03-15 Thread Michael Hennebry
I've discovered how to get pyserial to do what I need done, so I'm not responding on company time. It seems that had I stuck with pyUSB, I'd still be studying. On Fri, Mar 9, 2018 at 8:35 PM, Xiaofan Chen wrote: > On Mon, Mar 5, 2018 at 3:51 AM, Michael Hennebry > wrote: > > I might end up usin

Re: [pyusb-users] not finding Arduino or mouse devices

2018-03-09 Thread Xiaofan Chen
On Mon, Mar 5, 2018 at 3:51 AM, Michael Hennebry wrote: > I might end up using pyserial. > It can find the VID/PID of CDC virtual serial ports. > > That said, I'd still like to be able to use pyusb. > > At the suggestion of a colleague, > I used zadig to get avrdude to work, > Didn't really know w

Re: [pyusb-users] not finding Arduino or mouse devices

2018-03-04 Thread Michael Hennebry
I might end up using pyserial. It can find the VID/PID of CDC virtual serial ports. That said, I'd still like to be able to use pyusb. More information on my level of experience and the current situation seems to be in order. Until recently, the only USB-specific code I'd written, was a CDC devic

Re: [pyusb-users] not finding Arduino or mouse devices

2018-03-03 Thread Xiaofan Chen
On Fri, Mar 2, 2018 at 10:10 AM, Michael Hennebry wrote: > I have three USB devices connected, > an Atmel ICE, a mouse and a CDC device. > usb.core.find(find_all=True) > finds the Atmel ICE twice, but not the others. > > I'm stuck on Windows 10. > The device manager lists the CDC device under > Po

[pyusb-users] not finding Arduino or mouse devices

2018-03-03 Thread Michael Hennebry
I have three USB devices connected, an Atmel ICE, a mouse and a CDC device. usb.core.find(find_all=True) finds the Atmel ICE twice, but not the others. I'm stuck on Windows 10. The device manager lists the CDC device under Ports (COM & LPT) Arduino Mega 2560 (COM6) The Arduino serial monitor has n