No ports discovered Arduino IDE 2.0.3

After connecting a Wemos Lolin32 board, the port to which the board is connected is not displayed in the Boards Manager or the Tools menu. Restarting the computer and restarting the IDE does not solve the problem. All libraries for this board installed. If I connect an original Arduino Uno board, the IDE sees it and shows the port it is connected to. Please help me. Windows 11 | Arduino IDE 2.0.3

1 Like

Hi @zetgohack. Please try this procedure to troubleshoot the problem:

  1. Open the Windows Device Manager.
  2. Unplug the USB cable of your Arduino board from your computer if it is currently connected.
  3. Plug the USB cable of your Arduino board into your computer.

Do you see any new device appear in the Device Manager tree after doing this? If so, please tell us where it is located in the tree and what it is named.

You can repeat steps 2-3 multiple times if you are not sure.


:exclamation: NOTE: These instructions will not solve the problem. They are only intended to gather more information which might provide a clue that eventually leads to a solution.


In the Device Manager, when the board is connected, a branch called "Other devices" appears, in which there is a device called "CP2104 USB to UART Bridge Controller". It has a sign '!' on its icon. The properties say, "No drivers installed for the device. (Code 28)
There are no compatible drivers for this device.".
Windows finds no drivers for this device when trying to update the driver automatically.

You will have to download the driver and install it manually.

You can get the driver from the website of Silicon Labs, the manufacturer of the CP2104 USB chip:

1 Like

Thank you very much, that solved my problem.

Having the same problem with Arduino 2.0.3: No ports discovered. Device manager tells me my ESO32-wroom-32 board is on COM4. But still no ports discoverd in 2.0.3. Funny thing is that my Arduino version 1.8.16 on the same computer has no problem detecting COM4 and I can read the board info after a reset in the serial monitor window. 2.0.3 no chance.
Anybody an idea?

1 Like

@bert0746, I doubt your problem is the same as the original. Your board is properly recognised in Windows device manager.

The complete board detection has been overhauled in IDE 2.0. Stick to 1.8.x if you want it reliably. I'm using IDE 2.0 but haven't encountered the issue so can't help further.

Thanks Sterretje. That's what II will do for the moment. Maybe someone will dive into this problem.
For now, I'm good!

1 Like

Hi @bert0746. I'm going to ask you to post some additional information that might help us to identify the problem.

Please do this:

  1. Start Windows "File Explorer".
  2. Open the Arduino IDE 2.0.3 installation folder.
    (usually C:\Program Files\Arduino IDE or C:\Users\<username>\AppData\Local\Programs\Arduino IDE).
  3. In the folder listing of the Arduino IDE 2.0.3 installation folder, hold the Shift key while clicking the right hand button on the mouse.
  4. From the context menu, click "Open PowerShell window here".
    Windows PowerShell will now open with the current directory set to the Arduino IDE installation folder.
  5. Type the following command:
    & ".\Arduino IDE"
    
  6. Press the Enter key.
    Debug output should now be printed to the PowerShell window as Arduino IDE starts.
  7. Wait for Arduino IDE 2.0.3 to finish starting.
  8. Switch back to the PowerShell window.
  9. Right click on the title bar of the PowerShell window.
    This will open a context menu.
  10. Select Edit > Select All from the context menu.
    This will select all the text in the PowerShell window.
  11. Press Ctrl+C.
    This will copy the contents of the PowerShell window to the clipboard.
  12. Open a forum reply here by clicking the Reply button.
  13. Click the </> icon on the post composer toolbar.
    This will add the forum's code block markup (```) to your reply to make sure the error messages are correctly formatted.
    Code block
  14. Press Ctrl+V.
    This will paste the output into the code block.
  15. Move the cursor outside of the code block markup before you add any additional text to your reply.
  16. Click the Reply button to post the output.

Please let me know if you have any questions or problems while following those instructions.

PS C:\Program Files\Arduino IDE> & ".\Arduino IDE"
PS C:\Program Files\Arduino IDE>
Arduino IDE 2.0.3
Starting backend process. PID: 12896
Using browser-only version of superagent in non-browser environment
Configuration directory URI: 'file:///c%3A/Users/Bert/.theia'
Configuring to accept webviews on '^.+\.webview\..+$' hostname.
2023-02-25T13:07:34.376Z root INFO Backend Object.initialize: 16.4 ms [Finished 5.778 s after backend start]
2023-02-25T13:07:34.376Z root INFO Backend Object.configure: 12.7 ms [Finished 5.779 s after backend start]
2023-02-25T13:07:34.377Z root INFO Backend MessagingContribution.onStart: 6.3 ms [Finished 5.779 s after backend start]
2023-02-25T13:07:34.380Z root INFO Backend OSBackendApplicationContribution.configure: 1.4 ms [Finished 5.917 s after backend start]
2023-02-25T13:07:34.383Z root INFO Backend DefaultWorkspaceServer.onStart: 1.2 ms [Finished 5.917 s after backend start]
2023-02-25T13:07:34.387Z root INFO Backend PluginLocalizationBackendContribution.configure: 0.5 ms [Finished 5.917 s after backend start]
2023-02-25T13:07:34.390Z root WARN Backend PluginLocalizationBackendContribution.initialize took longer than the expected maximum 50 milliseconds: 137.7 ms [Finished 5.918 s after backend start]
2023-02-25T13:07:34.391Z root INFO Backend TaskBackendApplicationContribution.onStart: 1.1 ms [Finished 5.918 s after backend start]
2023-02-25T13:07:34.396Z root INFO Backend ElectronTokenBackendContribution.configure: 4.1 ms [Finished 5.923 s after backend start]
2023-02-25T13:07:34.400Z root INFO Backend PluginDeployerContribution.initialize: 1.7 ms [Finished 5.924 s after backend start]
2023-02-25T13:07:34.402Z root INFO Backend ConfigServiceImpl.onStart: 3.3 ms [Finished 5.926 s after backend start]
2023-02-25T13:07:34.407Z root INFO Backend WebviewBackendSecurityWarnings.initialize: 1.5 ms [Finished 5.930 s after backend start]
2023-02-25T13:07:34.408Z root INFO Backend ArduinoDaemonImpl.onStart: 4.3 ms [Finished 5.934 s after backend start]
2023-02-25T13:07:34.412Z root INFO Backend NodeFileUploadService.configure: 8.4 ms [Finished 5.935 s after backend start]
2023-02-25T13:07:34.413Z daemon INFO Starting daemon from C:\Program Files\Arduino IDE\resources\app\node_modules\arduino-ide-extension\build\arduino-cli.exe...
2023-02-25T13:07:34.414Z discovery-log INFO start
2023-02-25T13:07:34.415Z discovery-log INFO start new deferred
2023-02-25T13:07:34.415Z root INFO Backend HostedPluginLocalizationService.initialize: 2.3 ms [Finished 5.939 s after backend start]
2023-02-25T13:07:34.416Z root INFO Backend BoardDiscovery.onStart: 6.2 ms [Finished 5.943 s after backend start]
2023-02-25T13:07:34.417Z root INFO Backend FileDownloadEndpoint.configure: 3.2 ms [Finished 5.945 s after backend start]
2023-02-25T13:07:34.418Z root INFO Backend AuthenticationServiceImpl.onStart: 1.8 ms [Finished 5.951 s after backend start]
2023-02-25T13:07:34.418Z root INFO Backend PluginApiContribution.configure: 2.2 ms [Finished 5.951 s after backend start]
2023-02-25T13:07:34.423Z root INFO Backend HostedPluginReader.configure: 2.1 ms [Finished 5.960 s after backend start]
2023-02-25T13:07:34.424Z root INFO Backend HostedPluginReader.configure: 0.3 ms [Finished 5.961 s after backend start]
2023-02-25T13:07:34.429Z root INFO Backend PlotterBackendContribution.configure: 4.5 ms [Finished 5.967 s after backend start]
2023-02-25T13:07:34.444Z root INFO Theia app listening on http://localhost:53816.
2023-02-25T13:07:34.447Z root INFO Finished starting backend application: 30.6 ms [Finished 5.988 s after backend start]
2023-02-25T13:07:34.452Z root WARN The local plugin referenced by local-dir:/c%3A/Users/Bert/.arduinoIDE/plugins does not exist.
2023-02-25T13:07:34.453Z root WARN The local plugin referenced by local-dir:/c%3A/Users/Bert/.arduinoIDE/extensions does not exist.
2023-02-25T13:07:34.455Z root WARN The local plugin referenced by local-dir:C:\Users\Bert\.arduinoProIDE\plugins does not exist.
Restoring workspace roots: c:\Users\Bert\Documents\Arduino\Projects\Testing_TFT
isTempSketch: false. Input was c:\Users\Bert\Documents\Arduino\Projects\Testing_TFT\Testing_TFT.ino
2023-02-25T13:07:34.560Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2023-02-25T13:07:34.561Z root INFO Resolved "cortex-debug" to a VS Code extension "cortex-debug@1.5.1" with engines:
2023-02-25T13:07:34.565Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2023-02-25T13:07:34.569Z root INFO Resolved "vscode-arduino-tools" to a VS Code extension "vscode-arduino-tools@0.0.2-beta.5" with engines:
2023-02-25T13:07:34.572Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2023-02-25T13:07:34.574Z root INFO Resolved "vscode-builtin-cpp" to a VS Code extension "cpp@1.52.1" with engines:
2023-02-25T13:07:34.581Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2023-02-25T13:07:34.588Z root INFO Resolved "vscode-builtin-json" to a VS Code extension "json@1.46.1" with engines:
2023-02-25T13:07:34.589Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2023-02-25T13:07:34.589Z root INFO Resolved "vscode-builtin-json-language-features" to a VS Code extension "json-language-features@1.46.1" with engines:
2023-02-25T13:07:34.590Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2023-02-25T13:07:34.590Z root INFO Resolved "vscode-language-pack-bg" to a VS Code extension "vscode-language-pack-bg@1.48.3" with engines:
2023-02-25T13:07:34.591Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2023-02-25T13:07:34.592Z root INFO Resolved "vscode-language-pack-cs" to a VS Code extension "vscode-language-pack-cs@1.53.2" with engines:
2023-02-25T13:07:34.592Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2023-02-25T13:07:34.593Z root INFO Resolved "vscode-language-pack-de" to a VS Code extension "vscode-language-pack-de@1.53.2" with engines:
2023-02-25T13:07:34.596Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2023-02-25T13:07:34.596Z root INFO Resolved "vscode-language-pack-es" to a VS Code extension "vscode-language-pack-es@1.53.2" with engines:
2023-02-25T13:07:34.606Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2023-02-25T13:07:34.612Z root INFO Resolved "vscode-language-pack-fr" to a VS Code extension "vscode-language-pack-fr@1.53.2" with engines:
2023-02-25T13:07:34.624Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2023-02-25T13:07:34.627Z root INFO Resolved "vscode-language-pack-hu" to a VS Code extension "vscode-language-pack-hu@1.48.3" with engines:
2023-02-25T13:07:34.635Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2023-02-25T13:07:34.653Z root INFO Resolved "vscode-language-pack-it" to a VS Code extension "vscode-language-pack-it@1.53.2" with engines:
2023-02-25T13:07:34.663Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2023-02-25T13:07:34.673Z root INFO Resolved "vscode-language-pack-ja" to a VS Code extension "vscode-language-pack-ja@1.53.2" with engines:
2023-02-25T13:07:34.677Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2023-02-25T13:07:34.683Z root INFO Resolved "vscode-language-pack-ko" to a VS Code extension "vscode-language-pack-ko@1.53.2" with engines:
2023-02-25T13:07:34.689Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2023-02-25T13:07:34.702Z root INFO Resolved "vscode-language-pack-nl" to a VS Code extension "vscode-language-pack-nl@1.48.3" with engines:
2023-02-25T13:07:34.706Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2023-02-25T13:07:34.708Z root INFO Resolved "vscode-language-pack-pl" to a VS Code extension "vscode-language-pack-pl@1.53.2" with engines:
2023-02-25T13:07:34.710Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2023-02-25T13:07:34.712Z root INFO Resolved "vscode-language-pack-pt-BR" to a VS Code extension "vscode-language-pack-pt-BR@1.53.2" with engines:
2023-02-25T13:07:34.713Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2023-02-25T13:07:34.717Z root INFO Resolved "vscode-language-pack-ru" to a VS Code extension "vscode-language-pack-ru@1.53.2" with engines:
2023-02-25T13:07:34.725Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2023-02-25T13:07:34.729Z root INFO Resolved "vscode-language-pack-tr" to a VS Code extension "vscode-language-pack-tr@1.53.2" with engines:
2023-02-25T13:07:34.731Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2023-02-25T13:07:34.735Z root INFO Resolved "vscode-language-pack-uk" to a VS Code extension "vscode-language-pack-uk@1.48.3" with engines:
2023-02-25T13:07:34.743Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2023-02-25T13:07:34.745Z root INFO Resolved "vscode-language-pack-zh-hans" to a VS Code extension "vscode-language-pack-zh-hans@1.53.2" with engines:
2023-02-25T13:07:34.852Z root INFO Resolve plugins list: 448.2 ms [Finished 6.394 s after backend start]
2023-02-25T13:07:34.872Z root INFO Deployed backend plugin "marus25.cortex-debug@1.5.1" from "C:\Program Files\Arduino IDE\resources\app\plugins\cortex-debug\extension\dist\extension.js": 18.9 ms [Finished 6.415 s after backend start]
2023-02-25T13:07:34.886Z root INFO Deployed backend plugin "arduino.vscode-arduino-tools@0.0.2-beta.5" from "C:\Program Files\Arduino IDE\resources\app\plugins\vscode-arduino-tools\extension\dist\bundle": 14.1 ms [Finished 6.429 s after backend start]
2023-02-25T13:07:34.916Z root INFO Deployed backend plugin "vscode.cpp@1.52.1" from "C:\Program Files\Arduino IDE\resources\app\plugins\vscode-builtin-cpp\extension": 29.8 ms [Finished 6.459 s after backend start]
2023-02-25T13:07:34.924Z root INFO Deployed backend plugin "vscode.json@1.46.1" from "C:\Program Files\Arduino IDE\resources\app\plugins\vscode-builtin-json\extension": 7.1 ms [Finished 6.467 s after backend start]
2023-02-25T13:07:34.927Z root INFO Deployed backend plugin "vscode.json-language-features@1.46.1" from "C:\Program Files\Arduino IDE\resources\app\plugins\vscode-builtin-json-language-features\extension\client\dist\jsonMain": 2.5 ms [Finished 6.470 s after backend start]
2023-02-25T13:07:35.270Z root INFO Deployed backend plugin "ms-ceintl.vscode-language-pack-bg@1.48.3" from "C:\Program Files\Arduino IDE\resources\app\plugins\vscode-language-pack-bg\extension": 342.9 ms [Finished 6.813 s after backend start]
2023-02-25T13:07:35.333Z daemon INFO INFO[0000] Using config file: c:\Users\Bert\.arduinoIDE\arduino-cli.yaml
INFO[0000] arduino-cli.exe version 0.29.0
INFO[0000] Executing `arduino-cli daemon`
{"IP":"127.0.0.1","Port":"53817"}

2023-02-25T13:07:35.336Z daemon INFO Daemon is running.
2023-02-25T13:07:35.727Z root INFO Deployed backend plugin "ms-ceintl.vscode-language-pack-cs@1.53.2" from "C:\Program Files\Arduino IDE\resources\app\plugins\vscode-language-pack-cs\extension": 457.1 ms [Finished 7.270 s after backend start]
2023-02-25T13:07:35.752Z daemon INFO INFO[0000] Loading hardware from: c:\Users\Bert\AppData\Local\Arduino15\packages

2023-02-25T13:07:35.761Z daemon INFO INFO[0000] Loading package arduino from: C:\Users\Bert\AppData\Local\Arduino15\packages\arduino\hardware

2023-02-25T13:07:36.266Z root INFO Deployed backend plugin "ms-ceintl.vscode-language-pack-de@1.53.2" from "C:\Program Files\Arduino IDE\resources\app\plugins\vscode-language-pack-de\extension": 538.6 ms [Finished 7.809 s after backend start]
2023-02-25T13:07:36.269Z daemon INFO INFO[0000] Checking signature                            error="opening signature file: open C:\\Users\\Bert\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\avr\\1.8.6\\installed.json.sig: Het systeem kan het opgegeven bestand niet vinden." index="C:\\Users\\Bert\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\avr\\1.8.6\\installed.json" signatureFile="C:\\Users\\Bert\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\avr\\1.8.6\\installed.json.sig"
INFO[0000] Adding monitor tool                           protocol=serial tool="builtin:serial-monitor"
INFO[0000] Loaded platform                               platform="arduino:avr@1.8.6"
INFO[0000] Checking existence of 'tools' path: C:\Users\Bert\AppData\Local\Arduino15\packages\arduino\tools
INFO[0000] Loading tools from dir: C:\Users\Bert\AppData\Local\Arduino15\packages\arduino\tools
INFO[0000] Loaded tool                                   tool="arduino:arduinoOTA@1.3.0"
INFO[0000] Loaded tool                                   tool="arduino:avr-gcc@7.3.0-atmel3.6.1-arduino7"
INFO[0000] Loaded tool                                   tool="arduino:avrdude@6.3.0-arduino17"
INFO[0000] Loading package builtin from: C:\Users\Bert\AppData\Local\Arduino15\packages\builtin
INFO[0000] Checking existence of 'tools' path: C:\Users\Bert\AppData\Local\Arduino15\packages\builtin\tools
INFO[0000] Loading tools from dir: C:\Users\Bert\AppData\Local\Arduino15\packages\builtin\tools
INFO[0000] Loaded tool                                   tool="builtin:ctags@5.8-arduino11"
INFO[0000] Loaded tool                                   tool="builtin:mdns-discovery@1.0.6"
INFO[0000] Loaded tool                                   tool="builtin:mdns-discovery@1.0.8"
INFO[0000] Loaded tool                                   tool="builtin:serial-discovery@1.3.3"
INFO[0000] Loaded tool                                   tool="builtin:serial-discovery@1.4.0"
INFO[0000] Loaded tool                                   tool="builtin:serial-monitor@0.12.0"
INFO[0000] Loaded tool                                   tool="builtin:serial-monitor@0.13.0"
INFO[0000] Loading package esp32 from: C:\Users\Bert\AppData\Local\Arduino15\packages\esp32\hardware
INFO[0000] Checking signature                            error="opening signature file: open C:\\Users\\Bert\\AppData\\Local\\Arduino15\\packages\\esp32\\hardware\\esp32\\2.0.7\\installed.json.sig: Het systeem kan het opgegeven bestand niet vinden." index="C:\\Users\\Bert\\AppData\\Local\\Arduino15\\packages\\esp32\\hardware\\esp32\\2.0.7\\installed.json" signatureFile="C:\\Users\\Bert\\AppData\\Local\\Arduino15\\packages\\esp32\\hardware\\esp32\\2.0.7\\installed.json.sig"
INFO[0001] Adding monitor tool                           protocol=serial tool="builtin:serial-monitor"
INFO[0001] Loaded platform                               platform="esp32:esp32@2.0.7"
INFO[0001] Checking existence of 'tools' path: C:\Users\Bert\AppData\Local\Arduino15\packages\esp32\tools
INFO[0001] Loading tools from dir: C:\Users\Bert\AppData\Local\Arduino15\packages\esp32\tools
INFO[0001] Loaded tool                                   tool="esp32:esptool_py@4.5"
INFO[0001] Loaded tool                                   tool="esp32:mklittlefs@3.0.0-gnu12-dc7f933"
INFO[0001] Loaded tool                                   tool="esp32:mkspiffs@0.2.3"
INFO[0001] Loaded tool                                   tool="esp32:openocd-esp32@v0.11.0-esp32-20221026"
INFO[0001] Loaded tool                                   tool="esp32:riscv32-esp-elf-gcc@esp-2021r2-patch5-8.4.0"
INFO[0001] Loaded tool                                   tool="esp32:xtensa-esp32-elf-gcc@esp-2021r2-patch5-8.4.0"
INFO[0001] Loaded tool                                   tool="esp32:xtensa-esp32s2-elf-gcc@esp-2021r2-patch5-8.4.0"
INFO[0001] Loaded tool                                   tool="esp32:xtensa-esp32s3-elf-gcc@esp-2021r2-patch5-8.4.0"
INFO[0001] Checking signature                            index="c:\\Users\\Bert\\AppData\\Local\\Arduino15\\package_index.json" signatureFile="c:\\Users\\Bert\\AppData\\Local\\Arduino15\\package_index.json.sig" trusted=true
INFO[0001] Checking signature                            error="opening signature file: open c:\\Users\\Bert\\AppData\\Local\\Arduino15\\package_esp8266com_index.json.sig: Het systeem kan het opgegeven bestand niet vinden." index="c:\\Users\\Bert\\AppData\\Local\\Arduino15\\package_esp8266com_index.json" signatureFile="c:\\Users\\Bert\\AppData\\Local\\Arduino15\\package_esp8266com_index.json.sig"
INFO[0001] Checking signature                            error="opening signature file: open c:\\Users\\Bert\\AppData\\Local\\Arduino15\\package_esp32_index.json.sig: Het systeem kan het opgegeven bestand niet vinden." index="c:\\Users\\Bert\\AppData\\Local\\Arduino15\\package_esp32_index.json" signatureFile="c:\\Users\\Bert\\AppData\\Local\\Arduino15\\package_esp32_index.json.sig"
INFO[0001] Adding libraries dir                          dir="C:\\Users\\Bert\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\avr\\1.8.6\\libraries" location=platform
INFO[0001] Adding libraries dir                          dir="C:\\Users\\Bert\\AppData\\Local\\Arduino15\\packages\\esp32\\hardware\\esp32\\2.0.7\\libraries" location=platform
INFO[0001] Loading libraries index file                  index="c:\\Users\\Bert\\AppData\\Local\\Arduino15\\library_index.json"

2023-02-25T13:07:36.562Z root INFO Deployed backend plugin "ms-ceintl.vscode-language-pack-es@1.53.2" from "C:\Program Files\Arduino IDE\resources\app\plugins\vscode-language-pack-es\extension": 296.5 ms [Finished 8.105 s after backend start]
2023-02-25T13:07:36.799Z root INFO Deployed backend plugin "ms-ceintl.vscode-language-pack-fr@1.53.2" from "C:\Program Files\Arduino IDE\resources\app\plugins\vscode-language-pack-fr\extension": 237.2 ms [Finished 8.343 s after backend start]
2023-02-25T13:07:36.803Z daemon INFO INFO[0001] Adding libraries dir                          dir="C:\\Users\\Bert\\AppData\\Local\\Arduino15\\libraries" location=ide
INFO[0001] Adding libraries dir                          dir="c:\\Users\\Bert\\Documents\\Arduino\\libraries" location=user

2023-02-25T13:07:36.995Z root INFO Deployed backend plugin "ms-ceintl.vscode-language-pack-hu@1.48.3" from "C:\Program Files\Arduino IDE\resources\app\plugins\vscode-language-pack-hu\extension": 195.4 ms [Finished 8.538 s after backend start]
2023-02-25T13:07:37.252Z root INFO Deployed backend plugin "ms-ceintl.vscode-language-pack-it@1.53.2" from "C:\Program Files\Arduino IDE\resources\app\plugins\vscode-language-pack-it\extension": 255.9 ms [Finished 8.794 s after backend start]
2023-02-25T13:07:37.539Z root INFO Deployed backend plugin "ms-ceintl.vscode-language-pack-ja@1.53.2" from "C:\Program Files\Arduino IDE\resources\app\plugins\vscode-language-pack-ja\extension": 287.5 ms [Finished 9.083 s after backend start]
2023-02-25T13:07:37.796Z root INFO Deployed backend plugin "ms-ceintl.vscode-language-pack-ko@1.53.2" from "C:\Program Files\Arduino IDE\resources\app\plugins\vscode-language-pack-ko\extension": 256.4 ms [Finished 9.339 s after backend start]
2023-02-25T13:07:37.906Z root INFO Deployed backend plugin "ms-ceintl.vscode-language-pack-nl@1.48.3" from "C:\Program Files\Arduino IDE\resources\app\plugins\vscode-language-pack-nl\extension": 110.3 ms [Finished 9.449 s after backend start]
2023-02-25T13:07:38.135Z root INFO Deployed backend plugin "ms-ceintl.vscode-language-pack-pl@1.53.2" from "C:\Program Files\Arduino IDE\resources\app\plugins\vscode-language-pack-pl\extension": 228.5 ms [Finished 9.678 s after backend start]
2023-02-25T13:07:38.358Z root INFO Deployed backend plugin "ms-ceintl.vscode-language-pack-pt-br@1.53.2" from "C:\Program Files\Arduino IDE\resources\app\plugins\vscode-language-pack-pt-BR\extension": 223.0 ms [Finished 9.901 s after backend start]
2023-02-25T13:07:38.628Z root INFO Deployed backend plugin "ms-ceintl.vscode-language-pack-ru@1.53.2" from "C:\Program Files\Arduino IDE\resources\app\plugins\vscode-language-pack-ru\extension": 270.0 ms [Finished 10.171 s after backend start]
2023-02-25T13:07:38.873Z root INFO Deployed backend plugin "ms-ceintl.vscode-language-pack-tr@1.53.2" from "C:\Program Files\Arduino IDE\resources\app\plugins\vscode-language-pack-tr\extension": 244.5 ms [Finished 10.416 s after backend start]
2023-02-25T13:07:39.020Z root INFO Deployed backend plugin "ms-ceintl.vscode-language-pack-uk@1.48.3" from "C:\Program Files\Arduino IDE\resources\app\plugins\vscode-language-pack-uk\extension": 147.5 ms [Finished 10.564 s after backend start]
2023-02-25T13:07:39.248Z root INFO Deployed backend plugin "ms-ceintl.vscode-language-pack-zh-hans@1.53.2" from "C:\Program Files\Arduino IDE\resources\app\plugins\vscode-language-pack-zh-hans\extension": 227.3 ms [Finished 10.791 s after backend start]
2023-02-25T13:07:39.249Z root INFO Deploy plugins list: 448.2 ms [Finished 10.792 s after backend start]
Opening channel for service path '/services/electron-window-ext'.
Opening channel for service path '/services/electron-window'.
Opening channel for service path '/services/ide-updater'.
2023-02-25T13:07:41.314Z root WARN Frontend a.configure took longer than the expected maximum 100 milliseconds: 794.9 ms [Finished 6.553 s after frontend start]
2023-02-25T13:07:41.376Z root WARN Frontend commands.onStart took longer than the expected maximum 100 milliseconds: 122.3 ms [Finished 6.694 s after frontend start]
2023-02-25T13:07:41.669Z root WARN Frontend keybindings.onStart took longer than the expected maximum 100 milliseconds: 236.2 ms [Finished 6.932 s after frontend start]
2023-02-25T13:07:41.744Z root WARN Frontend menus.onStart took longer than the expected maximum 100 milliseconds: 116.4 ms [Finished 7.048 s after frontend start]
2023-02-25T13:07:44.090Z discovery-log INFO start request start watch
2023-02-25T13:07:44.091Z discovery-log INFO start requested start watch
2023-02-25T13:07:44.094Z discovery-log INFO start resolved watching
2023-02-25T13:07:44.101Z daemon INFO INFO[0009] starting discovery builtin:mdns-discovery process

2023-02-25T13:07:44.102Z daemon INFO INFO[0009] starting discovery builtin:serial-discovery process

2023-02-25T13:07:44.111Z daemon INFO ERRO[0009] Discovery builtin:serial-discovery failed to run: discovery builtin:serial-discovery process not started: exec: "C:\\Users\\Bert\\AppData\\Local\\Arduino15\\packages\\builtin\\tools\\serial-discovery\\1.4.0\\serial-discovery": file does not exist

2023-02-25T13:07:44.119Z sketches-service WARN Warning! The request sketch path was different than the response sketch path from the CLI. This could be a potential bug. Request: <c:\Users\Bert\Documents\Arduino\Projects\Testing_TFT\Testing_TFT.ino>, response: <c:\Users\Bert\Documents\Arduino\Projects\Testing_TFT>.
2023-02-25T13:07:44.194Z root WARN Frontend l.onStart took longer than the expected maximum 100 milliseconds: 2351.8 ms [Finished 9.555 s after frontend start]
2023-02-25T13:07:44.273Z daemon INFO INFO[0009] started discovery builtin:mdns-discovery process
INFO[0009] sending command HELLO 1 "arduino-cli 0.29.0" to discovery builtin:mdns-discovery

2023-02-25T13:07:44.278Z daemon INFO INFO[0009] from discovery builtin:mdns-discovery received message type: hello, message: OK, protocol version: 1
INFO[0009] sending command START_SYNC to discovery builtin:mdns-discovery
INFO[0009] from discovery builtin:mdns-discovery received message type: start_sync, message: OK

2023-02-25T13:07:44.298Z root INFO Start frontend contributions: 4248.1 ms [Finished 9.593 s after frontend start]
2023-02-25T13:07:44.300Z root INFO Changed application state from 'init' to 'started_contributions'.
2023-02-25T13:07:44.398Z root INFO [a5bb99e4-f0ce-476f-8bc7-93f1e296dc23] Waiting for backend deployment: 193.3 ms [Finished 9.756 s after frontend start]
2023-02-25T13:07:46.020Z root INFO [hosted-plugin: 11316] PLUGIN_HOST(11316) starting instance
2023-02-25T13:07:47.343Z root INFO [a5bb99e4-f0ce-476f-8bc7-93f1e296dc23] Sync of 21 plugins: 2967.6 ms [Finished 12.724 s after frontend start]
2023-02-25T13:08:04.885Z root INFO Changed application state from 'started_contributions' to 'attached_shell'.
2023-02-25T13:08:04.888Z root INFO >>> Restoring the layout state...
2023-02-25T13:08:04.896Z root INFO ------- SERIALIZED LAYOUT DATA -------
2023-02-25T13:08:04.899Z root INFO {"version":5,"mainPanel":{"main":{"type":"tab-area","widgets":[{"constructionOptions":{"factoryId":"code-editor-opener","options":{"counter":0,"kind":"navigatable","uri":"file:///c%3A/Users/Bert/Documents/Arduino/Projects/Testing_TFT/Testing_TFT.ino"}},"innerWidgetState":"{\"cursorState\":[{\"inSelectionMode\":false,\"selectionStart\":{\"lineNumber\":1,\"column\":1},\"position\":{\"lineNumber\":1,\"column\":1}}],\"viewState\":{\"scrollLeft\":0,\"firstPosition\":{\"lineNumber\":16,\"column\":1},\"firstPositionDeltaTop\":-17},\"contributionsState\":{\"editor.contrib.folding\":{\"lineCount\":49,\"provider\":\"indent\",\"foldedImports\":false},\"editor.contrib.wordHighlighter\":false}}"},{"constructionOptions":{"factoryId":"code-editor-opener","options":{"counter":1,"kind":"navigatable","uri":"file:///c%3A/Users/Bert/Documents/Arduino/Projects/Testing_TFT/Testing_TFT.ino"}},"innerWidgetState":"{\"cursorState\":[{\"inSelectionMode\":false,\"selectionStart\":{\"lineNumber\":1,\"column\":1},\"position\":{\"lineNumber\":1,\"column\":1}}],\"viewState\":{\"scrollLeft\":0,\"firstPosition\":{\"lineNumber\":1,\"column\":1},\"firstPositionDeltaTop\":0},\"contributionsState\":{\"editor.contrib.folding\":{\"lineCount\":49,\"provider\":\"indent\",\"foldedImports\":false},\"editor.contrib.wordHighlighter\":false}}"},{"constructionOptions":{"factoryId":"code-editor-opener","options":{"counter":1,"kind":"navigatable","uri":"file:///c%3A/Users/Bert/Documents/Arduino/Projects/Testing_TFT/debug_custom.json"}},"innerWidgetState":"{\"cursorState\":[{\"inSelectionMode\":false,\"selectionStart\":{\"lineNumber\":1,\"column\":1},\"position\":{\"lineNumber\":1,\"column\":1}}],\"viewState\":{\"scrollLeft\":0,\"firstPosition\":{\"lineNumber\":1,\"column\":1},\"firstPositionDeltaTop\":0},\"contributionsState\":{\"editor.contrib.folding\":{\"lineCount\":19,\"provider\":\"syntax\",\"foldedImports\":false},\"editor.contrib.wordHighlighter\":false}}"}],"currentIndex":0}},"mainPanelPinned":[false,false,false],"bottomPanel":{"config":{"main":{"type":"tab-area","widgets":[{"constructionOptions":{"factoryId":"outputView"},"innerWidgetState":"{\"locked\":false}"}],"currentIndex":0}},"pinned":[false],"size":99,"expanded":true},"leftPanel":{"type":"sidepanel","items":[{"widget":{"constructionOptions":{"factoryId":"arduino-sketchbook-widget"}},"rank":1,"expanded":false,"pinned":false},{"widget":{"constructionOptions":{"factoryId":"boards-list-widget"}},"rank":2,"expanded":true,"pinned":false},{"widget":{"constructionOptions":{"factoryId":"library-list-widget"}},"rank":3,"expanded":false,"pinned":false},{"widget":{"constructionOptions":{"factoryId":"debug"},"innerWidgetState":"{\"parts\":[{\"partId\":\"debug:threads:-1\",\"collapsed\":false,\"hidden\":false,\"originalContainerId\":\"debug:view-container:-1\",\"originalContainerTitle\":{\"label\":\"debug\",\"iconClass\":\"codicon codicon-debug-alt\",\"closeable\":true},\"widget\":{\"constructionOptions\":{\"factoryId\":\"debug:threads\"},\"innerWidgetState\":\"{}\"}},{\"partId\":\"debug:frames:-1\",\"collapsed\":false,\"hidden\":false,\"originalContainerId\":\"debug:view-container:-1\",\"originalContainerTitle\":{\"label\":\"debug\",\"iconClass\":\"codicon codicon-debug-alt\",\"closeable\":true},\"widget\":{\"constructionOptions\":{\"factoryId\":\"debug:frames\"},\"innerWidgetState\":\"{}\"}},{\"partId\":\"debug:variables:-1\",\"collapsed\":false,\"hidden\":false,\"originalContainerId\":\"debug:view-container:-1\",\"originalContainerTitle\":{\"label\":\"debug\",\"iconClass\":\"codicon codicon-debug-alt\",\"closeable\":true},\"widget\":{\"constructionOptions\":{\"factoryId\":\"debug:variables\"},\"innerWidgetState\":\"{}\"}},{\"partId\":\"debug:watch:-1\",\"collapsed\":false,\"hidden\":false,\"originalContainerId\":\"debug:view-container:-1\",\"originalContainerTitle\":{\"label\":\"debug\",\"iconClass\":\"codicon codicon-debug-alt\",\"closeable\":true},\"widget\":{\"constructionOptions\":{\"factoryId\":\"debug:watch\"},\"innerWidgetState\":\"{}\"}},{\"partId\":\"debug:breakpoints:-1\",\"collapsed\":false,\"hidden\":false,\"originalContainerId\":\"debug:view-container:-1\",\"originalContainerTitle\":{\"label\":\"debug\",\"iconClass\":\"codicon codicon-debug-alt\",\"closeable\":true},\"widget\":{\"constructionOptions\":{\"factoryId\":\"debug:breakpoints\"},\"innerWidgetState\":\"{}\"}},{\"partId\":\"plugin-view:cortex-debug.peripherals\",\"collapsed\":true,\"hidden\":true,\"originalContainerId\":\"debug:view-container:-1\",\"originalContainerTitle\":{\"label\":\"debug\",\"iconClass\":\"codicon codicon-debug-alt\",\"closeable\":true},\"widget\":{\"constructionOptions\":{\"factoryId\":\"plugin-view\",\"options\":{\"id\":\"plugin-view:cortex-debug.peripherals\",\"viewId\":\"cortex-debug.peripherals\"}},\"innerWidgetState\":\"{\\\"label\\\":\\\"Cortex Peripherals\\\",\\\"widgets\\\":[],\\\"suppressUpdateViewVisibility\\\":false,\\\"currentViewContainerId\\\":\\\"debug\\\"}\"}},{\"partId\":\"plugin-view:cortex-debug.registers\",\"collapsed\":true,\"hidden\":true,\"originalContainerId\":\"debug:view-container:-1\",\"originalContainerTitle\":{\"label\":\"debug\",\"iconClass\":\"codicon codicon-debug-alt\",\"closeable\":true},\"widget\":{\"constructionOptions\":{\"factoryId\":\"plugin-view\",\"options\":{\"id\":\"plugin-view:cortex-debug.registers\",\"viewId\":\"cortex-debug.registers\"}},\"innerWidgetState\":\"{\\\"label\\\":\\\"Cortex Registers\\\",\\\"widgets\\\":[],\\\"suppressUpdateViewVisibility\\\":false,\\\"currentViewContainerId\\\":\\\"debug\\\"}\"}}],\"title\":{\"label\":\"debug\",\"iconClass\":\"codicon codicon-debug-alt\",\"closeable\":true}}"},"rank":4,"expanded":false,"pinned":false},{"widget":{"constructionOptions":{"factoryId":"search-view-container"},"innerWidgetState":"{\"parts\":[{\"partId\":\"search-in-workspace\",\"collapsed\":false,\"hidden\":false,\"originalContainerId\":\"search-view-container\",\"originalContainerTitle\":{\"label\":\"Search\",\"iconClass\":\"codicon codicon-search\",\"closeable\":true},\"widget\":{\"constructionOptions\":{\"factoryId\":\"search-in-workspace\"},\"innerWidgetState\":\"{\\\"matchCaseState\\\":{\\\"className\\\":\\\"codicon codicon-case-sensitive\\\",\\\"enabled\\\":false,\\\"title\\\":\\\"Match Case\\\"},\\\"wholeWordState\\\":{\\\"className\\\":\\\"codicon codicon-whole-word\\\",\\\"enabled\\\":false,\\\"title\\\":\\\"Match Whole Word\\\"},\\\"regExpState\\\":{\\\"className\\\":\\\"codicon codicon-regex\\\",\\\"enabled\\\":false,\\\"title\\\":\\\"Use Regular Expression\\\"},\\\"includeIgnoredState\\\":{\\\"className\\\":\\\"codicon codicon-eye\\\",\\\"enabled\\\":false,\\\"title\\\":\\\"Include Ignored Files\\\"},\\\"showSearchDetails\\\":false,\\\"searchInWorkspaceOptions\\\":{\\\"matchCase\\\":false,\\\"matchWholeWord\\\":false,\\\"useRegExp\\\":false,\\\"includeIgnored\\\":false,\\\"include\\\":[],\\\"exclude\\\":[],\\\"maxResults\\\":2000},\\\"searchTerm\\\":\\\"\\\",\\\"replaceTerm\\\":\\\"\\\",\\\"showReplaceField\\\":false,\\\"searchHistoryState\\\":{\\\"history\\\":[],\\\"index\\\":0},\\\"replaceHistoryState\\\":{\\\"history\\\":[],\\\"index\\\":0},\\\"includeHistoryState\\\":{\\\"history\\\":[],\\\"index\\\":0},\\\"excludeHistoryState\\\":{\\\"history\\\":[],\\\"index\\\":0}}\"}}],\"title\":{\"label\":\"Search\",\"iconClass\":\"fa fa-arduino-search\",\"closeable\":true}}"},"rank":5,"expanded":false,"pinned":false}],"size":248},"rightPanel":{"type":"sidepanel","items":[]}}
2023-02-25T13:08:04.902Z root INFO ------- END SERIALIZED LAYOUT DATA -------
2023-02-25T13:08:06.969Z root INFO <<< The layout has been successfully restored.
2023-02-25T13:08:07.659Z root INFO Initialize the workbench layout: 2147.5 ms [Finished 32.351 s after frontend start]
2023-02-25T13:08:07.666Z root INFO Changed application state from 'attached_shell' to 'initialized_layout'.
2023-02-25T13:08:07.669Z root INFO [a5bb99e4-f0ce-476f-8bc7-93f1e296dc23][marus25.cortex-debug]: Loaded contributions.
2023-02-25T13:08:07.669Z root INFO [a5bb99e4-f0ce-476f-8bc7-93f1e296dc23][arduino.vscode-arduino-tools]: Loaded contributions.
2023-02-25T13:08:07.678Z root INFO [a5bb99e4-f0ce-476f-8bc7-93f1e296dc23][vscode.cpp]: Loaded contributions.
2023-02-25T13:08:07.679Z root INFO [a5bb99e4-f0ce-476f-8bc7-93f1e296dc23][vscode.json]: Loaded contributions.
2023-02-25T13:08:07.681Z root INFO [a5bb99e4-f0ce-476f-8bc7-93f1e296dc23][vscode.json-language-features]: Loaded contributions.
2023-02-25T13:08:07.685Z root INFO [a5bb99e4-f0ce-476f-8bc7-93f1e296dc23][ms-ceintl.vscode-language-pack-bg]: Loaded contributions.
2023-02-25T13:08:07.686Z root INFO [a5bb99e4-f0ce-476f-8bc7-93f1e296dc23][ms-ceintl.vscode-language-pack-cs]: Loaded contributions.
2023-02-25T13:08:07.688Z root INFO [a5bb99e4-f0ce-476f-8bc7-93f1e296dc23][ms-ceintl.vscode-language-pack-de]: Loaded contributions.
2023-02-25T13:08:07.689Z root INFO [a5bb99e4-f0ce-476f-8bc7-93f1e296dc23][ms-ceintl.vscode-language-pack-es]: Loaded contributions.
2023-02-25T13:08:07.699Z root INFO [a5bb99e4-f0ce-476f-8bc7-93f1e296dc23][ms-ceintl.vscode-language-pack-fr]: Loaded contributions.
2023-02-25T13:08:07.700Z root INFO [a5bb99e4-f0ce-476f-8bc7-93f1e296dc23][ms-ceintl.vscode-language-pack-hu]: Loaded contributions.
2023-02-25T13:08:07.716Z root INFO [a5bb99e4-f0ce-476f-8bc7-93f1e296dc23][ms-ceintl.vscode-language-pack-it]: Loaded contributions.
2023-02-25T13:08:07.717Z root INFO [a5bb99e4-f0ce-476f-8bc7-93f1e296dc23][ms-ceintl.vscode-language-pack-ja]: Loaded contributions.
2023-02-25T13:08:07.718Z root INFO [a5bb99e4-f0ce-476f-8bc7-93f1e296dc23][ms-ceintl.vscode-language-pack-ko]: Loaded contributions.
2023-02-25T13:08:07.719Z root INFO [a5bb99e4-f0ce-476f-8bc7-93f1e296dc23][ms-ceintl.vscode-language-pack-nl]: Loaded contributions.
2023-02-25T13:08:07.721Z root INFO [a5bb99e4-f0ce-476f-8bc7-93f1e296dc23][ms-ceintl.vscode-language-pack-pl]: Loaded contributions.
2023-02-25T13:08:07.733Z root INFO [a5bb99e4-f0ce-476f-8bc7-93f1e296dc23][ms-ceintl.vscode-language-pack-pt-br]: Loaded contributions.
2023-02-25T13:08:07.735Z root INFO [a5bb99e4-f0ce-476f-8bc7-93f1e296dc23][ms-ceintl.vscode-language-pack-ru]: Loaded contributions.
2023-02-25T13:08:07.737Z root INFO [a5bb99e4-f0ce-476f-8bc7-93f1e296dc23][ms-ceintl.vscode-language-pack-tr]: Loaded contributions.
2023-02-25T13:08:07.742Z root INFO [a5bb99e4-f0ce-476f-8bc7-93f1e296dc23][ms-ceintl.vscode-language-pack-uk]: Loaded contributions.
2023-02-25T13:08:07.751Z root INFO [a5bb99e4-f0ce-476f-8bc7-93f1e296dc23][ms-ceintl.vscode-language-pack-zh-hans]: Loaded contributions.
2023-02-25T13:08:07.753Z root INFO [a5bb99e4-f0ce-476f-8bc7-93f1e296dc23] Load contributions of 21 plugins: 679.4 ms [Finished 33.034 s after frontend start]
2023-02-25T13:08:07.943Z root WARN 'cpp' language is remapped from 'source.cpp.embedded.macro' to 'source.cpp' scope
2023-02-25T13:08:07.944Z root WARN a registered grammar configuration for 'cpp' language is overridden
2023-02-25T13:08:11.216Z root INFO Replace loading indicator with ready workbench UI (animation): 2029.0 ms [Finished 35.068 s after frontend start]
2023-02-25T13:08:11.264Z root INFO Frontend application start: 30074.5 ms [Finished 42.749 s after backend start]
2023-02-25T13:08:11.285Z root INFO Changed application state from 'initialized_layout' to 'ready'.
2023-02-25T13:08:11.286Z root WARN Linked preference "workbench.colorCustomizations" not found. Source: "editor.bracketPairColorization.enabled"
Checking for update
Update for version 2.0.3 is not available (latest version: 2.0.3, downgrade is allowed).
2023-02-25T13:08:16.721Z root ERROR ---- !!!SLOW!!! DURATION: search took 3693.689 ms. Args: [{"type":"Updatable"}] ----
2023-02-25T13:08:16.777Z root INFO [hosted-plugin: 11316] PLUGIN_HOST(11316): PluginManagerExtImpl/init()
2023-02-25T13:08:16.788Z root INFO [hosted-plugin: 11316] PLUGIN_HOST(11316): initializing(cortex-debug@1.5.1 with C:\Program Files\Arduino IDE\resources\app\node_modules\@theia\plugin-ext-vscode\lib\node\plugin-vscode-init)
2023-02-25T13:08:16.811Z root INFO [hosted-plugin: 11316] Debugger contribution has been registered: cortex-debug
2023-02-25T13:08:16.818Z root INFO [hosted-plugin: 11316] PLUGIN_HOST(11316): initializing(vscode-arduino-tools@0.0.2-beta.5 with C:\Program Files\Arduino IDE\resources\app\node_modules\@theia\plugin-ext-vscode\lib\node\plugin-vscode-init)
2023-02-25T13:08:16.821Z root INFO [hosted-plugin: 11316] PLUGIN_HOST(11316): initializing(cpp@1.52.1 with C:\Program Files\Arduino IDE\resources\app\node_modules\@theia\plugin-ext-vscode\lib\node\plugin-vscode-init)
2023-02-25T13:08:16.825Z root INFO [hosted-plugin: 11316] PLUGIN_HOST(11316): initializing(json@1.46.1 with C:\Program Files\Arduino IDE\resources\app\node_modules\@theia\plugin-ext-vscode\lib\node\plugin-vscode-init)
2023-02-25T13:08:16.827Z root INFO [hosted-plugin: 11316] PLUGIN_HOST(11316): initializing(json-language-features@1.46.1 with C:\Program Files\Arduino IDE\resources\app\node_modules\@theia\plugin-ext-vscode\lib\node\plugin-vscode-init)
2023-02-25T13:08:16.831Z root INFO [hosted-plugin: 11316] PLUGIN_HOST(11316): initializing(vscode-language-pack-bg@1.48.3 with C:\Program Files\Arduino IDE\resources\app\node_modules\@theia\plugin-ext-vscode\lib\node\plugin-vscode-init)
2023-02-25T13:08:16.836Z root INFO [hosted-plugin: 11316] PLUGIN_HOST(11316): initializing(vscode-language-pack-cs@1.53.2 with C:\Program Files\Arduino IDE\resources\app\node_modules\@theia\plugin-ext-vscode\lib\node\plugin-vscode-init)
2023-02-25T13:08:16.839Z root INFO [hosted-plugin: 11316] PLUGIN_HOST(11316): initializing(vscode-language-pack-de@1.53.2 with C:\Program Files\Arduino IDE\resources\app\node_modules\@theia\plugin-ext-vscode\lib\node\plugin-vscode-init)
2023-02-25T13:08:16.841Z root INFO [hosted-plugin: 11316] PLUGIN_HOST(11316): initializing(vscode-language-pack-es@1.53.2 with C:\Program Files\Arduino IDE\resources\app\node_modules\@theia\plugin-ext-vscode\lib\node\plugin-vscode-init)
2023-02-25T13:08:16.845Z root INFO [hosted-plugin: 11316] PLUGIN_HOST(11316): initializing(vscode-language-pack-fr@1.53.2 with C:\Program Files\Arduino IDE\resources\app\node_modules\@theia\plugin-ext-vscode\lib\node\plugin-vscode-init)
2023-02-25T13:08:16.854Z root INFO [hosted-plugin: 11316] PLUGIN_HOST(11316): initializing(vscode-language-pack-hu@1.48.3 with C:\Program Files\Arduino IDE\resources\app\node_modules\@theia\plugin-ext-vscode\lib\node\plugin-vscode-init)
PLUGIN_HOST(11316): initializing(vscode-language-pack-it@1.53.2 with C:\Program Files\Arduino IDE\resources\app\node_modules\@theia\plugin-ext-vscode\lib\node\plugin-vscode-init)
2023-02-25T13:08:16.856Z root INFO [hosted-plugin: 11316] PLUGIN_HOST(11316): initializing(vscode-language-pack-ja@1.53.2 with C:\Program Files\Arduino IDE\resources\app\node_modules\@theia\plugin-ext-vscode\lib\node\plugin-vscode-init)
2023-02-25T13:08:16.858Z root INFO [hosted-plugin: 11316] PLUGIN_HOST(11316): initializing(vscode-language-pack-ko@1.53.2 with C:\Program Files\Arduino IDE\resources\app\node_modules\@theia\plugin-ext-vscode\lib\node\plugin-vscode-init)
2023-02-25T13:08:16.860Z root INFO [hosted-plugin: 11316] PLUGIN_HOST(11316): initializing(vscode-language-pack-nl@1.48.3 with C:\Program Files\Arduino IDE\resources\app\node_modules\@theia\plugin-ext-vscode\lib\node\plugin-vscode-init)
2023-02-25T13:08:16.862Z root INFO [hosted-plugin: 11316] PLUGIN_HOST(11316): initializing(vscode-language-pack-pl@1.53.2 with C:\Program Files\Arduino IDE\resources\app\node_modules\@theia\plugin-ext-vscode\lib\node\plugin-vscode-init)
2023-02-25T13:08:16.864Z root INFO [hosted-plugin: 11316] PLUGIN_HOST(11316): initializing(vscode-language-pack-pt-BR@1.53.2 with C:\Program Files\Arduino IDE\resources\app\node_modules\@theia\plugin-ext-vscode\lib\node\plugin-vscode-init)
2023-02-25T13:08:16.866Z root INFO [hosted-plugin: 11316] PLUGIN_HOST(11316): initializing(vscode-language-pack-ru@1.53.2 with C:\Program Files\Arduino IDE\resources\app\node_modules\@theia\plugin-ext-vscode\lib\node\plugin-vscode-init)
2023-02-25T13:08:16.871Z root INFO [hosted-plugin: 11316] PLUGIN_HOST(11316): initializing(vscode-language-pack-tr@1.53.2 with C:\Program Files\Arduino IDE\resources\app\node_modules\@theia\plugin-ext-vscode\lib\node\plugin-vscode-init)
2023-02-25T13:08:16.873Z root INFO [hosted-plugin: 11316] PLUGIN_HOST(11316): initializing(vscode-language-pack-uk@1.48.3 with C:\Program Files\Arduino IDE\resources\app\node_modules\@theia\plugin-ext-vscode\lib\node\plugin-vscode-init)
2023-02-25T13:08:16.875Z root INFO [hosted-plugin: 11316] PLUGIN_HOST(11316): initializing(vscode-language-pack-zh-hans@1.53.2 with C:\Program Files\Arduino IDE\resources\app\node_modules\@theia\plugin-ext-vscode\lib\node\plugin-vscode-init)
2023-02-25T13:08:16.885Z root INFO [hosted-plugin: 11316] PLUGIN_HOST(11316): PluginManagerExtImpl/loadPlugin(C:\Program Files\Arduino IDE\resources\app\plugins\vscode-builtin-json-language-features\extension\client\dist\jsonMain)
2023-02-25T13:08:17.128Z root INFO [hosted-plugin: 11316] PLUGIN_HOST(11316): PluginManagerExtImpl/loadPlugin(C:\Program Files\Arduino IDE\resources\app\plugins\vscode-arduino-tools\extension\dist\bundle)
2023-02-25T13:08:17.228Z root INFO [a5bb99e4-f0ce-476f-8bc7-93f1e296dc23][marus25.cortex-debug]: Started plugin.
2023-02-25T13:08:17.237Z root INFO [a5bb99e4-f0ce-476f-8bc7-93f1e296dc23][arduino.vscode-arduino-tools]: Started plugin.
2023-02-25T13:08:17.239Z root INFO [a5bb99e4-f0ce-476f-8bc7-93f1e296dc23][vscode.cpp]: Started plugin.
2023-02-25T13:08:17.241Z root INFO [a5bb99e4-f0ce-476f-8bc7-93f1e296dc23][vscode.json]: Started plugin.
2023-02-25T13:08:17.246Z root INFO [a5bb99e4-f0ce-476f-8bc7-93f1e296dc23][vscode.json-language-features]: Started plugin.
2023-02-25T13:08:17.247Z root INFO [a5bb99e4-f0ce-476f-8bc7-93f1e296dc23][ms-ceintl.vscode-language-pack-bg]: Started plugin.
2023-02-25T13:08:17.252Z root INFO [a5bb99e4-f0ce-476f-8bc7-93f1e296dc23][ms-ceintl.vscode-language-pack-cs]: Started plugin.
2023-02-25T13:08:17.253Z root INFO [a5bb99e4-f0ce-476f-8bc7-93f1e296dc23][ms-ceintl.vscode-language-pack-de]: Started plugin.
2023-02-25T13:08:17.255Z root INFO [a5bb99e4-f0ce-476f-8bc7-93f1e296dc23][ms-ceintl.vscode-language-pack-es]: Started plugin.
2023-02-25T13:08:17.257Z root INFO [a5bb99e4-f0ce-476f-8bc7-93f1e296dc23][ms-ceintl.vscode-language-pack-fr]: Started plugin.
2023-02-25T13:08:17.264Z root INFO [a5bb99e4-f0ce-476f-8bc7-93f1e296dc23][ms-ceintl.vscode-language-pack-hu]: Started plugin.
2023-02-25T13:08:17.279Z root INFO [a5bb99e4-f0ce-476f-8bc7-93f1e296dc23][ms-ceintl.vscode-language-pack-it]: Started plugin.
2023-02-25T13:08:17.280Z root INFO [a5bb99e4-f0ce-476f-8bc7-93f1e296dc23][ms-ceintl.vscode-language-pack-ja]: Started plugin.
2023-02-25T13:08:17.281Z root INFO [a5bb99e4-f0ce-476f-8bc7-93f1e296dc23][ms-ceintl.vscode-language-pack-ko]: Started plugin.
2023-02-25T13:08:17.286Z root INFO [a5bb99e4-f0ce-476f-8bc7-93f1e296dc23][ms-ceintl.vscode-language-pack-nl]: Started plugin.
2023-02-25T13:08:17.287Z root INFO [a5bb99e4-f0ce-476f-8bc7-93f1e296dc23][ms-ceintl.vscode-language-pack-pl]: Started plugin.
2023-02-25T13:08:17.290Z root INFO [a5bb99e4-f0ce-476f-8bc7-93f1e296dc23][ms-ceintl.vscode-language-pack-pt-br]: Started plugin.
2023-02-25T13:08:17.296Z root INFO [a5bb99e4-f0ce-476f-8bc7-93f1e296dc23][ms-ceintl.vscode-language-pack-ru]: Started plugin.
2023-02-25T13:08:17.300Z root INFO [a5bb99e4-f0ce-476f-8bc7-93f1e296dc23][ms-ceintl.vscode-language-pack-tr]: Started plugin.
2023-02-25T13:08:17.301Z root INFO [a5bb99e4-f0ce-476f-8bc7-93f1e296dc23][ms-ceintl.vscode-language-pack-uk]: Started plugin.
2023-02-25T13:08:17.303Z root INFO [a5bb99e4-f0ce-476f-8bc7-93f1e296dc23][ms-ceintl.vscode-language-pack-zh-hans]: Started plugin.
2023-02-25T13:08:17.317Z root INFO [hosted-plugin: 11316] PLUGIN_HOST(11316): PluginManagerExtImpl/loadPlugin(C:\Program Files\Arduino IDE\resources\app\plugins\cortex-debug\extension\dist\extension.js)
2023-02-25T13:08:17.458Z root INFO [hosted-plugin: 11316] Debug configuration provider has been registered: cortex-debug, trigger: 1
2023-02-25T13:08:17.471Z root INFO [hosted-plugin: 11316] GDB server console created
2023-02-25T13:08:17.503Z root INFO [a5bb99e4-f0ce-476f-8bc7-93f1e296dc23] Start of 21 plugins: 9814.5 ms [Finished 42.879 s after frontend start]
2023-02-25T13:08:17.576Z root INFO Starting language server: esp32:esp32:uPesy_wroom
2023-02-25T13:08:18.375Z daemon INFO INFO[0043] Searching tools required for board esp32:esp32:uPesy_wroom

2023-02-25T13:08:18.376Z daemon INFO INFO[0043] Required tool                                 tool="esp32:esptool_py@4.5"
INFO[0043] Required tool                                 tool="esp32:mklittlefs@3.0.0-gnu12-dc7f933"
INFO[0043] Required tool                                 tool="esp32:mkspiffs@0.2.3"
INFO[0043] Required tool                                 tool="esp32:openocd-esp32@v0.11.0-esp32-20221026"
INFO[0043] Required tool                                 tool="esp32:riscv32-esp-elf-gcc@esp-2021r2-patch5-8.4.0"
INFO[0043] Required tool                                 tool="esp32:xtensa-esp32-elf-gcc@esp-2021r2-patch5-8.4.0"
INFO[0043] Required tool                                 tool="esp32:xtensa-esp32s2-elf-gcc@esp-2021r2-patch5-8.4.0"
INFO[0043] Required tool                                 tool="esp32:xtensa-esp32s3-elf-gcc@esp-2021r2-patch5-8.4.0"
INFO[0043] Adding libraries dir                          dir="C:\\Users\\Bert\\AppData\\Local\\Arduino15\\libraries" location=ide

2023-02-25T13:08:18.382Z daemon INFO INFO[0043] Adding libraries dir                          dir="C:\\Users\\Bert\\AppData\\Local\\Arduino15\\packages\\esp32\\hardware\\esp32\\2.0.7\\libraries" location=platform
INFO[0043] Adding libraries dir                          dir="c:\\Users\\Bert\\Documents\\Arduino\\libraries" location=user

2023-02-25T13:08:35.336Z daemon INFO INFO[0060] Resolving include TFT_eSPI.h for arch esp32

2023-02-25T13:08:35.338Z daemon INFO INFO[0060]   found better lib                            lib=TFT_eSPI_ES32Lab prio=517
INFO[0060]   found better lib                            lib=TFT_eSPI prio=643

2023-02-25T13:08:43.523Z daemon INFO INFO[0068] Resolving include SPI.h for arch esp32
INFO[0068]   found better lib                            lib=SPI prio=64C

2023-02-25T13:08:52.066Z daemon INFO INFO[0077] Resolving include FS.h for arch esp32
INFO[0077]   found better lib                            lib=FS prio=64C

2023-02-25T13:09:01.346Z daemon INFO INFO[0086] Resolving include SPIFFS.h for arch esp32
INFO[0086]   found better lib                            lib=SPIFFS prio=64C


The ESP32 board was connected an recognised as COM4 by windows

Thanks! I see the problem here:

serial-discovery is the tool used by Arduino IDE 2.x to get the list of serial ports on your computer. Arduino IDE 2.x automatically installs this tool on the first run after a fresh installation and also automatically updates the tool whenever Arduino releases a new version of serial-discovery.

The error message indicates that something went wrong during an installation or update of the tool, which resulted in the file serial-discovery.exe not being added to the installation path mentioned in the error:

C:\Users\Bert\AppData\Local\Arduino15\packages\builtin\tools\serial-discovery\1.4.0\

In my experience, this problem is always found to be caused by interference from the antivirus or security software. Please check your antivirus software's quarantine to see if it contains the file serial-discovery.exe. If you can restore it from the quarantine, then restart Arduino IDE 2.x, the ports should be recognized as expected.

I also recommend configuring your antivirus software so it doesn't interfere with future updates to the serial-discovery tool.


If you are unable to restore the file from the antivirus quarantine, please let me know and I'll provide instructions for how to force Arduino IDE to reinstall serial-discovery.

1 Like

Ptillisch, you are the best!!! That did the trick! Avira had put serial-discovery tool in quarantaine. Reset output from the board is now in my serial monitor window. Thanks a bundle!!!

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

Regards,
Per

The list of bugs fixed in version 2.0.4 includes the problem with the inability to assign a COM port to a connected card. It was promised that this menu item will now always be visible. And, yes, it is visible, but inactive. It is not possible to use it, the IDE still does not see COM ports with boards connected to them. I tried the advice to replace individual modules in the IDE, it had a one time effect. So this error is not fixed yet. It is possible to work via programmer, but built-in COM port monitor will be unavailable.

Not sure what you are referring to. I think the fix about the fact there there was no Serial Port menu item when there are no ports found. Now that menu item is shown if there are no boards detected.

As long as no ports are detected, it's obvious that you can't select anything. And I think that there is another bug report related to that.

I withdraw my question. In my case, the reason for blocking the IDE access to all COM ports was the antivirus program. After disabling it, the ports became accessible.

2 Likes

Hello the same problem in Linux Open Suse Leap 15.4 . , Arduino 2.0.4 , ESP32S3 DevKit installed. Arduino see no ports to connct to... No guide, how to solve it where's problem? Glad would be to get any link or tutorial how to use Arduino 2.0.4 on Leap 15.4 . On old notebook (Windows 8.1) works fine, but compiling is too slow. On Linux server there is 20x faster 12-core CPU ... but Arduino see no ports .. :frowning:

@mira141

You need to check the output of lsusb. Disconnect the board and run the command; next connect the board and run the command again. Is there a difference?

Further to check is the output of dmesg -w. Disconnect the board and run the command; the command will NOT return to the shell but stay open. Next connect your board and check the new lines; after that you can kill the command with <ctrl>C.

If dmesg -w does not show any new lines after connecting the board, check your cable; you might have a charge-only cable instead of a data/sync cable.

If dmesg -w shows new data, check for possible errors in that data. Also check for the presence of BRLTTY in the dmesg -w output (if that exists in OpenSuse) and remove it if found.

Lastly, but not related to your problem, you will need to add yourself to the dialout group. Not doing so will give you permissin denied errors. See https://docs.arduino.cc/software/ide-v1/tutorials/Linux#please-read; also the link is for IDE 1.x, this specific section applies to IDE 2.x as well and is actually not related to any Arduino stuff.

I'm no longer an active Linux user so might not be able to help further.

1 Like