We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I use the library with FT2232H chip ( http://www.ftdichip.com/Products/ICs/FT2232H.html ) which has two MPSSE interfaces. Now only one is supported in the library, IFACE_A is hardcoded here: https://github.com/devttys0/libmpsse/blob/master/src/mpsse.c#L59
I can recompile the library with IFACE_B and it works fine with my chip. Is it possible to add the interface selection?
The text was updated successfully, but these errors were encountered:
@slazav, for choice port on ft2232h, you can use OPEN method https://github.com/devttys0/libmpsse/blob/master/src/mpsse.c#L94 https://github.com/devttys0/libmpsse/blob/master/docs/README.C#L4
but I think you've already found a solution in the past 4 months 😀
Sorry, something went wrong.
No branches or pull requests
I use the library with FT2232H chip ( http://www.ftdichip.com/Products/ICs/FT2232H.html ) which has two MPSSE interfaces.
Now only one is supported in the library, IFACE_A is hardcoded here:
https://github.com/devttys0/libmpsse/blob/master/src/mpsse.c#L59
I can recompile the library with IFACE_B and it works fine with my chip.
Is it possible to add the interface selection?
The text was updated successfully, but these errors were encountered: