-
Notifications
You must be signed in to change notification settings - Fork 57
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Trying to run i2cDriver.exe on windows 10 #47
Comments
OK, there seem to be two issues here.
Can we start with (1)... a few quick questions
|
uptime 365 4.856 V 15 mA 30.6 C SDA=0 SCL=1 speed=100 kHz |
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.
This should be worth a try. |
Supplying the com port as an argument works |
For me as well |
I have the same issue with the Windows 10 application. Is there any plans on updating it? running
responds fine, but the Windows 10 gui application doesn't populate the comports. |
If you start the gui with the port on the command-line
does it work? |
I will try tonight. I've only tried using the windows icon. |
I’m having the same problem. Port won’t show up in gui. Doesn’t help if I run "i2cgui COM7" |
When you run "i2cgui COM7" from the command-line, what does it do? |
The program started, but port was empty (like the first image in this thread). However after running the program as admin and a reboot later, everything seems to work fine now. |
I'm seeing the same issue as @vonkonow and @madgrizzle. I'm running Windows 10 (in VirtualBox, on a Mac Catalina host). but when I run the gui, either by double-clicking or running Unfortunately for me, though, a reboot hasn't fixed the issue. |
Hey all, I stumbled upon the same issue using windows 10. I went into the device manager , set it up as generic COM port. Then when it was listed there i updated the driver (as it still wasnt working ) with the ft230xq ( https://ftdichip.com/products/ft230xq/ ) driver. This resolved the issue. So my guess is that windows mislabeled it due to missing drivers. I just forced it to be recognized as an COM port and then allowed the proper driver to interact. Hope this helps people with similar problems! |
i2cgui then the com port from the command prompt works for me too with Windows 10. |
I installed the application using the installer. Unfortunately I have issues using it.
Either the application window does not appear, but the app remains running in the process list.
Or the application window does show up but I can't actually select any COM ports.

I tried running the git version of i2cgui.py from the command line, it launches the window, but does not let me select any COM port, it's empty as per screenshot above.
connecting with i2ccl.exe works.
The text was updated successfully, but these errors were encountered: