Arduino IDE 2.0.3 does not recognize COMM ports

Around lunch time today, the IDE no longer recognized the comm port of any Arduino boards. Everything was fine up till then. I was playing with my new Uno Wifi Rev2 board which I had been working with for a couple of days.
I have a Nano connected, that Windows10 discovered on COMM8, and a Uno Wifi Rev2 that Windows discovered on COMM15. Watching Windows Device Manager, I notice that either device disappears when I unplug the serial cable, and is rediscovered when I plug the cable back in.
But in the IDE, no ports show up on the Tools menu, and if I use the "Select Other Board and Port" from Board selector on the IDE toolbar, no ports are shown, even if I select, "Show all ports". I have rebooted the computer a few times. Based on recommendations from some YouTube pages, I reinstalled CH34x_Install_Windows_v3_4.
This is a clip of the Device Manager:
image

Looking for an explanation and the fix.

TOOLS >> PORT
TOOLS >> BOARD
TOOLS >> PROCESSOR
All do not (now) show the Nano with CH340?

It seems that since IDE version 2, the “Port” entry on the Tools menu is not always there, like it was the the older IDE versions. The only menu item is the board choice.

Yes, I have experienced that, too. You might also find that the Boards manager and Library manager will occasionally not show up (!). I was given instructions to help me discover more about my issue (not all "not there" issues are the same). As for now, restart and try again.

Hi @sullom. 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 installation folder.
    (usually C:\Program Files\Arduino IDE or C:\Users\<user name>\AppData\Local\Programs\Arduino IDE).
  3. In the folder listing of the Arduino IDE 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 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.

That is correct. If no ports at all are recognized, the Tools > Port menu item is omitted entirely. This is merely a symptom of the problem you are experiencing of the ports not being recognized, rather than the problem itself. The menu item will be restored once we can find how to get the IDE to recognize the ports.

But I think it is worth mentioning that the developers have been working on improving this user experience. Since the behavior of hiding the Tools > Port menu item does not effectively communicate the lack of ports to the user, the Arduino IDE developers have changed the behavior so that the Ports menu item will always be shown, even when there are no ports:

That change was made after the time of the 2.0.3 release, which is why you still don't see a Port menu item under these conditions, but the behavior will be improved in the next release.

I followed your instructions, with a couple of modifications. First, I couldn't start PowerShell from the IDE directory because Windows said I didn't have the rights. So I ran PowerShell as Administrator from the start menu and navigated to the IDE's directory.
Second, the startup did not seem to finish. It hung on the last line in the record below, and I never got the command prompt again. I did it twice with the same behavior.

Windows PowerShell
Copyright (C) Microsoft Corporation. All rights reserved.

Try the new cross-platform PowerShell https://aka.ms/pscore6

PS C:\WINDOWS\system32> cd "C:\Program Files\Arduino IDE"
PS C:\Program Files\Arduino IDE> & ".\Arduino IDE"
PS C:\Program Files\Arduino IDE>
Arduino IDE 2.0.3
Starting backend process. PID: 1948
Using browser-only version of superagent in non-browser environment
Configuration directory URI: 'file:///c%3A/Users/wsull/.theia'
Configuring to accept webviews on '^.+\.webview\..+$' hostname.
2023-01-10T21:33:21.688Z root INFO Backend Object.initialize: 5.1 ms [Finished 2.149 s after backend start]
2023-01-10T21:33:21.688Z root INFO Backend Object.configure: 4.1 ms [Finished 2.149 s after backend start]
2023-01-10T21:33:21.689Z root INFO Backend MessagingContribution.onStart: 1.7 ms [Finished 2.149 s after backend start]
2023-01-10T21:33:21.690Z root INFO Backend OSBackendApplicationContribution.configure: 0.4 ms [Finished 2.203 s after backend start]
2023-01-10T21:33:21.690Z root INFO Backend DefaultWorkspaceServer.onStart: 0.4 ms [Finished 2.203 s after backend start]
2023-01-10T21:33:21.692Z root INFO Backend PluginLocalizationBackendContribution.configure: 0.1 ms [Finished 2.203 s after backend start]
2023-01-10T21:33:21.692Z root WARN Backend PluginLocalizationBackendContribution.initialize took longer than the expected maximum 50 milliseconds: 53.7 ms [Finished 2.203 s after backend start]
2023-01-10T21:33:21.693Z root INFO Backend TaskBackendApplicationContribution.onStart: 0.3 ms [Finished 2.203 s after backend start]
2023-01-10T21:33:21.694Z root INFO Backend ElectronTokenBackendContribution.configure: 2.2 ms [Finished 2.206 s after backend start]
2023-01-10T21:33:21.694Z root INFO Backend PluginDeployerContribution.initialize: 0.5 ms [Finished 2.206 s after backend start]
2023-01-10T21:33:21.695Z root INFO Backend ConfigServiceImpl.onStart: 0.9 ms [Finished 2.207 s after backend start]
2023-01-10T21:33:21.697Z root INFO Backend WebviewBackendSecurityWarnings.initialize: 0.5 ms [Finished 2.208 s after backend start]
2023-01-10T21:33:21.697Z root INFO Backend ArduinoDaemonImpl.onStart: 1.2 ms [Finished 2.209 s after backend start]
2023-01-10T21:33:21.698Z root INFO Backend NodeFileUploadService.configure: 2.4 ms [Finished 2.209 s after backend start]
2023-01-10T21:33:21.698Z daemon INFO Starting daemon from C:\Program Files\Arduino IDE\resources\app\node_modules\arduino-ide-extension\build\arduino-cli.exe...
2023-01-10T21:33:21.698Z discovery-log INFO start
2023-01-10T21:33:21.698Z discovery-log INFO start new deferred
2023-01-10T21:33:21.698Z root INFO Backend HostedPluginLocalizationService.initialize: 0.5 ms [Finished 2.210 s after backend start]
2023-01-10T21:33:21.698Z root INFO Backend BoardDiscovery.onStart: 1.0 ms [Finished 2.211 s after backend start]
2023-01-10T21:33:21.699Z root INFO Backend FileDownloadEndpoint.configure: 0.9 ms [Finished 2.211 s after backend start]
2023-01-10T21:33:21.699Z root INFO Backend AuthenticationServiceImpl.onStart: 0.7 ms [Finished 2.213 s after backend start]
2023-01-10T21:33:21.699Z root INFO Backend PluginApiContribution.configure: 0.9 ms [Finished 2.214 s after backend start]
2023-01-10T21:33:21.701Z root INFO Backend HostedPluginReader.configure: 0.5 ms [Finished 2.215 s after backend start]
2023-01-10T21:33:21.701Z root INFO Backend HostedPluginReader.configure: 0.2 ms [Finished 2.215 s after backend start]
2023-01-10T21:33:21.701Z root INFO Backend PlotterBackendContribution.configure: 1.6 ms [Finished 2.217 s after backend start]
2023-01-10T21:33:21.706Z root INFO Theia app listening on http://localhost:54571.
2023-01-10T21:33:21.707Z root INFO Finished starting backend application: 8.4 ms [Finished 2.223 s after backend start]
2023-01-10T21:33:21.709Z root WARN The local plugin referenced by local-dir:/c%3A/Users/wsull/.arduinoIDE/plugins does not exist.
2023-01-10T21:33:21.718Z root WARN The local plugin referenced by local-dir:/c%3A/Users/wsull/.arduinoIDE/extensions does not exist.
2023-01-10T21:33:21.720Z root WARN The local plugin referenced by local-dir:C:\Users\wsull\.arduinoProIDE\plugins does not exist.
Restoring workspace roots: c:\Users\wsull\Documents\Arduino\WiFi\Slider_Page_Web_Server
isTempSketch: false. Input was c:\Users\wsull\Documents\Arduino\WiFi\Slider_Page_Web_Server\Slider_Page_Web_Server.ino
2023-01-10T21:33:21.754Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2023-01-10T21:33:21.755Z root INFO Resolved "cortex-debug" to a VS Code extension "cortex-debug@1.5.1" with engines:
2023-01-10T21:33:21.756Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2023-01-10T21:33:21.757Z root INFO Resolved "vscode-arduino-tools" to a VS Code extension "vscode-arduino-tools@0.0.2-beta.5" with engines:
2023-01-10T21:33:21.757Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2023-01-10T21:33:21.758Z root INFO Resolved "vscode-builtin-cpp" to a VS Code extension "cpp@1.52.1" with engines:
2023-01-10T21:33:21.766Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2023-01-10T21:33:21.767Z root INFO Resolved "vscode-builtin-json" to a VS Code extension "json@1.46.1" with engines:
2023-01-10T21:33:21.772Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2023-01-10T21:33:21.773Z root INFO Resolved "vscode-builtin-json-language-features" to a VS Code extension "json-language-features@1.46.1" with engines:
2023-01-10T21:33:21.774Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2023-01-10T21:33:21.779Z root INFO Resolved "vscode-language-pack-bg" to a VS Code extension "vscode-language-pack-bg@1.48.3" with engines:
2023-01-10T21:33:21.779Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2023-01-10T21:33:21.791Z root INFO Resolved "vscode-language-pack-cs" to a VS Code extension "vscode-language-pack-cs@1.53.2" with engines:
2023-01-10T21:33:21.795Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2023-01-10T21:33:21.796Z root INFO Resolved "vscode-language-pack-de" to a VS Code extension "vscode-language-pack-de@1.53.2" with engines:
2023-01-10T21:33:21.806Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2023-01-10T21:33:21.807Z root INFO Resolved "vscode-language-pack-es" to a VS Code extension "vscode-language-pack-es@1.53.2" with engines:
2023-01-10T21:33:21.819Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2023-01-10T21:33:21.820Z root INFO Resolved "vscode-language-pack-fr" to a VS Code extension "vscode-language-pack-fr@1.53.2" with engines:
2023-01-10T21:33:21.828Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2023-01-10T21:33:21.829Z root INFO Resolved "vscode-language-pack-hu" to a VS Code extension "vscode-language-pack-hu@1.48.3" with engines:
2023-01-10T21:33:21.829Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2023-01-10T21:33:21.837Z root INFO Resolved "vscode-language-pack-it" to a VS Code extension "vscode-language-pack-it@1.53.2" with engines:
2023-01-10T21:33:21.839Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2023-01-10T21:33:21.839Z root INFO Resolved "vscode-language-pack-ja" to a VS Code extension "vscode-language-pack-ja@1.53.2" with engines:
2023-01-10T21:33:21.843Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2023-01-10T21:33:21.844Z root INFO Resolved "vscode-language-pack-ko" to a VS Code extension "vscode-language-pack-ko@1.53.2" with engines:
2023-01-10T21:33:21.851Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2023-01-10T21:33:21.852Z root INFO Resolved "vscode-language-pack-nl" to a VS Code extension "vscode-language-pack-nl@1.48.3" with engines:
2023-01-10T21:33:21.864Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2023-01-10T21:33:21.865Z root INFO Resolved "vscode-language-pack-pl" to a VS Code extension "vscode-language-pack-pl@1.53.2" with engines:
2023-01-10T21:33:21.865Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2023-01-10T21:33:21.866Z root INFO Resolved "vscode-language-pack-pt-BR" to a VS Code extension "vscode-language-pack-pt-BR@1.53.2" with engines:
2023-01-10T21:33:21.866Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2023-01-10T21:33:21.866Z root INFO Resolved "vscode-language-pack-ru" to a VS Code extension "vscode-language-pack-ru@1.53.2" with engines:
2023-01-10T21:33:21.867Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2023-01-10T21:33:21.867Z root INFO Resolved "vscode-language-pack-tr" to a VS Code extension "vscode-language-pack-tr@1.53.2" with engines:
2023-01-10T21:33:21.868Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2023-01-10T21:33:21.868Z root INFO Resolved "vscode-language-pack-uk" to a VS Code extension "vscode-language-pack-uk@1.48.3" with engines:
2023-01-10T21:33:21.868Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2023-01-10T21:33:21.869Z root INFO Resolved "vscode-language-pack-zh-hans" to a VS Code extension "vscode-language-pack-zh-hans@1.53.2" with engines:
2023-01-10T21:33:21.933Z root INFO Resolve plugins list: 237.5 ms [Finished 2.449 s after backend start]
2023-01-10T21:33:21.946Z 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": 12.0 ms [Finished 2.462 s after backend start]
2023-01-10T21:33:21.950Z 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": 4.2 ms [Finished 2.466 s after backend start]
2023-01-10T21:33:21.965Z root INFO Deployed backend plugin "vscode.cpp@1.52.1" from "C:\Program Files\Arduino IDE\resources\app\plugins\vscode-builtin-cpp\extension": 14.5 ms [Finished 2.481 s after backend start]
2023-01-10T21:33:21.967Z root INFO Deployed backend plugin "vscode.json@1.46.1" from "C:\Program Files\Arduino IDE\resources\app\plugins\vscode-builtin-json\extension": 2.6 ms [Finished 2.483 s after backend start]
2023-01-10T21:33:21.969Z 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": 1.1 ms [Finished 2.485 s after backend start]
2023-01-10T21:33:22.118Z 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": 149.1 ms [Finished 2.634 s after backend start]
2023-01-10T21:33:22.230Z 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": 112.6 ms [Finished 2.746 s after backend start]
2023-01-10T21:33:22.866Z daemon INFO INFO[0000] Using config file: c:\Users\wsull\.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":"54572"}

2023-01-10T21:33:22.875Z daemon INFO Daemon is running.
2023-01-10T21:33:23.228Z 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": 998.0 ms [Finished 3.744 s after backend start]
2023-01-10T21:33:23.230Z daemon INFO INFO[0000] Loading hardware from: C:\Users\wsull\AppData\Local\Arduino15\packages
INFO[0000] Loading package arduino from: C:\Users\wsull\AppData\Local\Arduino15\packages\arduino\hardware
INFO[0000] Checking signature                            error="opening signature file: open C:\\Users\\wsull\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\avr\\1.8.6\\installed.json.sig: The system cannot find the file specified." index="C:\\Users\\wsull\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\avr\\1.8.6\\installed.json" signatureFile="C:\\Users\\wsull\\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 signature                            error="opening signature file: open C:\\Users\\wsull\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\megaavr\\1.8.8\\installed.json.sig: The system cannot find the file specified." index="C:\\Users\\wsull\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\megaavr\\1.8.8\\installed.json" signatureFile="C:\\Users\\wsull\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\megaavr\\1.8.8\\installed.json.sig"
INFO[0000] Adding monitor tool                           protocol=serial tool="builtin:serial-monitor"
INFO[0000] Loaded platform                               platform="arduino:megaavr@1.8.8"
INFO[0000] Checking existence of 'tools' path: C:\Users\wsull\AppData\Local\Arduino15\packages\arduino\tools
INFO[0000] Loading tools from dir: C:\Users\wsull\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-arduino5"
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\wsull\AppData\Local\Arduino15\packages\builtin
INFO[0000] Checking existence of 'tools' path: C:\Users\wsull\AppData\Local\Arduino15\packages\builtin\tools
INFO[0000] Loading tools from dir: C:\Users\wsull\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:serial-discovery@1.3.2"
INFO[0000] Loaded tool                                   tool="builtin:serial-discovery@1.3.3"
INFO[0000] Loaded tool                                   tool="builtin:serial-monitor@0.11.0"
INFO[0000] Checking signature                            index="C:\\Users\\wsull\\AppData\\Local\\Arduino15\\package_index.json" signatureFile="C:\\Users\\wsull\\AppData\\Local\\Arduino15\\package_index.json.sig" trusted=true
INFO[0000] Adding libraries dir                          dir="C:\\Users\\wsull\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\avr\\1.8.6\\libraries" location=platform
INFO[0000] Adding libraries dir                          dir="C:\\Users\\wsull\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\megaavr\\1.8.8\\libraries" location=platform
INFO[0000] Loading libraries index file                  index="C:\\Users\\wsull\\AppData\\Local\\Arduino15\\library_index.json"

2023-01-10T21:33:23.504Z 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": 275.1 ms [Finished 4.020 s after backend start]
2023-01-10T21:33:23.640Z 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": 136.6 ms [Finished 4.156 s after backend start]
2023-01-10T21:33:23.642Z daemon INFO INFO[0001] Adding libraries dir                          dir="C:\\Users\\wsull\\AppData\\Local\\Arduino15\\libraries" location=ide
INFO[0001] Adding libraries dir                          dir="C:\\Users\\wsull\\Documents\\Arduino\\libraries" location=user

