jamesbowman / i2cdriver

I2CDriver open source tools
https://i2cdriver.com/
BSD 3-Clause "New" or "Revised" License
184 stars 57 forks source link

Windows 11 not playing nice with I2CDriver application #61

Open PDE-Paul opened 2 years ago

PDE-Paul commented 2 years ago

Hi,

I recently upgraded to Windows 11 64 bit and now my I2CDriver application (GUI) does not list out COMMPORTS.

My results are exactly the same as this post https://github.com/jamesbowman/i2cdriver/issues/47 except installing the FTDI drivers does not resolve the issue, command line works fine. IO have tried all the suggestions in issue 47 with the same results.

Any advise would be greatly appreciated.

Kind Regards Paul Brink

jamesbowman commented 2 years ago

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 com port as an argument to the GUI?

PDE-Paul commented 2 years ago

Yes, That is correct. Using i2ccl, I am able to enable monitoring mode. I have tried i2cgui COM6 and the GUI is displayed with zero items in the COMM dropdown, exactly the same result if I execute the i2cdriver shortcut. I have tried executing as administrator with the same result.

Yet Windows 10 works, I have tried a second laptop earlier.