libmpsse icon indicating copy to clipboard operation
libmpsse copied to clipboard

dual MPSSE support?

Open slazav opened this issue 8 years ago • 1 comments

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?

slazav avatar Jun 07 '17 09:06 slazav

@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 😀

yogggoy avatar Oct 05 '17 09:10 yogggoy