2023-01-10T21:33:23.745Z 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": 104.5 ms [Finished 4.261 s after backend start]
2023-01-10T21:33:23.856Z 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": 110.5 ms [Finished 4.372 s after backend start]
2023-01-10T21:33:23.966Z 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": 110.3 ms [Finished 4.482 s after backend start]
2023-01-10T21:33:24.067Z 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": 100.6 ms [Finished 4.583 s after backend start]
2023-01-10T21:33:24.119Z 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": 52.6 ms [Finished 4.636 s after backend start]
2023-01-10T21:33:24.226Z 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": 106.8 ms [Finished 4.742 s after backend start]
2023-01-10T21:33:24.335Z 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": 108.7 ms [Finished 4.851 s after backend start]
2023-01-10T21:33:24.463Z 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": 127.4 ms [Finished 4.979 s after backend start]
2023-01-10T21:33:24.569Z 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": 106.5 ms [Finished 5.085 s after backend start]
2023-01-10T21:33:24.646Z 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": 77.1 ms [Finished 5.162 s after backend start]
2023-01-10T21:33:24.765Z 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": 102.2 ms [Finished 5.265 s after backend start]
2023-01-10T21:33:24.769Z root INFO Deploy plugins list: 237.5 ms [Finished 5.281 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-01-10T21:33:26.050Z discovery-log INFO start request start watch
2023-01-10T21:33:26.050Z discovery-log INFO start requested start watch
2023-01-10T21:33:26.053Z discovery-log INFO start resolved watching
2023-01-10T21:33:26.065Z daemon INFO INFO[0003] starting discovery builtin:mdns-discovery process
INFO[0003] starting discovery builtin:serial-discovery process

2023-01-10T21:33:26.111Z root WARN Frontend a.configure took longer than the expected maximum 100 milliseconds: 978.8 ms [Finished 4.286 s after frontend start]
2023-01-10T21:33:26.144Z daemon INFO INFO[0004] started discovery builtin:mdns-discovery process
INFO[0004] sending command HELLO 1 "arduino-cli 0.29.0" to discovery builtin:mdns-discovery

2023-01-10T21:33:26.177Z daemon INFO INFO[0004] from discovery builtin:mdns-discovery received message type: hello, message: OK, protocol version: 1

2023-01-10T21:33:26.178Z daemon INFO INFO[0004] sending command START_SYNC to discovery builtin:mdns-discovery

2023-01-10T21:33:26.183Z daemon INFO INFO[0004] from discovery builtin:mdns-discovery received message type: start_sync, message: OK

2023-01-10T21:33:26.317Z 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\wsull\Documents\Arduino\WiFi\Slider_Page_Web_Server\Slider_Page_Web_Server.ino>, response: <c:\Users\wsull\Documents\Arduino\WiFi\Slider_Page_Web_Server>.
2023-01-10T21:33:26.536Z root WARN Frontend l.onStart took longer than the expected maximum 100 milliseconds: 247.9 ms [Finished 4.773 s after frontend start]
2023-01-10T21:33:27.134Z root INFO Start frontend contributions: 1616.8 ms [Finished 4.782 s after frontend start]
2023-01-10T21:33:27.135Z root INFO Changed application state from 'init' to 'started_contributions'.
2023-01-10T21:33:27.147Z root INFO Changed application state from 'started_contributions' to 'attached_shell'.
2023-01-10T21:33:27.147Z root INFO >>> Restoring the layout state...
2023-01-10T21:33:27.149Z root INFO ------- SERIALIZED LAYOUT DATA -------
2023-01-10T21:33:27.150Z 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/wsull/Documents/Arduino/WiFi/Slider_Page_Web_Server/Slider_Page_Web_Server.ino"}},"innerWidgetState":"{\"cursorState\":[{\"inSelectionMode\":false,\"selectionStart\":{\"lineNumber\":177,\"column\":13},\"position\":{\"lineNumber\":177,\"column\":13}}],\"viewState\":{\"scrollLeft\":0,\"firstPosition\":{\"lineNumber\":174,\"column\":1},\"firstPositionDeltaTop\":-13},\"contributionsState\":{\"editor.contrib.folding\":{\"lineCount\":222,\"provider\":\"indent\",\"foldedImports\":false},\"editor.contrib.wordHighlighter\":false}}"},{"constructionOptions":{"factoryId":"code-editor-opener","options":{"counter":0,"kind":"navigatable","uri":"file:///c%3A/Users/wsull/Documents/Arduino/WiFi/Slider_Page_Web_Server/arduino_secrets.h"}},"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\":3,\"provider\":\"indent\",\"foldedImports\":false},\"editor.contrib.wordHighlighter\":false}}"}],"currentIndex":0}},"mainPanelPinned":[false,false],"bottomPanel":{"config":{"main":{"type":"tab-area","widgets":[{"constructionOptions":{"factoryId":"outputView"},"innerWidgetState":"{\"locked\":false}"}],"currentIndex":0}},"pinned":[false],"size":267,"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":false,"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-01-10T21:33:27.151Z root INFO ------- END SERIALIZED LAYOUT DATA -------
2023-01-10T21:33:27.158Z root INFO [de90c050-0869-4d04-b069-b9527fe4d6e1] Waiting for backend deployment: 590.9 ms [Finished 5.366 s after frontend start]
2023-01-10T21:33:27.382Z daemon INFO ERRO[0005] Discovery builtin:serial-discovery failed to run: discovery builtin:serial-discovery process not started: fork/exec C:\Users\wsull\AppData\Local\Arduino15\packages\builtin\tools\serial-discovery\1.3.3\serial-discovery.exe: Access is denied.

2023-01-10T21:33:28.079Z root INFO [hosted-plugin: 11524] PLUGIN_HOST(11524) starting instance
2023-01-10T21:33:28.241Z sketches-service WARN Mismatching sketch file <DisplayAndKeys.ino> and sketch folder name <HP35CalcTFTUno>. Skipping
2023-01-10T21:33:28.245Z sketches-service WARN Mismatching sketch file <FastLED_Blink.ino> and sketch folder name <WS2812B LED Strip>. Skipping
2023-01-10T21:33:28.245Z sketches-service WARN Mismatching sketch file <WS2812B_LED_Strip_2.ino> and sketch folder name <WS2812B LED Strip>. Skipping
2023-01-10T21:33:28.269Z sketches-service WARN Mismatching sketch file <Leds.ino> and sketch folder name <SD>. Skipping
2023-01-10T21:33:28.272Z sketches-service WARN Mismatching sketch file <Menu.ino> and sketch folder name <SD>. Skipping
2023-01-10T21:33:28.278Z sketches-service WARN Mismatching sketch file <RFID.ino> and sketch folder name <SD>. Skipping
2023-01-10T21:33:28.281Z sketches-service WARN Mismatching sketch file <4_Digit_TM74HC595_Display.ino> and sketch folder name <TM74HC595Display>. Skipping
2023-01-10T21:33:28.282Z sketches-service WARN Mismatching sketch file <LCD_Keypad_Read_Buttons_2.ino> and sketch folder name <LCD Keypad Shield>. Skipping
2023-01-10T21:33:28.283Z sketches-service WARN Mismatching sketch file <LCD_Keypad_Read_Buttons_3.ino> and sketch folder name <LCD Keypad Shield>. Skipping
2023-01-10T21:33:28.283Z sketches-service WARN Mismatching sketch file <HCRTC_Read_Example_with_LCD.ino> and sketch folder name <Real Time Clock>. Skipping
2023-01-10T21:33:28.283Z sketches-service WARN Mismatching sketch file <i2ckeypad.pde> and sketch folder name <i2ckeypad - Working version>. Skipping
2023-01-10T21:33:28.284Z sketches-service WARN Mismatching sketch file <Leds.ino> and sketch folder name <NoSerial>. Skipping
2023-01-10T21:33:28.285Z sketches-service WARN Mismatching sketch file <AccessControl.ino> and sketch folder name <SD>. Skipping
2023-01-10T21:33:28.285Z sketches-service WARN Mismatching sketch file <Leds.ino> and sketch folder name <AccessControl>. Skipping
2023-01-10T21:33:28.286Z sketches-service WARN Mismatching sketch file <SevenSegDemo.ino> and sketch folder name <4-Digit-7-Seg-LED-Display-Arduino-Demo>. Skipping
2023-01-10T21:33:28.297Z sketches-service WARN Mismatching sketch file <Visio_Full_QWERTY_Remote_Control.ino> and sketch folder name <IR Infrared Receiver>. Skipping
2023-01-10T21:33:28.298Z sketches-service WARN Mismatching sketch file <Data_Logger_Shield_HCARDU0093_Example.ino> and sketch folder name <Real Time Clock>. Skipping
2023-01-10T21:33:28.299Z sketches-service WARN Mismatching sketch file <CODE_FINAL.ino> and sketch folder name <CODE FINAL>. Skipping
2023-01-10T21:33:28.299Z sketches-service WARN Mismatching sketch file <I2C_LCD_Display_Scroll_Lines_Up-Down.ino> and sketch folder name <LCD Display Modules>. Skipping
2023-01-10T21:33:28.300Z sketches-service WARN Mismatching sketch file <max7219_7segment_Example.ino> and sketch folder name <4-Digit-7-Seg-LED-Display-Arduino-Demo>. Skipping
2023-01-10T21:33:28.301Z sketches-service WARN Mismatching sketch file <max7219_7segment_Example_2.ino> and sketch folder name <4-Digit-7-Seg-LED-Display-Arduino-Demo>. Skipping
2023-01-10T21:33:28.301Z sketches-service WARN Mismatching sketch file <acces_control.ino> and sketch folder name <Makefile_Build>. Skipping
2023-01-10T21:33:28.302Z sketches-service WARN Mismatching sketch file <button_list.ino> and sketch folder name <button_simple>. Skipping
2023-01-10T21:33:28.304Z sketches-service WARN Mismatching sketch file <8_Digit_TM74HC595_Display.ino> and sketch folder name <Jtron 8-Digit LED Seven-Segment 74HC595 Display Module>. Skipping
2023-01-10T21:33:28.306Z sketches-service WARN Mismatching sketch file <RGBW_strandtest.ino> and sketch folder name <RGBWstrandtest>. Skipping
2023-01-10T21:33:28.307Z sketches-service WARN Mismatching sketch file <8_Digit_TM74HC595_Display_backup.ino> and sketch folder name <Jtron 8-Digit LED Seven-Segment 74HC595 Display Module>. Skipping
2023-01-10T21:33:28.308Z sketches-service WARN Mismatching sketch file <TM1638_16_Button_Count_to_100.ino> and sketch folder name <TM1638 LED Controller 8-Segment Driver and Key Reader Modules>. Skipping
2023-01-10T21:33:28.308Z sketches-service WARN Mismatching sketch file <max7219_7segment_Example_3.ino.ino.ino> and sketch folder name <max7219_7segment_Example_2.ino>. Skipping
2023-01-10T21:33:28.309Z sketches-service WARN Mismatching sketch file <JY-LKM1638_Clock_Program.ino> and sketch folder name <TM1638 JY-LKM1638>. Skipping
2023-01-10T21:33:28.310Z sketches-service WARN Mismatching sketch file <JY-LKM1638_with_LectroBox_Keypad.ino> and sketch folder name <JY-LKM1638_with_Lectrobox_Keypad>. Skipping
2023-01-10T21:33:28.765Z root INFO [de90c050-0869-4d04-b069-b9527fe4d6e1] Sync of 21 plugins: 1640.2 ms [Finished 7.006 s after frontend start]
2023-01-10T21:33:29.380Z root INFO <<< The layout has been successfully restored.
2023-01-10T21:33:29.594Z root INFO Initialize the workbench layout: 2794.9 ms [Finished 7.621 s after frontend start]
2023-01-10T21:33:29.597Z root INFO Changed application state from 'attached_shell' to 'initialized_layout'.
2023-01-10T21:33:29.600Z root INFO [de90c050-0869-4d04-b069-b9527fe4d6e1][marus25.cortex-debug]: Loaded contributions.
2023-01-10T21:33:29.607Z root INFO [de90c050-0869-4d04-b069-b9527fe4d6e1][arduino.vscode-arduino-tools]: Loaded contributions.
2023-01-10T21:33:29.611Z root INFO [de90c050-0869-4d04-b069-b9527fe4d6e1][vscode.cpp]: Loaded contributions.
2023-01-10T21:33:29.613Z root INFO [de90c050-0869-4d04-b069-b9527fe4d6e1][vscode.json]: Loaded contributions.
2023-01-10T21:33:29.613Z root INFO [de90c050-0869-4d04-b069-b9527fe4d6e1][vscode.json-language-features]: Loaded contributions.
2023-01-10T21:33:29.622Z root INFO [de90c050-0869-4d04-b069-b9527fe4d6e1][ms-ceintl.vscode-language-pack-bg]: Loaded contributions.
2023-01-10T21:33:29.623Z root INFO [de90c050-0869-4d04-b069-b9527fe4d6e1][ms-ceintl.vscode-language-pack-cs]: Loaded contributions.
2023-01-10T21:33:29.629Z root INFO [de90c050-0869-4d04-b069-b9527fe4d6e1][ms-ceintl.vscode-language-pack-de]: Loaded contributions.
2023-01-10T21:33:29.633Z root INFO [de90c050-0869-4d04-b069-b9527fe4d6e1][ms-ceintl.vscode-language-pack-es]: Loaded contributions.
2023-01-10T21:33:29.634Z root INFO [de90c050-0869-4d04-b069-b9527fe4d6e1][ms-ceintl.vscode-language-pack-fr]: Loaded contributions.
2023-01-10T21:33:29.646Z root INFO [de90c050-0869-4d04-b069-b9527fe4d6e1][ms-ceintl.vscode-language-pack-hu]: Loaded contributions.
2023-01-10T21:33:29.647Z root INFO [de90c050-0869-4d04-b069-b9527fe4d6e1][ms-ceintl.vscode-language-pack-it]: Loaded contributions.
2023-01-10T21:33:29.647Z root INFO [de90c050-0869-4d04-b069-b9527fe4d6e1][ms-ceintl.vscode-language-pack-ja]: Loaded contributions.
2023-01-10T21:33:29.648Z root INFO [de90c050-0869-4d04-b069-b9527fe4d6e1][ms-ceintl.vscode-language-pack-ko]: Loaded contributions.
2023-01-10T21:33:29.649Z root INFO [de90c050-0869-4d04-b069-b9527fe4d6e1][ms-ceintl.vscode-language-pack-nl]: Loaded contributions.
2023-01-10T21:33:29.649Z root INFO [de90c050-0869-4d04-b069-b9527fe4d6e1][ms-ceintl.vscode-language-pack-pl]: Loaded contributions.
2023-01-10T21:33:29.650Z root INFO [de90c050-0869-4d04-b069-b9527fe4d6e1][ms-ceintl.vscode-language-pack-pt-br]: Loaded contributions.
2023-01-10T21:33:29.650Z root INFO [de90c050-0869-4d04-b069-b9527fe4d6e1][ms-ceintl.vscode-language-pack-ru]: Loaded contributions.
2023-01-10T21:33:29.651Z root INFO [de90c050-0869-4d04-b069-b9527fe4d6e1][ms-ceintl.vscode-language-pack-tr]: Loaded contributions.
2023-01-10T21:33:29.652Z root INFO [de90c050-0869-4d04-b069-b9527fe4d6e1][ms-ceintl.vscode-language-pack-uk]: Loaded contributions.
2023-01-10T21:33:29.653Z root INFO [de90c050-0869-4d04-b069-b9527fe4d6e1][ms-ceintl.vscode-language-pack-zh-hans]: Loaded contributions.
2023-01-10T21:33:29.653Z root INFO [de90c050-0869-4d04-b069-b9527fe4d6e1] Load contributions of 21 plugins: 209.0 ms [Finished 7.833 s after frontend start]
2023-01-10T21:33:29.710Z root WARN 'cpp' language is remapped from 'source.cpp.embedded.macro' to 'source.cpp' scope
2023-01-10T21:33:29.717Z root WARN a registered grammar configuration for 'cpp' language is overridden
2023-01-10T21:33:30.497Z root INFO [hosted-plugin: 11524] PLUGIN_HOST(11524): PluginManagerExtImpl/init()
PLUGIN_HOST(11524): 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)
Debugger contribution has been registered: cortex-debug
PLUGIN_HOST(11524): 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)
PLUGIN_HOST(11524): initializing(cpp@1.52.1 with C:\Program Files\Arduino IDE\resources\app\node_modules\@theia\plugin-ext-vscode\lib\node\plugin-vscode-init)
PLUGIN_HOST(11524): initializing(json@1.46.1 with C:\Program Files\Arduino IDE\resources\app\node_modules\@theia\plugin-ext-vscode\lib\node\plugin-vscode-init)
PLUGIN_HOST(11524): 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-01-10T21:33:30.498Z root INFO [hosted-plugin: 11524] PLUGIN_HOST(11524): 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-01-10T21:33:30.506Z root INFO [hosted-plugin: 11524] PLUGIN_HOST(11524): 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)
PLUGIN_HOST(11524): 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)
PLUGIN_HOST(11524): 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)
PLUGIN_HOST(11524): 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-01-10T21:33:30.517Z root INFO [hosted-plugin: 11524] PLUGIN_HOST(11524): 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(11524): 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)
PLUGIN_HOST(11524): 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)
PLUGIN_HOST(11524): 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)
PLUGIN_HOST(11524): 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)
PLUGIN_HOST(11524): 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)
PLUGIN_HOST(11524): 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)
PLUGIN_HOST(11524): 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-01-10T21:33:30.518Z root INFO [hosted-plugin: 11524] PLUGIN_HOST(11524): 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-01-10T21:33:30.519Z root INFO [hosted-plugin: 11524] PLUGIN_HOST(11524): 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-01-10T21:33:30.521Z root INFO [hosted-plugin: 11524] PLUGIN_HOST(11524): 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-01-10T21:33:31.035Z root INFO Frontend application start: 4997.1 ms [Finished 11.550 s after backend start]
2023-01-10T21:33:31.045Z root INFO Replace loading indicator with ready workbench UI (animation): 906.2 ms [Finished 8.741 s after frontend start]
2023-01-10T21:33:31.050Z root INFO Changed application state from 'initialized_layout' to 'ready'.
2023-01-10T21:33:31.051Z root WARN Linked preference "workbench.colorCustomizations" not found. Source: "editor.bracketPairColorization.enabled"
Checking for update
2023-01-10T21:33:31.447Z root INFO [hosted-plugin: 11524] PLUGIN_HOST(11524): PluginManagerExtImpl/loadPlugin(C:\Program Files\Arduino IDE\resources\app\plugins\vscode-builtin-json-language-features\extension\client\dist\jsonMain)
2023-01-10T21:33:31.489Z sketches-service WARN Mismatching sketch file <DisplayAndKeys.ino> and sketch folder name <HP35CalcTFTUno>. Skipping
2023-01-10T21:33:31.514Z sketches-service WARN Mismatching sketch file <FastLED_Blink.ino> and sketch folder name <WS2812B LED Strip>. Skipping
2023-01-10T21:33:31.526Z sketches-service WARN Mismatching sketch file <WS2812B_LED_Strip_2.ino> and sketch folder name <WS2812B LED Strip>. Skipping
2023-01-10T21:33:31.527Z sketches-service WARN Mismatching sketch file <Leds.ino> and sketch folder name <SD>. Skipping
2023-01-10T21:33:31.528Z sketches-service WARN Mismatching sketch file <Menu.ino> and sketch folder name <SD>. Skipping
2023-01-10T21:33:31.540Z sketches-service WARN Mismatching sketch file <RFID.ino> and sketch folder name <SD>. Skipping
2023-01-10T21:33:31.552Z sketches-service WARN Mismatching sketch file <4_Digit_TM74HC595_Display.ino> and sketch folder name <TM74HC595Display>. Skipping
2023-01-10T21:33:31.566Z sketches-service WARN Mismatching sketch file <LCD_Keypad_Read_Buttons_2.ino> and sketch folder name <LCD Keypad Shield>. Skipping
2023-01-10T21:33:31.574Z sketches-service WARN Mismatching sketch file <LCD_Keypad_Read_Buttons_3.ino> and sketch folder name <LCD Keypad Shield>. Skipping
2023-01-10T21:33:31.578Z sketches-service WARN Mismatching sketch file <HCRTC_Read_Example_with_LCD.ino> and sketch folder name <Real Time Clock>. Skipping
Update for version 2.0.3 is not available (latest version: 2.0.3, downgrade is allowed).
2023-01-10T21:33:31.588Z sketches-service WARN Mismatching sketch file <i2ckeypad.pde> and sketch folder name <i2ckeypad - Working version>. Skipping
2023-01-10T21:33:31.591Z sketches-service WARN Mismatching sketch file <Leds.ino> and sketch folder name <NoSerial>. Skipping
2023-01-10T21:33:31.593Z sketches-service WARN Mismatching sketch file <AccessControl.ino> and sketch folder name <SD>. Skipping
2023-01-10T21:33:31.594Z sketches-service WARN Mismatching sketch file <Leds.ino> and sketch folder name <AccessControl>. Skipping
2023-01-10T21:33:31.602Z sketches-service WARN Mismatching sketch file <SevenSegDemo.ino> and sketch folder name <4-Digit-7-Seg-LED-Display-Arduino-Demo>. Skipping
2023-01-10T21:33:31.602Z sketches-service WARN Mismatching sketch file <Visio_Full_QWERTY_Remote_Control.ino> and sketch folder name <IR Infrared Receiver>. Skipping
2023-01-10T21:33:31.606Z sketches-service WARN Mismatching sketch file <Data_Logger_Shield_HCARDU0093_Example.ino> and sketch folder name <Real Time Clock>. Skipping
2023-01-10T21:33:31.607Z sketches-service WARN Mismatching sketch file <CODE_FINAL.ino> and sketch folder name <CODE FINAL>. Skipping
2023-01-10T21:33:31.608Z sketches-service WARN Mismatching sketch file <I2C_LCD_Display_Scroll_Lines_Up-Down.ino> and sketch folder name <LCD Display Modules>. Skipping
2023-01-10T21:33:31.608Z sketches-service WARN Mismatching sketch file <max7219_7segment_Example.ino> and sketch folder name <4-Digit-7-Seg-LED-Display-Arduino-Demo>. Skipping
2023-01-10T21:33:31.608Z sketches-service WARN Mismatching sketch file <max7219_7segment_Example_2.ino> and sketch folder name <4-Digit-7-Seg-LED-Display-Arduino-Demo>. Skipping
2023-01-10T21:33:31.609Z sketches-service WARN Mismatching sketch file <acces_control.ino> and sketch folder name <Makefile_Build>. Skipping
2023-01-10T21:33:31.610Z sketches-service WARN Mismatching sketch file <button_list.ino> and sketch folder name <button_simple>. Skipping
2023-01-10T21:33:31.610Z sketches-service WARN Mismatching sketch file <8_Digit_TM74HC595_Display.ino> and sketch folder name <Jtron 8-Digit LED Seven-Segment 74HC595 Display Module>. Skipping
2023-01-10T21:33:31.611Z sketches-service WARN Mismatching sketch file <RGBW_strandtest.ino> and sketch folder name <RGBWstrandtest>. Skipping
2023-01-10T21:33:31.612Z sketches-service WARN Mismatching sketch file <8_Digit_TM74HC595_Display_backup.ino> and sketch folder name <Jtron 8-Digit LED Seven-Segment 74HC595 Display Module>. Skipping
2023-01-10T21:33:31.612Z sketches-service WARN Mismatching sketch file <TM1638_16_Button_Count_to_100.ino> and sketch folder name <TM1638 LED Controller 8-Segment Driver and Key Reader Modules>. Skipping
2023-01-10T21:33:31.613Z sketches-service WARN Mismatching sketch file <max7219_7segment_Example_3.ino.ino.ino> and sketch folder name <max7219_7segment_Example_2.ino>. Skipping
2023-01-10T21:33:31.627Z sketches-service WARN Mismatching sketch file <JY-LKM1638_Clock_Program.ino> and sketch folder name <TM1638 JY-LKM1638>. Skipping
2023-01-10T21:33:31.627Z sketches-service WARN Mismatching sketch file <JY-LKM1638_with_LectroBox_Keypad.ino> and sketch folder name <JY-LKM1638_with_Lectrobox_Keypad>. Skipping
2023-01-10T21:33:32.239Z root WARN A command arduino-include-library--LectroboxKeypadShield:Lectrobox <info@lectrobox.com> is already registered.
2023-01-10T21:33:32.241Z root INFO [hosted-plugin: 11524] PLUGIN_HOST(11524): PluginManagerExtImpl/loadPlugin(C:\Program Files\Arduino IDE\resources\app\plugins\vscode-arduino-tools\extension\dist\bundle)
2023-01-10T21:33:33.702Z root ERROR ---- !!!SLOW!!! DURATION: search took 2268.329 ms. Args: [{"type":"Updatable"}] ----
2023-01-10T21:33:33.708Z root INFO [de90c050-0869-4d04-b069-b9527fe4d6e1][marus25.cortex-debug]: Started plugin.
2023-01-10T21:33:33.709Z root INFO [de90c050-0869-4d04-b069-b9527fe4d6e1][arduino.vscode-arduino-tools]: Started plugin.
2023-01-10T21:33:33.709Z root INFO [de90c050-0869-4d04-b069-b9527fe4d6e1][vscode.cpp]: Started plugin.
2023-01-10T21:33:33.719Z root INFO [de90c050-0869-4d04-b069-b9527fe4d6e1][vscode.json]: Started plugin.
2023-01-10T21:33:33.731Z root INFO [de90c050-0869-4d04-b069-b9527fe4d6e1][vscode.json-language-features]: Started plugin.
2023-01-10T21:33:33.732Z root INFO [de90c050-0869-4d04-b069-b9527fe4d6e1][ms-ceintl.vscode-language-pack-bg]: Started plugin.
2023-01-10T21:33:33.732Z root INFO [de90c050-0869-4d04-b069-b9527fe4d6e1][ms-ceintl.vscode-language-pack-cs]: Started plugin.
2023-01-10T21:33:33.735Z root INFO [de90c050-0869-4d04-b069-b9527fe4d6e1][ms-ceintl.vscode-language-pack-de]: Started plugin.
2023-01-10T21:33:33.735Z root INFO [de90c050-0869-4d04-b069-b9527fe4d6e1][ms-ceintl.vscode-language-pack-es]: Started plugin.
2023-01-10T21:33:33.747Z root INFO [de90c050-0869-4d04-b069-b9527fe4d6e1][ms-ceintl.vscode-language-pack-fr]: Started plugin.
2023-01-10T21:33:33.750Z root INFO [de90c050-0869-4d04-b069-b9527fe4d6e1][ms-ceintl.vscode-language-pack-hu]: Started plugin.
2023-01-10T21:33:33.762Z root INFO [de90c050-0869-4d04-b069-b9527fe4d6e1][ms-ceintl.vscode-language-pack-it]: Started plugin.
2023-01-10T21:33:33.762Z root INFO [de90c050-0869-4d04-b069-b9527fe4d6e1][ms-ceintl.vscode-language-pack-ja]: Started plugin.
2023-01-10T21:33:33.763Z root INFO [de90c050-0869-4d04-b069-b9527fe4d6e1][ms-ceintl.vscode-language-pack-ko]: Started plugin.
2023-01-10T21:33:33.763Z root INFO [de90c050-0869-4d04-b069-b9527fe4d6e1][ms-ceintl.vscode-language-pack-nl]: Started plugin.
2023-01-10T21:33:33.763Z root INFO [de90c050-0869-4d04-b069-b9527fe4d6e1][ms-ceintl.vscode-language-pack-pl]: Started plugin.
2023-01-10T21:33:33.764Z root INFO [de90c050-0869-4d04-b069-b9527fe4d6e1][ms-ceintl.vscode-language-pack-pt-br]: Started plugin.
2023-01-10T21:33:33.764Z root INFO [de90c050-0869-4d04-b069-b9527fe4d6e1][ms-ceintl.vscode-language-pack-ru]: Started plugin.
2023-01-10T21:33:33.765Z root INFO [de90c050-0869-4d04-b069-b9527fe4d6e1][ms-ceintl.vscode-language-pack-tr]: Started plugin.
2023-01-10T21:33:33.765Z root INFO [de90c050-0869-4d04-b069-b9527fe4d6e1][ms-ceintl.vscode-language-pack-uk]: Started plugin.
2023-01-10T21:33:33.766Z root INFO [de90c050-0869-4d04-b069-b9527fe4d6e1][ms-ceintl.vscode-language-pack-zh-hans]: Started plugin.
2023-01-10T21:33:33.782Z root INFO [hosted-plugin: 11524] PLUGIN_HOST(11524): PluginManagerExtImpl/loadPlugin(C:\Program Files\Arduino IDE\resources\app\plugins\cortex-debug\extension\dist\extension.js)
2023-01-10T21:33:33.852Z root INFO [hosted-plugin: 11524] Debug configuration provider has been registered: cortex-debug, trigger: 1
2023-01-10T21:33:33.861Z root INFO [hosted-plugin: 11524] GDB server console created
2023-01-10T21:33:34.193Z root INFO [de90c050-0869-4d04-b069-b9527fe4d6e1] Start of 21 plugins: 4554.6 ms [Finished 12.403 s after frontend start]
2023-01-10T21:33:34.382Z root INFO Starting language server: arduino:megaavr:uno2018
2023-01-10T21:33:34.885Z daemon INFO INFO[0012] Searching tools required for board arduino:megaavr:uno2018
INFO[0012] Required tool                                 tool="arduino:arduinoOTA@1.3.0"
INFO[0012] Required tool                                 tool="arduino:avr-gcc@7.3.0-atmel3.6.1-arduino5"

2023-01-10T21:33:34.886Z daemon INFO INFO[0012] Required tool                                 tool="arduino:avrdude@6.3.0-arduino17"
INFO[0012] Adding libraries dir                          dir="C:\\Users\\wsull\\AppData\\Local\\Arduino15\\libraries" location=ide
INFO[0012] Adding libraries dir                          dir="C:\\Users\\wsull\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\megaavr\\1.8.8\\libraries" location=platform

2023-01-10T21:33:34.890Z daemon INFO INFO[0012] Adding libraries dir                          dir="C:\\Users\\wsull\\Documents\\Arduino\\libraries" location=user

2023-01-10T21:33:36.615Z daemon INFO INFO[0014] Resolving include SPI.h for arch megaavr
INFO[0014]   found better lib                            lib=SPI prio=64C

2023-01-10T21:33:36.939Z daemon INFO INFO[0014] Resolving include WiFiNINA.h for arch megaavr
INFO[0014]   found better lib                            lib=WiFiNINA prio=643

2023-01-10T21:33:42.600Z daemon INFO INFO[0020] Searching tools required for board arduino:megaavr:uno2018
INFO[0020] Required tool                                 tool="arduino:arduinoOTA@1.3.0"

2023-01-10T21:33:42.601Z daemon INFO INFO[0020] Required tool                                 tool="arduino:avr-gcc@7.3.0-atmel3.6.1-arduino5"
INFO[0020] Required tool                                 tool="arduino:avrdude@6.3.0-arduino17"



Thanks for notifying me of that problem with my instructions. I'll investigate it when I have access to my Windows machine (I currently only have a Linux machine). Nice work finding the way to get PowerShell open there.

Arduino IDE continuously prints logs to the command line over the session, so it is expected that you will only get a command prompt again after you close all Arduino IDE windows.

This is the reason why the ports are not recognized serial-discovery is a helper tool that Arduino IDE uses to find the serial ports available on your computer.

Arduino IDE automatically updates to the latest version of serial-discovery. This 1.3.3 version was released yesterday. So it seems that serial-discovery 1.3.2 was working correctly, then the problem was introduced by the update to 1.3.3.

This type of "Access is denied" error can be caused by interference by the antivirus software. Can you check your antivirus to see whether there is any indication it is doing something to that file?

As an experiment, you can try :warning: TEMPORARILY :warning: disabling your antivirus for a single Arduino IDE startup to see if the problem goes away, then turn the antivirus back on.

If the problem doesn't occur with the antivirus off you will need to adjust the settings of your antivirus to put the appropriate file, folder, or process on the "allow list" so it doesn't interfere with the tool.

:warning: Please be cautious about working without an antivirus. This is only about temporarily disabling it for a quick test. If you don't feel comfortable doing that, fine. You can try going straight to configuring the antivirus to not interfere with the Arduino software.

The problem seems to be PC Matic. Don't ask me why, but I have both Norton and PC Matic. Further adding to the complexity, I got a Windows update a few minutes ago.
But I disabled both Norton and PC Matic, and the Arduino IDE loaded up and detected the COMM port automatically. I then enabled Norton 360, and the IDE still started up and recognized the port properly. I then enabled PC Matic, and I experienced the problem recognizing the COMM Port. So from an Arduino point of view, you solved the problem for me. Now I will see what I can do in PC Matic. Thanks for your prompt help and expertise.

I submitted a Support ticket to PC Matic for this problem.

You are welcome. Great work on tracking down the specific cause of the error!

Thanks for following up on resolving the problem at the source in PC Matic. We sometimes see that a false positive will cause a security application to interfere with one of the tools Arduino maintains and these can be resolved by reporting the false positive to the technical support of that security application. In this way, you might save others from suffering from the same false positive so it benefits the entire Arduino community.

Regards,
Per

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