Emmanuel Blot

Results 175 comments of Emmanuel Blot

I do not think it depends on the kernel, but how `udev` is managed on Arch Linux. I really do lack time to investigate this specific distrib for now, I'll...

There are likely dozens, if not hundreds of way to configure `udev`. I'll add a note to the doc to refer to `udev` documentation

Looks like you are using python2 which is no longer supported... Use python3, such as in: `python3 setup.py` On Sun, Nov 8, 2020 at 12:35, jono20-wq wrote: > I'm getting...

Hi, I should say that I do not have an I2C slave that uses clock stretching, so it is a bit hard to trouble shoot for now. Simple sanity check...

I do not get "FT2232 is pulling up". FTDI does not pull up in I2C mode, pull up is only achieved with the I2C SCK resistor. FTDI only pulls down....

I'm not sure to interpret your issue then. What is the exact problem? It seems there are several, but I got lost with what you are trying to demonstrate.

I ran a quick check of all the devices I have at hand (about 15 of them). none is using clock stretching, so it's gonna difficult to debug. What kind...

Ok, so I create a small test with a breadboard, using an FT232H (not an FTDI2232H, this is important, see below), and an EEPROM I2C slave, using the following wiring:...

Ok, after some experimentation, I see no way to fix the issue with a pure software solution: When MPSSE commands are used, there is no way to create drive the...

Please let me know how it goes with a diode (I've updated the doc with a schema) and v0.44.0 version.