From: Tormod V. <lis...@gm...> - 2016-02-16 08:04:14
|
On Tue, Feb 16, 2016 at 8:37 AM, <iov...@gm...> wrote: > Dear list members > > I am a very novice and inexperienced user and I apologize in advance for > what may seem an abomination in the land of python and serial interfaces. > > I need to drive a USB device (valve controller) which is operated by > d2xx type ftdi driver. > > I installed python 2.6 and original PyUSB module > http://bleyer.org/pyusb/ > > is it the same PyUSB that is discussed here? No, that is not pyusb as we know it here, which is at http://walac.github.io/pyusb/ "PyUSB aims to be an easy to use Python module to access USB devices. PyUSB relies on a native system library for USB access." I really can't understand why those other guys call their FTDI-specific library "pyusb"! Regards, Tormod |