Detect Newly Connected FTDI Devices #357
-
Hi there, I'm having a little trouble with a specific use-case for this library. Currently, I use Ftdi.find_all() to locate the chips. It works fine to detect the first chip, but then after powering on the second chip calling Ftdi.find_all() still only finds the first chip. I have to restart the script to get the function to detect the second chip too. Anyone have any ideas? I've tried reloading and deleting the Ftdi module using importlib, to no success. Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Have you tried to flush the device cache? |
Beta Was this translation helpful? Give feedback.
Have you tried to flush the device cache?