Port problem on IDE

Hello,

Last night I updated several Boards on Arduino IDE 1.8.19.
Today, the IDE does not see any board attached on my PC (WIN10), no matter the PC recognized any board I attached. The IDE does not see even my original Arduino Uno. But on my PC Device Manager, everything is there.
It does not see even the UART adapters (FTDI, CH340...).

I don't say it was one of the updated boards, but before the updates, everything was fine.

Arduino IDE 2.x works fine, though. Any suggestions?

Hi @dekip. Do you have the "STM32 MCU based boards" platform (AKA "STM32duino") installed?

I ask because there is a known bug in the latest release of the platform that breaks Arduino IDE 1.x (but doesn't affect Arduino IDE 2.x):

2 Likes

Thank you man, you saved me. I was just looking to uninstall everything, lol. This did the trick.

You are welcome. I'm glad it is working now.

I submitted a fix for the bug in the STM32 MCU based boards" platform:

Hopefully the platform developers will accept it. If not, there are a few workarounds:

  • Use Arduino IDE 2.x
  • Use version 2.7.1 of the platform
  • Apply the fix to the platform configuration file yourself
2 Likes

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.