You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm having strange COM port disappearing / serial problems with the Arduino 1.5.5-R2 IDE,
while searching for the issue, I manually ran listComPorts.exe and got this error. #1573 should have already fixed this, but it still seems broken.
It seems to be caused by
dhGetValue(L"%s", &name, objDevice, L".Name");
The text was updated successfully, but these errors were encountered:
Just in case this helps anybody else:
I ran into the same problem & created a C# executable of listComPorts + some info on how to get this information without an extra executable: https://github.com/dotKokott/listComPorts-csharp
I'm having strange COM port disappearing / serial problems with the Arduino 1.5.5-R2 IDE,
while searching for the issue, I manually ran listComPorts.exe and got this error.
#1573 should have already fixed this, but it still seems broken.
It seems to be caused by
The text was updated successfully, but these errors were encountered: