James Bowman

Results 72 comments of James Bowman

Looking around, it seems that CUSE is not very actively developed.

@codehero @mbenkmann is correct, there is no clock stretch timeout configuration value. iirc it's set to something like 250 ms. @codehero is written in myForth, a machineForth-flavored Forth for 8051s....

So to confirm: after the upgrade, ``i2ccl`` still works OK, but the I2CGui does not list out the available ports? And as per #47, what happens when you supply the...

@AlvaroHermida ... one question. How would you power it in this scenario?

Is the PI driving I2C at 100 or 400 KHz? If it is 400, might be worth trying at 100.

OK, there seem to be two issues here. 1. Running the current i2cgui.py Python doesn't connect to COM ports 2. The packaged version of the GUI does not launch reliably...

OK, thanks. When you start the GUI on the command-line, you can supply the port, which avoids the GUI's discovery process, e.g. python i2cgui.py COM6 This should be worth a...

If you start the gui with the port on the command-line i2cgui COM6 does it work?

@vonkonow When you run "i2cgui COM7" from the command-line, what does it do?

Yes, for I2CDriver the status response field **identifier** field is ``i2cdriver1``: ![image](https://user-images.githubusercontent.com/894763/67114304-7a3e5200-f190-11e9-8cf7-fb45b0e32c29.png) but for I2CMini has ``i2cdriverm``.