Emmanuel Blot
Emmanuel Blot
> the url change every time I do not understand this: do you have an example?
I'm sorry but I really do not understand the problem/what you are trying to do/what is not working: 1. If the device has a serial number, use it as a...
I have not use MPPSE/JTAG for a very long time w/ PyFtdi. I would likely accept patches through pull request, as long as there is a test that demonstrates the...
Whenever you update the EEPROM, you need to power cycle the device so that the EEPROM content is read and used. Usage example on an UM232H board (FT232H module): 1....
I have not use MPPSE/JTAG for a very long time w/ PyFtdi. I would likely accept patches through pull request, as long as there is a test that demonstrates the...
Yes, I think you're right.
I have not use MPPSE/JTAG for a very long time w/ PyFtdi. I would likely accept patches through pull request, as long as there is a test that demonstrates the...
PyFtdi does not load the native libusb library on its own, this is handled by PyUSB. PyUSB uses the `ctypes` module to load the native library, through its `find_library` method:...
Be sure to read https://eblot.github.io/pyftdi/api/spi.html#spi-modes-1-3 : FTDI devices do not really support SPI mode 1&3. You may try other modes: sometimes the slave device accepts another mode.
The only workaround I could think of at the moment is to replace the FTDI device with an emulated device such as the [Sipeed dongle](https://aliexpress.com/item/1005002837417966.html) which emulates the MPSEE protocol...