You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
From what I understand, I think it would make much more sense to add D2XX support to pyusb rather than to PyFtdi:
It could be used for other pyusb-based projects, not only PyFtdi
PyFtdi is designed not to have a direct dependencies on a native library. I'm pretty sure having a requirement on ctypes would create issues with other projects that rely on PyFtdi. This means this would have to be an optional dependency, which might be not simple to handle.
there is a fork project provides a better out-of-the-box experience by supporting the default Windows plug-and-play drivers provided by FTDI. https://github.com/mariusgreuel/pyftdiwin
could you merge these codes?
The text was updated successfully, but these errors were encountered: