Discussion:
FT232H won't connect after first attempt
creeksidedas
2018-06-05 16:34:33 UTC
Permalink
I am using Python to configure and drive the FT232H from Adafruit. I am using
the Adafruit library as well. After realizing libusbk would not work, I
installed WinUSB from Zadig. However, I found that the connection only
worked once; subsequent attempts to connect to the chip threw errors.
Deleting all the drivers and reinstalling WinUSB would 'reset' it, and the
chip would connect for one attempt again. What is the source of this issue?
I'm on Windows 10 64 bit and running Python 2.7 on 32 bit.



--
Sent from: http://libftdi.141977.n3.nabble.com/

--
libftdi - see http://www.intra2net.com/en/developer/libftdi for details.
To unsubscribe send a mail to libftdi+***@developer.intra2net.com
Xiaofan Chen
2018-06-09 03:36:09 UTC
Permalink
Post by creeksidedas
I am using Python to configure and drive the FT232H from Adafruit. I am using
the Adafruit library as well. After realizing libusbk would not work, I
installed WinUSB from Zadig. However, I found that the connection only
worked once; subsequent attempts to connect to the chip threw errors.
Deleting all the drivers and reinstalling WinUSB would 'reset' it, and the
chip would connect for one attempt again. What is the source of this issue?
I'm on Windows 10 64 bit and running Python 2.7 on 32 bit.
Then this has nothing to do with libftdi, rather maybe your driver
installation is a problem.

Why do you say libusbk would not work? It should work fine, similar
to WinUSB. Does the error happen with libusbK driver?

What kind of error you encounter? Does Windows still recognize your
device under Device Manager? If not, you may have a HW stability
issue -- try change the USB cable, for example.
--
Xiaofan

--
libftdi - see http://www.intra2net.com/en/developer/libftdi for details.
To unsubscribe send a mail to libftdi+***@developer.intra2net.com
Loading...