libmpsse
libmpsse copied to clipboard
(a maintenance fork of the) Open source library for SPI/I2C control via FTDI chips
I'm using an FT232H for a project, and was hoping to use some of the GPIOH pins as inputs while using the I2C mode of the MPSSE, but it appears...
https://github.com/l29ah/libmpsse/blob/8e1ce70b57772bf1c9bb647bf0d5498e989f0ce9/src/support.c#L293 I think the above line of code has a bug. I think it should be "retval = set_bits_low(mpsse, mpsse->pidle);". By using pstart you are forcing the bus to a...
We have this tool in our tree but since it depends on Python 2, which has been deprecated since 2020-01-01, I was hoping this tool could be upgraded to Python...
Hi there :wave: First off, thank you for all of your work in updating and maintaining this lib. It's been easy to integrate and I appreciate the open-source aspect of...
Dear @l29ah thanks a lot for maintaining this library. Here's another big PR for usability: I'm making an attempt to make the library more mainstream to use by adding a...
I'm not entirely sure about the logic around SET_BITS_HIGH. Especially that I don't have hardware to verify how the low bits operate with this change. Please treat this as a...
This removes dependency on libftdi/libftdi1 include file from mpsse.h The user still needs to know which library to link against, but issue is left for some other time.
I'm running Fedora 30 and currently face two isses when building libmpsse. It appears that the PYDEV variable is not respected. I have python2-devel and python3-devel installed. I want to...
Hi. I'm testing FT232H with this library. in GPIO mode, PinHigh, PinLow works fine on AC pins. but i have a problem to set these pins as INPUT. I could...