Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pyftdi for windows #388

Open
rqx110 opened this issue Nov 6, 2024 · 3 comments
Open

pyftdi for windows #388

rqx110 opened this issue Nov 6, 2024 · 3 comments

Comments

@rqx110
Copy link

rqx110 commented Nov 6, 2024

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?

@eblot
Copy link
Owner

eblot commented Nov 19, 2024

Yes I guess I could but it would require to create pull request(s). If you know the author or volunteer to create those PRs, please let me know.

@eblot
Copy link
Owner

eblot commented Nov 23, 2024

I had a quick look at this project/fork.

From what I understand, I think it would make much more sense to add D2XX support to pyusb rather than to PyFtdi:

  1. It could be used for other pyusb-based projects, not only PyFtdi
  2. 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.
  3. Testing is also an real issue :(

@eblot
Copy link
Owner

eblot commented Nov 23, 2024

BTW I've added a direct link to this project from https://eblot.github.io/pyftdi/requirements.html#development

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants