I also asked on discord but they said to post it here
I doubt you can have them both open at the same time, pick one.
I don't have them open at the same time, I need to close arduino to open HTerm
The IDE (or serial monitor) for some does not recognise the board; you can see that because the baud rate dropdown is missing.
Do you still have COM4 in the port menu of the IDE?
I'm not a specialist but maybe the log can shine some light on it.
- Close the IDE.\
- In Windows Explorer, navigate to C:\Users\yourUsername\AppData\Roaming\Arduino IDE and delete the log file. It might be hidden in which case you need to go to options/view in windows explorer and enable show hidden files, folders and drives.
- Start the IDE.
- Check if serial monitor still can't connect. If it can't,
- Close the IDE.
- Go back to the above directory.
- Open the log file with a normal editor (e.g. notepad), copy the content and post it here using code tags (!!).
- Close the log file again.
The easiest way to use code tags
- type three backticks (```)
- press enter
- paste the log
- press enter again
- type three backticks (```) again
- press enter
It's important that each group of backticks is on it's own line
```
your log here
```
will result in
your log here
If the log is too big (120000 characters), you can attach it.
2024-09-10 21:13:15 Arduino IDE 2.3.2
2024-09-10 21:13:15 Checking for frontend application configuration customizations. Module path: D:\Arduino\Arduino IDE\resources\app\lib\backend\electron-main.js, destination 'package.json': D:\Arduino\Arduino IDE\resources\app\package.json
2024-09-10 21:13:15 Setting 'theia.frontend.config.appVersion' application configuration value to: "2.3.2" (type of string)
2024-09-10 21:13:15 Setting 'theia.frontend.config.cliVersion' application configuration value to: "0.35.3" (type of string)
2024-09-10 21:13:15 Setting 'theia.frontend.config.buildDate' application configuration value to: "2024-02-20T10:04:35.814Z" (type of string)
2024-09-10 21:13:15 Frontend application configuration after modifications: {"applicationName":"Arduino IDE","defaultTheme":{"light":"arduino-theme","dark":"arduino-theme-dark"},"defaultIconTheme":"none","electron":{"windowOptions":{}},"defaultLocale":"","validatePreferencesSchema":false,"preferences":{"window.title":"${rootName}${activeEditorShort}${appName}","files.autoSave":"afterDelay","editor.minimap.enabled":false,"editor.tabSize":2,"editor.scrollBeyondLastLine":false,"editor.quickSuggestions":{"other":false,"comments":false,"strings":false},"editor.maxTokenizationLineLength":500,"editor.bracketPairColorization.enabled":false,"breadcrumbs.enabled":false,"workbench.tree.renderIndentGuides":"none","explorer.compactFolders":false},"appVersion":"2.3.2","cliVersion":"0.35.3","buildDate":"2024-02-20T10:04:35.814Z"}
2024-09-10 21:13:15 Starting backend process. PID: 15652
2024-09-10 21:13:16 Using browser-only version of superagent in non-browser environment
2024-09-10 21:13:16 Configuration directory URI: 'file:///c%3A/Users/uporabnik/.arduinoIDE'
2024-09-10 21:13:16 Configuring to accept webviews on '^.+\.webview\..+$' hostname.
2024-09-10 21:13:16 2024-09-10T19:13:16.454Z root INFO Backend Object.initialize: 4.1 ms [Finished 0.834 s after backend start]
2024-09-10 21:13:16 2024-09-10T19:13:16.455Z root INFO Backend Object.configure: 3.3 ms [Finished 0.834 s after backend start]
2024-09-10 21:13:16 2024-09-10T19:13:16.455Z root INFO Backend s.onStart: 1.6 ms [Finished 0.834 s after backend start]
2024-09-10 21:13:16 2024-09-10T19:13:16.456Z root INFO Backend s.configure: 0.3 ms [Finished 0.856 s after backend start]
2024-09-10 21:13:16 2024-09-10T19:13:16.456Z root INFO Backend d.onStart: 0.2 ms [Finished 0.856 s after backend start]
2024-09-10 21:13:16 2024-09-10T19:13:16.457Z root INFO Backend d.configure: 0.1 ms [Finished 0.856 s after backend start]
2024-09-10 21:13:16 2024-09-10T19:13:16.458Z root INFO Backend d.initialize: 22.6 ms [Finished 0.857 s after backend start]
2024-09-10 21:13:16 2024-09-10T19:13:16.458Z root INFO Backend c.onStart: 0.2 ms [Finished 0.857 s after backend start]
2024-09-10 21:13:16 2024-09-10T19:13:16.458Z root INFO Backend a.configure: 1.4 ms [Finished 0.858 s after backend start]
2024-09-10 21:13:16 2024-09-10T19:13:16.459Z config INFO >>> Initializing CLI configuration...
2024-09-10 21:13:16 2024-09-10T19:13:16.460Z root INFO Backend c.initialize: 0.5 ms [Finished 0.858 s after backend start]
2024-09-10 21:13:16 2024-09-10T19:13:16.460Z root INFO Backend R.onStart: 0.6 ms [Finished 0.859 s after backend start]
2024-09-10 21:13:16 2024-09-10T19:13:16.460Z config INFO Loading CLI configuration from c:\Users\uporabnik\.arduinoIDE\arduino-cli.yaml...
2024-09-10 21:13:16 2024-09-10T19:13:16.461Z daemon INFO Starting daemon from D:\Arduino\Arduino IDE\resources\app\lib\backend\resources\arduino-cli.exe...
2024-09-10 21:13:16 2024-09-10T19:13:16.461Z root INFO Backend a.initialize: 0.3 ms [Finished 0.860 s after backend start]
2024-09-10 21:13:16 2024-09-10T19:13:16.461Z root INFO Backend w.onStart: 1.1 ms [Finished 0.860 s after backend start]
2024-09-10 21:13:16 2024-09-10T19:13:16.461Z root INFO Backend r.configure: 1.7 ms [Finished 0.860 s after backend start]
2024-09-10 21:13:16 2024-09-10T19:13:16.462Z discovery-log INFO start
2024-09-10 21:13:16 2024-09-10T19:13:16.462Z discovery-log INFO start new deferred
2024-09-10 21:13:16 2024-09-10T19:13:16.462Z root INFO Backend d.initialize: 0.4 ms [Finished 0.861 s after backend start]
2024-09-10 21:13:16 2024-09-10T19:13:16.462Z root INFO Backend y.onStart: 1.7 ms [Finished 0.862 s after backend start]
2024-09-10 21:13:16 2024-09-10T19:13:16.462Z root INFO Backend r.configure: 1.4 ms [Finished 0.862 s after backend start]
2024-09-10 21:13:16 2024-09-10T19:13:16.462Z root INFO Backend a.onStart: 0.8 ms [Finished 0.864 s after backend start]
2024-09-10 21:13:16 2024-09-10T19:13:16.462Z root INFO Backend h.configure: 0.8 ms [Finished 0.864 s after backend start]
2024-09-10 21:13:16 2024-09-10T19:13:16.462Z root INFO Backend s.configure: 0.1 ms [Finished 0.864 s after backend start]
2024-09-10 21:13:16 2024-09-10T19:13:16.462Z root INFO Backend l.configure: 0.1 ms [Finished 0.865 s after backend start]
2024-09-10 21:13:16 2024-09-10T19:13:16.464Z root INFO Theia app listening on http://127.0.0.1:64500.
2024-09-10 21:13:16 2024-09-10T19:13:16.464Z root INFO Finished starting backend application: 2.9 ms [Finished 0.867 s after backend start]
2024-09-10 21:13:16 2024-09-10T19:13:16.465Z root WARN The local plugin referenced by local-dir:/c%3A/Users/uporabnik/.arduinoIDE/plugins does not exist.
2024-09-10 21:13:16 2024-09-10T19:13:16.465Z root WARN The local plugin referenced by local-dir:/c%3A/Users/uporabnik/.arduinoIDE/extensions does not exist.
2024-09-10 21:13:16 2024-09-10T19:13:16.465Z root WARN The local plugin referenced by local-dir:C:\Users\uporabnik\.arduinoIDE\plugins does not exist.
2024-09-10 21:13:18 2024-09-10T19:13:18.213Z config INFO Loaded CLI configuration: {"board_manager":{"additional_urls":[]},"daemon":{"port":"50051"},"directories":{"data":"C:\\Users\\uporabnik\\AppData\\Local\\Arduino15","downloads":"C:\\Users\\uporabnik\\AppData\\Local\\Arduino15\\staging","user":"C:\\Users\\uporabnik\\OneDrive\\Dokumenti\\Arduino"},"library":{"enable_unsafe_install":false},"logging":{"file":"","format":"text","level":"info"},"metrics":{"addr":":9090","enabled":true},"output":{"no_color":false},"sketch":{"always_export_binaries":false},"updater":{"enable_notification":true}}
2024-09-10 21:13:18 2024-09-10T19:13:18.213Z config INFO 'directories.data' and 'directories.user' are set in the CLI configuration model.
2024-09-10 21:13:18 2024-09-10T19:13:18.213Z config INFO Loaded the CLI configuration.
2024-09-10 21:13:18 2024-09-10T19:13:18.222Z config INFO Mapped the CLI configuration: {"dataDirUri":"file:///c%3A/Users/uporabnik/AppData/Local/Arduino15","sketchDirUri":"file:///c%3A/Users/uporabnik/OneDrive/Dokumenti/Arduino","additionalUrls":[],"network":"none","locale":"en"}
2024-09-10 21:13:18 2024-09-10T19:13:18.222Z config INFO Validating the CLI configuration...
2024-09-10 21:13:18 2024-09-10T19:13:18.223Z config INFO The CLI config is valid.
2024-09-10 21:13:18 2024-09-10T19:13:18.223Z config INFO <<< Initialized the CLI configuration.
2024-09-10 21:13:18 2024-09-10T19:13:18.241Z root INFO Resolve plugins list: 1781.3 ms [Finished 2.644 s after backend start]
2024-09-10 21:13:18 2024-09-10T19:13:18.372Z daemon INFO time="2024-09-10T21:13:18+02:00" level=info msg="Using config file: c:\\Users\\uporabnik\\.arduinoIDE\\arduino-cli.yaml"
time="2024-09-10T21:13:18+02:00" level=info msg="arduino-cli.exe version 0.35.3"
time="2024-09-10T21:13:18+02:00" level=info msg="Executing `arduino-cli daemon`"
2024-09-10 21:13:18 2024-09-10T19:13:18.377Z daemon INFO Daemon is now listening on 127.0.0.1:64518
{"IP":"127.0.0.1","Port":"64518"}
2024-09-10 21:13:18 2024-09-10T19:13:18.377Z daemon INFO Daemon is running.
2024-09-10 21:13:18 2024-09-10T19:13:18.421Z daemon INFO time="2024-09-10T21:13:18+02:00" level=info msg="Checking signature" index="C:\\Users\\uporabnik\\AppData\\Local\\Arduino15\\package_index.json" signatureFile="C:\\Users\\uporabnik\\AppData\\Local\\Arduino15\\package_index.json.sig" trusted=true
2024-09-10 21:13:18 2024-09-10T19:13:18.422Z daemon INFO time="2024-09-10T21:13:18+02:00" level=info msg="Loading hardware from: C:\\Users\\uporabnik\\AppData\\Local\\Arduino15\\packages"
2024-09-10 21:13:18 2024-09-10T19:13:18.423Z daemon INFO time="2024-09-10T21:13:18+02:00" level=info msg="Loading package arduino from: C:\\Users\\uporabnik\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware"
2024-09-10 21:13:18 2024-09-10T19:13:18.432Z daemon INFO time="2024-09-10T21:13:18+02:00" level=info msg="Missing signature file" index="C:\\Users\\uporabnik\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\avr\\1.8.6\\installed.json"
2024-09-10 21:13:18 2024-09-10T19:13:18.457Z daemon INFO time="2024-09-10T21:13:18+02:00" level=info msg="Adding monitor tool" protocol=serial tool="builtin:serial-monitor"
time="2024-09-10T21:13:18+02:00" level=info msg="Loaded platform" platform="arduino:avr@1.8.6"
2024-09-10 21:13:18 2024-09-10T19:13:18.467Z daemon INFO time="2024-09-10T21:13:18+02:00" level=info msg="Missing signature file" index="C:\\Users\\uporabnik\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\renesas_uno\\1.2.0\\installed.json"
2024-09-10 21:13:18 2024-09-10T19:13:18.490Z daemon INFO time="2024-09-10T21:13:18+02:00" level=info msg="Adding monitor tool" protocol=serial tool="builtin:serial-monitor"
time="2024-09-10T21:13:18+02:00" level=info msg="Loaded platform" platform="arduino:renesas_uno@1.2.0"
2024-09-10 21:13:18 2024-09-10T19:13:18.490Z daemon INFO time="2024-09-10T21:13:18+02:00" level=info msg="Checking existence of 'tools' path: C:\\Users\\uporabnik\\AppData\\Local\\Arduino15\\packages\\arduino\\tools"
time="2024-09-10T21:13:18+02:00" level=info msg="Loading tools from dir: C:\\Users\\uporabnik\\AppData\\Local\\Arduino15\\packages\\arduino\\tools"
2024-09-10 21:13:18 2024-09-10T19:13:18.492Z daemon INFO time="2024-09-10T21:13:18+02:00" level=info msg="Loaded tool" tool="arduino:arduinoOTA@1.3.0"
2024-09-10 21:13:18 2024-09-10T19:13:18.492Z daemon INFO time="2024-09-10T21:13:18+02:00" level=info msg="Loaded tool" tool="arduino:arm-none-eabi-gcc@7-2017q4"
2024-09-10 21:13:18 2024-09-10T19:13:18.492Z daemon INFO time="2024-09-10T21:13:18+02:00" level=info msg="Loaded tool" tool="arduino:avr-gcc@7.3.0-atmel3.6.1-arduino7"
2024-09-10 21:13:18 2024-09-10T19:13:18.493Z daemon INFO time="2024-09-10T21:13:18+02:00" level=info msg="Loaded tool" tool="arduino:avrdude@6.3.0-arduino17"
2024-09-10 21:13:18 2024-09-10T19:13:18.493Z daemon INFO time="2024-09-10T21:13:18+02:00" level=info msg="Loaded tool" tool="arduino:bossac@1.9.1-arduino5"
2024-09-10 21:13:18 2024-09-10T19:13:18.494Z daemon INFO time="2024-09-10T21:13:18+02:00" level=info msg="Loaded tool" tool="arduino:dfu-util@0.11.0-arduino5"
2024-09-10 21:13:18 2024-09-10T19:13:18.494Z daemon INFO time="2024-09-10T21:13:18+02:00" level=info msg="Loaded tool" tool="arduino:openocd@0.11.0-arduino2"
2024-09-10 21:13:18 2024-09-10T19:13:18.495Z daemon INFO time="2024-09-10T21:13:18+02:00" level=info msg="Loading package builtin from: C:\\Users\\uporabnik\\AppData\\Local\\Arduino15\\packages\\builtin"
2024-09-10 21:13:18 2024-09-10T19:13:18.496Z daemon INFO time="2024-09-10T21:13:18+02:00" level=info msg="Checking existence of 'tools' path: C:\\Users\\uporabnik\\AppData\\Local\\Arduino15\\packages\\builtin\\tools"
2024-09-10 21:13:18 2024-09-10T19:13:18.496Z daemon INFO time="2024-09-10T21:13:18+02:00" level=info msg="Loading tools from dir: C:\\Users\\uporabnik\\AppData\\Local\\Arduino15\\packages\\builtin\\tools"
2024-09-10 21:13:18 2024-09-10T19:13:18.497Z daemon INFO time="2024-09-10T21:13:18+02:00" level=info msg="Loaded tool" tool="builtin:ctags@5.8-arduino11"
2024-09-10 21:13:18 2024-09-10T19:13:18.497Z daemon INFO time="2024-09-10T21:13:18+02:00" level=info msg="Loaded tool" tool="builtin:dfu-discovery@0.1.2"
2024-09-10 21:13:18 2024-09-10T19:13:18.498Z daemon INFO time="2024-09-10T21:13:18+02:00" level=info msg="Loaded tool" tool="builtin:mdns-discovery@1.0.6"
2024-09-10 21:13:18 2024-09-10T19:13:18.498Z daemon INFO time="2024-09-10T21:13:18+02:00" level=info msg="Loaded tool" tool="builtin:mdns-discovery@1.0.8"
2024-09-10 21:13:18 2024-09-10T19:13:18.498Z daemon INFO time="2024-09-10T21:13:18+02:00" level=info msg="Loaded tool" tool="builtin:mdns-discovery@1.0.9"
2024-09-10 21:13:18 2024-09-10T19:13:18.498Z daemon INFO time="2024-09-10T21:13:18+02:00" level=info msg="Loaded tool" tool="builtin:serial-discovery@1.3.3"
2024-09-10 21:13:18 2024-09-10T19:13:18.498Z daemon INFO time="2024-09-10T21:13:18+02:00" level=info msg="Loaded tool" tool="builtin:serial-discovery@1.3.5"
time="2024-09-10T21:13:18+02:00" level=info msg="Loaded tool" tool="builtin:serial-discovery@1.4.0"
2024-09-10 21:13:18 2024-09-10T19:13:18.498Z daemon INFO time="2024-09-10T21:13:18+02:00" level=info msg="Loaded tool" tool="builtin:serial-discovery@1.4.1"
2024-09-10 21:13:18 2024-09-10T19:13:18.499Z daemon INFO time="2024-09-10T21:13:18+02:00" level=info msg="Loaded tool" tool="builtin:serial-monitor@0.12.0"
2024-09-10 21:13:18 2024-09-10T19:13:18.499Z daemon INFO time="2024-09-10T21:13:18+02:00" level=info msg="Loaded tool" tool="builtin:serial-monitor@0.13.0"
2024-09-10 21:13:18 2024-09-10T19:13:18.499Z daemon INFO time="2024-09-10T21:13:18+02:00" level=info msg="Loaded tool" tool="builtin:serial-monitor@0.14.1"
2024-09-10 21:13:18 2024-09-10T19:13:18.504Z daemon INFO time="2024-09-10T21:13:18+02:00" level=info msg="Adding libraries dir" dir="C:\\Users\\uporabnik\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\avr\\1.8.6\\libraries" location=platform
2024-09-10 21:13:18 2024-09-10T19:13:18.507Z daemon INFO time="2024-09-10T21:13:18+02:00" level=info msg="Adding libraries dir" dir="C:\\Users\\uporabnik\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\renesas_uno\\1.2.0\\libraries" location=platform
2024-09-10 21:13:18 2024-09-10T19:13:18.507Z daemon INFO time="2024-09-10T21:13:18+02:00" level=info msg="Loading libraries index file" index="C:\\Users\\uporabnik\\AppData\\Local\\Arduino15\\library_index.json"
2024-09-10 21:13:18 2024-09-10T19:13:18.880Z daemon INFO time="2024-09-10T21:13:18+02:00" level=info msg="Adding libraries dir" dir="C:\\Users\\uporabnik\\AppData\\Local\\Arduino15\\libraries" location=ide
time="2024-09-10T21:13:18+02:00" level=info msg="Adding libraries dir" dir="C:\\Users\\uporabnik\\OneDrive\\Dokumenti\\Arduino\\libraries" location=user
2024-09-10 21:13:18 Opening channel for service path '/services/electron-window'.
2024-09-10 21:13:19 Opening channel for service path '/services/ide-updater'.
2024-09-10 21:13:19 2024-09-10T19:13:19.234Z discovery-log INFO start resolved watching
2024-09-10 21:13:19 2024-09-10T19:13:19.264Z daemon INFO time="2024-09-10T21:13:19+02:00" level=info msg="starting discovery builtin:dfu-discovery process"
time="2024-09-10T21:13:19+02:00" level=info msg="starting discovery builtin:serial-discovery process"
time="2024-09-10T21:13:19+02:00" level=info msg="starting discovery builtin:mdns-discovery process"
time="2024-09-10T21:13:19+02:00" level=info msg="started discovery builtin:dfu-discovery process"
time="2024-09-10T21:13:19+02:00" level=info msg="sending command HELLO 1 \"arduino-cli 0.35.3\" to discovery builtin:dfu-discovery"
time="2024-09-10T21:13:19+02:00" level=info msg="started discovery builtin:mdns-discovery process"
time="2024-09-10T21:13:19+02:00" level=info msg="sending command HELLO 1 \"arduino-cli 0.35.3\" to discovery builtin:mdns-discovery"
time="2024-09-10T21:13:19+02:00" level=info msg="from discovery builtin:mdns-discovery received message type: hello, message: OK, protocol version: 1"
time="2024-09-10T21:13:19+02:00" level=info msg="sending command START_SYNC to discovery builtin:mdns-discovery"
time="2024-09-10T21:13:19+02:00" level=info msg="from discovery builtin:mdns-discovery received message type: start_sync, message: OK"
time="2024-09-10T21:13:19+02:00" level=info msg="from discovery builtin:dfu-discovery received message type: hello, message: OK, protocol version: 1"
time="2024-09-10T21:13:19+02:00" level=info msg="sending command START_SYNC to discovery builtin:dfu-discovery"
time="2024-09-10T21:13:19+02:00" level=info msg="from discovery builtin:dfu-discovery received message type: start_sync, message: OK"
2024-09-10 21:13:19 2024-09-10T19:13:19.569Z daemon INFO time="2024-09-10T21:13:19+02:00" level=info msg="started discovery builtin:serial-discovery process"
2024-09-10 21:13:19 2024-09-10T19:13:19.570Z daemon INFO time="2024-09-10T21:13:19+02:00" level=info msg="sending command HELLO 1 \"arduino-cli 0.35.3\" to discovery builtin:serial-discovery"
2024-09-10 21:13:19 2024-09-10T19:13:19.587Z daemon INFO time="2024-09-10T21:13:19+02:00" level=info msg="from discovery builtin:serial-discovery received message type: hello, message: OK, protocol version: 1"
2024-09-10 21:13:19 2024-09-10T19:13:19.587Z daemon INFO time="2024-09-10T21:13:19+02:00" level=info msg="sending command START_SYNC to discovery builtin:serial-discovery"
time="2024-09-10T21:13:19+02:00" level=info msg="from discovery builtin:serial-discovery received message type: start_sync, message: OK"
2024-09-10 21:13:19 2024-09-10T19:13:19.604Z daemon INFO time="2024-09-10T21:13:19+02:00" level=info msg="from discovery builtin:serial-discovery received message type: add, port: COM4"
2024-09-10 21:13:19 2024-09-10T19:13:19.608Z discovery-log INFO {"eventType":"add","port":{"matchingBoardsList":[{"name":"Arduino Uno","fqbn":"arduino:avr:uno","isHidden":false}],"port":{"address":"COM4","label":"COM4","protocol":"serial","protocolLabel":"Serial Port (USB)","propertiesMap":[["pid","0x0043"],["serialNumber","242383139353516161F1"],["vid","0x2341"]],"hardwareId":"242383139353516161F1"}},"error":""}
2024-09-10 21:13:19 2024-09-10T19:13:19.717Z root WARN Frontend a.configure took longer than the expected maximum 100 milliseconds: 557.4 ms [Finished 3.002 s after frontend start]
2024-09-10 21:13:19 2024-09-10T19:13:19.717Z root WARN A command editor.action.toggleStickyScroll is already registered.
2024-09-10 21:13:20 2024-09-10T19:13:20.081Z root WARN Frontend D.onStart took longer than the expected maximum 100 milliseconds: 248.9 ms [Finished 3.422 s after frontend start]
2024-09-10 21:13:20 2024-09-10T19:13:20.295Z root ERROR Uncaught Exception: Error: EPERM: operation not permitted, open 'c:\Users\uporabnik\.arduinoIDE\recentworkspace.json'
2024-09-10 21:13:20 2024-09-10T19:13:20.295Z root ERROR Error: EPERM: operation not permitted, open 'c:\Users\uporabnik\.arduinoIDE\recentworkspace.json'
2024-09-10 21:13:20 2024-09-10T19:13:20.302Z root WARN Frontend c.onStart took longer than the expected maximum 100 milliseconds: 218.3 ms [Finished 3.643 s after frontend start]
2024-09-10 21:13:20 2024-09-10T19:13:20.334Z root INFO Start frontend contributions: 1304.2 ms [Finished 3.653 s after frontend start]
2024-09-10 21:13:20 2024-09-10T19:13:20.334Z root INFO Changed application state from 'init' to 'started_contributions'.
2024-09-10 21:13:20 2024-09-10T19:13:20.347Z root INFO Changed application state from 'started_contributions' to 'attached_shell'.
2024-09-10 21:13:20 2024-09-10T19:13:20.348Z root INFO >>> Restoring the layout state...
2024-09-10 21:13:20 2024-09-10T19:13:20.348Z root INFO <<< Nothing to restore.
2024-09-10 21:13:20 2024-09-10T19:13:20.394Z root INFO Initialize the workbench layout: 36.1 ms [Finished 3.726 s after frontend start]
2024-09-10 21:13:20 2024-09-10T19:13:20.411Z root INFO Changed application state from 'attached_shell' to 'initialized_layout'.
2024-09-10 21:13:21 2024-09-10T19:13:21.436Z root INFO Frontend application start: 2108.7 ms [Finished 5.838 s after backend start]
2024-09-10 21:13:21 Checking for update
2024-09-10 21:13:21 2024-09-10T19:13:21.464Z root INFO Replace loading indicator with ready workbench UI (animation): 841.2 ms [Finished 4.596 s after frontend start]
2024-09-10 21:13:21 2024-09-10T19:13:21.464Z root INFO Changed application state from 'initialized_layout' to 'ready'.
2024-09-10 21:13:21 2024-09-10T19:13:21.464Z root WARN Linked preference "workbench.colorCustomizations" not found.
2024-09-10 21:13:21 2024-09-10T19:13:21.525Z daemon INFO time="2024-09-10T21:13:21+02:00" level=info msg="Updating libraries index"
2024-09-10 21:13:21 2024-09-10T19:13:21.528Z daemon INFO time="2024-09-10T21:13:21+02:00" level=info msg="Starting download" url="https://downloads.arduino.cc/libraries/library_index.tar.bz2"
time="2024-09-10T21:13:21+02:00" level=info msg="Updating index" url="https://downloads.arduino.cc/packages/package_index.tar.bz2"
2024-09-10 21:13:21 2024-09-10T19:13:21.530Z daemon INFO time="2024-09-10T21:13:21+02:00" level=info msg="Starting download" url="https://downloads.arduino.cc/packages/package_index.tar.bz2"
2024-09-10 21:13:21 2024-09-10T19:13:21.568Z root INFO core-client-provider [library-index] Downloading index: library_index.tar.bz2
2024-09-10 21:13:21 2024-09-10T19:13:21.570Z root INFO core-client-provider [platform-index] Downloading index: package_index.tar.bz2
2024-09-10 21:13:22 2024-09-10T19:13:22.102Z root ERROR ---- !!!SLOW!!! DURATION: search took 634.685 ms. Args: [{"type":"Updatable"}] ----
2024-09-10 21:13:22 2024-09-10T19:13:22.106Z root ERROR Request recentlyOpenedSketches failed with error: EPERM: operation not permitted, open 'c:\Users\uporabnik\.arduinoIDE\recent-sketches.json' Error: EPERM: operation not permitted, open 'c:\Users\uporabnik\.arduinoIDE\recent-sketches.json'
2024-09-10 21:13:22 2024-09-10T19:13:22.107Z fwuploader ERROR Error: Process exited with exit code: 1
at ChildProcess.<anonymous> (D:\Arduino\Arduino IDE\resources\app\lib\backend\main.js:2:639977)
at ChildProcess.emit (node:events:514:28)
at Process.onexit (node:internal/child_process:291:12)
2024-09-10 21:13:22 2024-09-10T19:13:22.108Z root ERROR Request updatableBoards failed with error: Process exited with exit code: 1 Error: Process exited with exit code: 1
at ChildProcess.<anonymous> (D:\Arduino\Arduino IDE\resources\app\lib\backend\main.js:2:639977)
at ChildProcess.emit (node:events:514:28)
at Process.onexit (node:internal/child_process:291:12)
2024-09-10 21:13:22 Update for version 2.3.2 is not available (latest version: 2.3.2, downgrade is allowed).
2024-09-10 21:13:23 2024-09-10T19:13:23.282Z root INFO Deploy plugins list: 1781.3 ms [Finished 7.684 s after backend start]
2024-09-10 21:13:23 2024-09-10T19:13:23.285Z root INFO [42c05721-e502-45be-8b06-8e5c959cfc5a] Waiting for backend deployment: 2981.7 ms [Finished 6.626 s after frontend start]
2024-09-10 21:13:23 2024-09-10T19:13:23.770Z root INFO [hosted-plugin: 19256] PLUGIN_HOST(19256) starting instance
2024-09-10 21:13:23 2024-09-10T19:13:23.792Z daemon INFO time="2024-09-10T21:13:23+02:00" level=info msg="Checking signature" index="C:\\Users\\uporabnik\\AppData\\Local\\Arduino15\\package_index.json" signatureFile="C:\\Users\\uporabnik\\AppData\\Local\\Arduino15\\package_index.json.sig" trusted=true
2024-09-10 21:13:23 2024-09-10T19:13:23.795Z daemon INFO time="2024-09-10T21:13:23+02:00" level=info msg="Loading hardware from: C:\\Users\\uporabnik\\AppData\\Local\\Arduino15\\packages"
2024-09-10 21:13:23 2024-09-10T19:13:23.797Z daemon INFO time="2024-09-10T21:13:23+02:00" level=info msg="Loading package arduino from: C:\\Users\\uporabnik\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware"
2024-09-10 21:13:23 2024-09-10T19:13:23.799Z daemon INFO time="2024-09-10T21:13:23+02:00" level=info msg="Missing signature file" index="C:\\Users\\uporabnik\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\avr\\1.8.6\\installed.json"
2024-09-10 21:13:23 2024-09-10T19:13:23.801Z daemon INFO time="2024-09-10T21:13:23+02:00" level=info msg="Adding monitor tool" protocol=serial tool="builtin:serial-monitor"
2024-09-10 21:13:23 2024-09-10T19:13:23.801Z daemon INFO time="2024-09-10T21:13:23+02:00" level=info msg="Loaded platform" platform="arduino:avr@1.8.6"
2024-09-10 21:13:23 2024-09-10T19:13:23.803Z daemon INFO time="2024-09-10T21:13:23+02:00" level=info msg="Missing signature file" index="C:\\Users\\uporabnik\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\renesas_uno\\1.2.0\\installed.json"
2024-09-10 21:13:23 2024-09-10T19:13:23.804Z daemon INFO time="2024-09-10T21:13:23+02:00" level=info msg="Adding monitor tool" protocol=serial tool="builtin:serial-monitor"
time="2024-09-10T21:13:23+02:00" level=info msg="Loaded platform" platform="arduino:renesas_uno@1.2.0"
2024-09-10 21:13:23 2024-09-10T19:13:23.804Z daemon INFO time="2024-09-10T21:13:23+02:00" level=info msg="Checking existence of 'tools' path: C:\\Users\\uporabnik\\AppData\\Local\\Arduino15\\packages\\arduino\\tools"
time="2024-09-10T21:13:23+02:00" level=info msg="Loading tools from dir: C:\\Users\\uporabnik\\AppData\\Local\\Arduino15\\packages\\arduino\\tools"
2024-09-10 21:13:23 2024-09-10T19:13:23.804Z daemon INFO time="2024-09-10T21:13:23+02:00" level=info msg="Loaded tool" tool="arduino:arduinoOTA@1.3.0"
2024-09-10 21:13:23 2024-09-10T19:13:23.805Z daemon INFO time="2024-09-10T21:13:23+02:00" level=info msg="Loaded tool" tool="arduino:arm-none-eabi-gcc@7-2017q4"
2024-09-10 21:13:23 2024-09-10T19:13:23.805Z daemon INFO time="2024-09-10T21:13:23+02:00" level=info msg="Loaded tool" tool="arduino:avr-gcc@7.3.0-atmel3.6.1-arduino7"
2024-09-10 21:13:23 2024-09-10T19:13:23.805Z daemon INFO time="2024-09-10T21:13:23+02:00" level=info msg="Loaded tool" tool="arduino:avrdude@6.3.0-arduino17"
2024-09-10 21:13:23 2024-09-10T19:13:23.805Z daemon INFO time="2024-09-10T21:13:23+02:00" level=info msg="Loaded tool" tool="arduino:bossac@1.9.1-arduino5"
2024-09-10 21:13:23 2024-09-10T19:13:23.805Z daemon INFO time="2024-09-10T21:13:23+02:00" level=info msg="Loaded tool" tool="arduino:dfu-util@0.11.0-arduino5"
2024-09-10 21:13:23 2024-09-10T19:13:23.806Z daemon INFO time="2024-09-10T21:13:23+02:00" level=info msg="Loaded tool" tool="arduino:openocd@0.11.0-arduino2"
2024-09-10 21:13:23 2024-09-10T19:13:23.806Z daemon INFO time="2024-09-10T21:13:23+02:00" level=info msg="Loading package builtin from: C:\\Users\\uporabnik\\AppData\\Local\\Arduino15\\packages\\builtin"
2024-09-10 21:13:23 2024-09-10T19:13:23.807Z daemon INFO time="2024-09-10T21:13:23+02:00" level=info msg="Checking existence of 'tools' path: C:\\Users\\uporabnik\\AppData\\Local\\Arduino15\\packages\\builtin\\tools"
time="2024-09-10T21:13:23+02:00" level=info msg="Loading tools from dir: C:\\Users\\uporabnik\\AppData\\Local\\Arduino15\\packages\\builtin\\tools"
2024-09-10 21:13:23 2024-09-10T19:13:23.807Z daemon INFO time="2024-09-10T21:13:23+02:00" level=info msg="Loaded tool" tool="builtin:ctags@5.8-arduino11"
2024-09-10 21:13:23 2024-09-10T19:13:23.807Z daemon INFO time="2024-09-10T21:13:23+02:00" level=info msg="Loaded tool" tool="builtin:dfu-discovery@0.1.2"
2024-09-10 21:13:23 2024-09-10T19:13:23.808Z daemon INFO time="2024-09-10T21:13:23+02:00" level=info msg="Loaded tool" tool="builtin:mdns-discovery@1.0.6"
2024-09-10 21:13:23 2024-09-10T19:13:23.808Z daemon INFO time="2024-09-10T21:13:23+02:00" level=info msg="Loaded tool" tool="builtin:mdns-discovery@1.0.8"
2024-09-10 21:13:23 2024-09-10T19:13:23.808Z daemon INFO time="2024-09-10T21:13:23+02:00" level=info msg="Loaded tool" tool="builtin:mdns-discovery@1.0.9"
2024-09-10 21:13:23 2024-09-10T19:13:23.808Z daemon INFO time="2024-09-10T21:13:23+02:00" level=info msg="Loaded tool" tool="builtin:serial-discovery@1.3.3"
2024-09-10 21:13:23 2024-09-10T19:13:23.808Z daemon INFO time="2024-09-10T21:13:23+02:00" level=info msg="Loaded tool" tool="builtin:serial-discovery@1.3.5"
2024-09-10 21:13:23 2024-09-10T19:13:23.809Z daemon INFO time="2024-09-10T21:13:23+02:00" level=info msg="Loaded tool" tool="builtin:serial-discovery@1.4.0"
2024-09-10 21:13:23 2024-09-10T19:13:23.809Z daemon INFO time="2024-09-10T21:13:23+02:00" level=info msg="Loaded tool" tool="builtin:serial-discovery@1.4.1"
2024-09-10 21:13:23 2024-09-10T19:13:23.809Z daemon INFO time="2024-09-10T21:13:23+02:00" level=info msg="Loaded tool" tool="builtin:serial-monitor@0.12.0"
2024-09-10 21:13:23 2024-09-10T19:13:23.809Z daemon INFO time="2024-09-10T21:13:23+02:00" level=info msg="Loaded tool" tool="builtin:serial-monitor@0.13.0"
2024-09-10 21:13:23 2024-09-10T19:13:23.809Z daemon INFO time="2024-09-10T21:13:23+02:00" level=info msg="Loaded tool" tool="builtin:serial-monitor@0.14.1"
2024-09-10 21:13:23 2024-09-10T19:13:23.809Z daemon INFO time="2024-09-10T21:13:23+02:00" level=info msg="sending command QUIT to discovery builtin:serial-discovery"
2024-09-10 21:13:23 2024-09-10T19:13:23.810Z daemon INFO time="2024-09-10T21:13:23+02:00" level=info msg="from discovery builtin:serial-discovery received message type: quit, message: OK"
2024-09-10 21:13:23 2024-09-10T19:13:23.810Z daemon INFO time="2024-09-10T21:13:23+02:00" level=info msg="killing discovery builtin:serial-discovery process"
time="2024-09-10T21:13:23+02:00" level=info msg="Discovery event channel closed builtin:serial-discovery. Exiting goroutine."
2024-09-10 21:13:23 2024-09-10T19:13:23.810Z discovery-log INFO {"eventType":"remove","port":{"matchingBoardsList":[],"port":{"address":"COM4","label":"COM4","protocol":"serial","protocolLabel":"Serial Port (USB)","propertiesMap":[],"hardwareId":""}},"error":""}
2024-09-10 21:13:23 2024-09-10T19:13:23.840Z daemon INFO time="2024-09-10T21:13:23+02:00" level=info msg="Closed and removed discovery builtin:serial-discovery"
time="2024-09-10T21:13:23+02:00" level=info msg="sending command QUIT to discovery builtin:mdns-discovery"
2024-09-10 21:13:23 2024-09-10T19:13:23.840Z daemon INFO time="2024-09-10T21:13:23+02:00" level=info msg="from discovery builtin:mdns-discovery received message type: quit, message: OK"
2024-09-10 21:13:23 2024-09-10T19:13:23.840Z daemon INFO time="2024-09-10T21:13:23+02:00" level=info msg="killing discovery builtin:mdns-discovery process"
time="2024-09-10T21:13:23+02:00" level=info msg="Discovery event channel closed builtin:mdns-discovery. Exiting goroutine."
2024-09-10 21:13:23 2024-09-10T19:13:23.850Z daemon INFO time="2024-09-10T21:13:23+02:00" level=info msg="Closed and removed discovery builtin:mdns-discovery"
2024-09-10 21:13:23 2024-09-10T19:13:23.850Z daemon INFO time="2024-09-10T21:13:23+02:00" level=info msg="sending command QUIT to discovery builtin:dfu-discovery"
2024-09-10 21:13:23 2024-09-10T19:13:23.851Z daemon INFO time="2024-09-10T21:13:23+02:00" level=info msg="from discovery builtin:dfu-discovery received message type: quit, message: OK"
2024-09-10 21:13:23 2024-09-10T19:13:23.851Z daemon INFO time="2024-09-10T21:13:23+02:00" level=info msg="killing discovery builtin:dfu-discovery process"
2024-09-10 21:13:23 2024-09-10T19:13:23.851Z daemon INFO time="2024-09-10T21:13:23+02:00" level=info msg="Discovery event channel closed builtin:dfu-discovery. Exiting goroutine."
2024-09-10 21:13:23 2024-09-10T19:13:23.864Z daemon INFO time="2024-09-10T21:13:23+02:00" level=info msg="Closed and removed discovery builtin:dfu-discovery"
2024-09-10 21:13:23 2024-09-10T19:13:23.865Z daemon INFO time="2024-09-10T21:13:23+02:00" level=info msg="starting discovery builtin:serial-discovery process"
2024-09-10 21:13:23 2024-09-10T19:13:23.867Z daemon INFO time="2024-09-10T21:13:23+02:00" level=info msg="started discovery builtin:serial-discovery process"
time="2024-09-10T21:13:23+02:00" level=info msg="sending command HELLO 1 \"arduino-cli 0.35.3\" to discovery builtin:serial-discovery"
2024-09-10 21:13:23 2024-09-10T19:13:23.878Z daemon INFO time="2024-09-10T21:13:23+02:00" level=info msg="from discovery builtin:serial-discovery received message type: hello, message: OK, protocol version: 1"
2024-09-10 21:13:23 2024-09-10T19:13:23.878Z daemon INFO time="2024-09-10T21:13:23+02:00" level=info msg="sending command START_SYNC to discovery builtin:serial-discovery"
time="2024-09-10T21:13:23+02:00" level=info msg="from discovery builtin:serial-discovery received message type: start_sync, message: OK"
2024-09-10 21:13:23 2024-09-10T19:13:23.878Z daemon INFO time="2024-09-10T21:13:23+02:00" level=info msg="starting discovery builtin:mdns-discovery process"
2024-09-10 21:13:23 2024-09-10T19:13:23.881Z daemon INFO time="2024-09-10T21:13:23+02:00" level=info msg="started discovery builtin:mdns-discovery process"
2024-09-10 21:13:23 2024-09-10T19:13:23.882Z daemon INFO time="2024-09-10T21:13:23+02:00" level=info msg="sending command HELLO 1 \"arduino-cli 0.35.3\" to discovery builtin:mdns-discovery"
2024-09-10 21:13:23 2024-09-10T19:13:23.891Z daemon INFO time="2024-09-10T21:13:23+02:00" level=info msg="from discovery builtin:serial-discovery received message type: add, port: COM4"
2024-09-10 21:13:23 2024-09-10T19:13:23.892Z discovery-log INFO {"eventType":"add","port":{"matchingBoardsList":[{"name":"Arduino Uno","fqbn":"arduino:avr:uno","isHidden":false}],"port":{"address":"COM4","label":"COM4","protocol":"serial","protocolLabel":"Serial Port (USB)","propertiesMap":[["pid","0x0043"],["serialNumber","242383139353516161F1"],["vid","0x2341"]],"hardwareId":"242383139353516161F1"}},"error":""}
2024-09-10 21:13:23 2024-09-10T19:13:23.895Z daemon INFO time="2024-09-10T21:13:23+02:00" level=info msg="from discovery builtin:mdns-discovery received message type: hello, message: OK, protocol version: 1"
2024-09-10 21:13:23 2024-09-10T19:13:23.895Z daemon INFO time="2024-09-10T21:13:23+02:00" level=info msg="sending command START_SYNC to discovery builtin:mdns-discovery"
2024-09-10 21:13:23 2024-09-10T19:13:23.895Z daemon INFO time="2024-09-10T21:13:23+02:00" level=info msg="from discovery builtin:mdns-discovery received message type: start_sync, message: OK"
2024-09-10 21:13:23 2024-09-10T19:13:23.896Z daemon INFO time="2024-09-10T21:13:23+02:00" level=info msg="starting discovery builtin:dfu-discovery process"
2024-09-10 21:13:23 2024-09-10T19:13:23.898Z daemon INFO time="2024-09-10T21:13:23+02:00" level=info msg="started discovery builtin:dfu-discovery process"
time="2024-09-10T21:13:23+02:00" level=info msg="sending command HELLO 1 \"arduino-cli 0.35.3\" to discovery builtin:dfu-discovery"
2024-09-10 21:13:23 2024-09-10T19:13:23.917Z daemon INFO time="2024-09-10T21:13:23+02:00" level=info msg="from discovery builtin:dfu-discovery received message type: hello, message: OK, protocol version: 1"
2024-09-10 21:13:23 2024-09-10T19:13:23.917Z daemon INFO time="2024-09-10T21:13:23+02:00" level=info msg="sending command START_SYNC to discovery builtin:dfu-discovery"
2024-09-10 21:13:23 2024-09-10T19:13:23.919Z daemon INFO time="2024-09-10T21:13:23+02:00" level=info msg="from discovery builtin:dfu-discovery received message type: start_sync, message: OK"
2024-09-10 21:13:23 2024-09-10T19:13:23.924Z daemon INFO time="2024-09-10T21:13:23+02:00" level=info msg="Adding libraries dir" dir="C:\\Users\\uporabnik\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\renesas_uno\\1.2.0\\libraries" location=platform
2024-09-10 21:13:23 2024-09-10T19:13:23.931Z daemon INFO time="2024-09-10T21:13:23+02:00" level=info msg="Adding libraries dir" dir="C:\\Users\\uporabnik\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\avr\\1.8.6\\libraries" location=platform
time="2024-09-10T21:13:23+02:00" level=info msg="Loading libraries index file" index="C:\\Users\\uporabnik\\AppData\\Local\\Arduino15\\library_index.json"
2024-09-10 21:13:24 2024-09-10T19:13:24.123Z daemon INFO time="2024-09-10T21:13:24+02:00" level=info msg="Adding libraries dir" dir="C:\\Users\\uporabnik\\AppData\\Local\\Arduino15\\libraries" location=ide
2024-09-10 21:13:24 2024-09-10T19:13:24.123Z daemon INFO time="2024-09-10T21:13:24+02:00" level=info msg="Adding libraries dir" dir="C:\\Users\\uporabnik\\OneDrive\\Dokumenti\\Arduino\\libraries" location=user
2024-09-10 21:13:24 2024-09-10T19:13:24.379Z root INFO [42c05721-e502-45be-8b06-8e5c959cfc5a] Sync of 23 plugins: 1038.5 ms [Finished 7.665 s after frontend start]
2024-09-10 21:13:24 2024-09-10T19:13:24.380Z root INFO [42c05721-e502-45be-8b06-8e5c959cfc5a] Loading plugin contributions
2024-09-10 21:13:24 2024-09-10T19:13:24.380Z root INFO [42c05721-e502-45be-8b06-8e5c959cfc5a] Load contributions of 23 plugins: 55.3 ms [Finished 7.720 s after frontend start]
2024-09-10 21:13:24 2024-09-10T19:13:24.401Z root WARN 'cpp' language is remapped from 'source.cpp.embedded.macro' to 'source.cpp' scope
2024-09-10 21:13:24 2024-09-10T19:13:24.401Z root WARN a registered grammar configuration for 'cpp' language is overridden
2024-09-10 21:13:24 2024-09-10T19:13:24.687Z root ERROR [hosted-plugin: 19256] Conflict in settings file Default: Ignoring cortex-debug.armToolchainPath.linux as cortex-debug.armToolchainPath is null
2024-09-10 21:13:24 2024-09-10T19:13:24.687Z root ERROR [hosted-plugin: 19256] Conflict in settings file Default: Ignoring cortex-debug.armToolchainPath.osx as cortex-debug.armToolchainPath is null
Conflict in settings file Default: Ignoring cortex-debug.armToolchainPath.windows as cortex-debug.armToolchainPath is null
Conflict in settings file Default: Ignoring cortex-debug.JLinkGDBServerPath.linux as cortex-debug.JLinkGDBServerPath is null
2024-09-10 21:13:24 2024-09-10T19:13:24.687Z root ERROR [hosted-plugin: 19256] Conflict in settings file Default: Ignoring cortex-debug.JLinkGDBServerPath.osx as cortex-debug.JLinkGDBServerPath is null
Conflict in settings file Default: Ignoring cortex-debug.JLinkGDBServerPath.windows as cortex-debug.JLinkGDBServerPath is null
Conflict in settings file Default: Ignoring cortex-debug.openocdPath.linux as cortex-debug.openocdPath is null
2024-09-10 21:13:24 2024-09-10T19:13:24.687Z root ERROR [hosted-plugin: 19256] Conflict in settings file Default: Ignoring cortex-debug.openocdPath.osx as cortex-debug.openocdPath is null
2024-09-10 21:13:24 2024-09-10T19:13:24.687Z root ERROR [hosted-plugin: 19256] Conflict in settings file Default: Ignoring cortex-debug.openocdPath.windows as cortex-debug.openocdPath is null
2024-09-10 21:13:24 2024-09-10T19:13:24.687Z root ERROR [hosted-plugin: 19256] Conflict in settings file Default: Ignoring cortex-debug.pyocdPath.linux as cortex-debug.pyocdPath is null
Conflict in settings file Default: Ignoring cortex-debug.pyocdPath.osx as cortex-debug.pyocdPath is null
Conflict in settings file Default: Ignoring cortex-debug.pyocdPath.windows as cortex-debug.pyocdPath is null
2024-09-10 21:13:24 2024-09-10T19:13:24.687Z root ERROR [hosted-plugin: 19256] Conflict in settings file Default: Ignoring cortex-debug.PEGDBServerPath.linux as cortex-debug.PEGDBServerPath is null
Conflict in settings file Default: Ignoring cortex-debug.PEGDBServerPath.osx as cortex-debug.PEGDBServerPath is null
Conflict in settings file Default: Ignoring cortex-debug.PEGDBServerPath.windows as cortex-debug.PEGDBServerPath is null
Conflict in settings file Default: Ignoring cortex-debug.stutilPath.linux as cortex-debug.stutilPath is null
Conflict in settings file Default: Ignoring cortex-debug.stutilPath.osx as cortex-debug.stutilPath is null
2024-09-10 21:13:24 2024-09-10T19:13:24.688Z root ERROR [hosted-plugin: 19256] Conflict in settings file Default: Ignoring cortex-debug.stutilPath.windows as cortex-debug.stutilPath is null
Conflict in settings file Default: Ignoring cortex-debug.stlinkPath.linux as cortex-debug.stlinkPath is null
Conflict in settings file Default: Ignoring cortex-debug.stlinkPath.osx as cortex-debug.stlinkPath is null
Conflict in settings file Default: Ignoring cortex-debug.stlinkPath.windows as cortex-debug.stlinkPath is null
Conflict in settings file Default: Ignoring cortex-debug.stm32cubeprogrammer.linux as cortex-debug.stm32cubeprogrammer is null
Conflict in settings file Default: Ignoring cortex-debug.stm32cubeprogrammer.osx as cortex-debug.stm32cubeprogrammer is null
Conflict in settings file Default: Ignoring cortex-debug.stm32cubeprogrammer.windows as cortex-debug.stm32cubeprogrammer is null
2024-09-10 21:13:24 2024-09-10T19:13:24.695Z root INFO [hosted-plugin: 19256] PLUGIN_HOST(19256): PluginManagerExtImpl/init()
2024-09-10 21:13:24 2024-09-10T19:13:24.696Z root INFO [hosted-plugin: 19256] PLUGIN_HOST(19256): initializing(vscode-arduino-api@0.1.2 with D:\Arduino\Arduino IDE\resources\app\lib\backend\plugin-vscode-init)
2024-09-10 21:13:24 2024-09-10T19:13:24.754Z root INFO [hosted-plugin: 19256] PLUGIN_HOST(19256): initializing(cortex-debug@1.5.1 with D:\Arduino\Arduino IDE\resources\app\lib\backend\plugin-vscode-init)
2024-09-10 21:13:24 2024-09-10T19:13:24.754Z root INFO [hosted-plugin: 19256] Debugger contribution has been registered: cortex-debug
2024-09-10 21:13:24 2024-09-10T19:13:24.755Z root INFO [hosted-plugin: 19256] PLUGIN_HOST(19256): initializing(vscode-arduino-tools@0.1.3 with D:\Arduino\Arduino IDE\resources\app\lib\backend\plugin-vscode-init)
2024-09-10 21:13:24 2024-09-10T19:13:24.756Z root INFO [hosted-plugin: 19256] PLUGIN_HOST(19256): initializing(cpp@1.52.1 with D:\Arduino\Arduino IDE\resources\app\lib\backend\plugin-vscode-init)
2024-09-10 21:13:24 2024-09-10T19:13:24.757Z root INFO [hosted-plugin: 19256] PLUGIN_HOST(19256): initializing(json@1.46.1 with D:\Arduino\Arduino IDE\resources\app\lib\backend\plugin-vscode-init)
2024-09-10 21:13:24 2024-09-10T19:13:24.759Z root INFO [hosted-plugin: 19256] PLUGIN_HOST(19256): initializing(json-language-features@1.46.1 with D:\Arduino\Arduino IDE\resources\app\lib\backend\plugin-vscode-init)
2024-09-10 21:13:24 2024-09-10T19:13:24.760Z root INFO [hosted-plugin: 19256] PLUGIN_HOST(19256): initializing(vscode-language-pack-bg@1.48.3 with D:\Arduino\Arduino IDE\resources\app\lib\backend\plugin-vscode-init)
2024-09-10 21:13:24 2024-09-10T19:13:24.762Z root INFO [hosted-plugin: 19256] PLUGIN_HOST(19256): initializing(vscode-language-pack-cs@1.80.0 with D:\Arduino\Arduino IDE\resources\app\lib\backend\plugin-vscode-init)
2024-09-10 21:13:24 2024-09-10T19:13:24.763Z root INFO [hosted-plugin: 19256] PLUGIN_HOST(19256): initializing(vscode-language-pack-de@1.80.0 with D:\Arduino\Arduino IDE\resources\app\lib\backend\plugin-vscode-init)
2024-09-10 21:13:24 2024-09-10T19:13:24.764Z root INFO [hosted-plugin: 19256] PLUGIN_HOST(19256): initializing(vscode-language-pack-es@1.80.0 with D:\Arduino\Arduino IDE\resources\app\lib\backend\plugin-vscode-init)
2024-09-10 21:13:24 2024-09-10T19:13:24.764Z root INFO [hosted-plugin: 19256] PLUGIN_HOST(19256): initializing(vscode-language-pack-fr@1.80.0 with D:\Arduino\Arduino IDE\resources\app\lib\backend\plugin-vscode-init)
2024-09-10 21:13:24 2024-09-10T19:13:24.765Z root INFO [hosted-plugin: 19256] PLUGIN_HOST(19256): initializing(vscode-language-pack-hu@1.48.3 with D:\Arduino\Arduino IDE\resources\app\lib\backend\plugin-vscode-init)
2024-09-10 21:13:24 2024-09-10T19:13:24.765Z root INFO [hosted-plugin: 19256] PLUGIN_HOST(19256): initializing(vscode-language-pack-it@1.80.0 with D:\Arduino\Arduino IDE\resources\app\lib\backend\plugin-vscode-init)
2024-09-10 21:13:24 2024-09-10T19:13:24.766Z root INFO [hosted-plugin: 19256] PLUGIN_HOST(19256): initializing(vscode-language-pack-ja@1.80.0 with D:\Arduino\Arduino IDE\resources\app\lib\backend\plugin-vscode-init)
2024-09-10 21:13:24 2024-09-10T19:13:24.766Z root INFO [hosted-plugin: 19256] PLUGIN_HOST(19256): initializing(vscode-language-pack-ko@1.80.0 with D:\Arduino\Arduino IDE\resources\app\lib\backend\plugin-vscode-init)
2024-09-10 21:13:24 2024-09-10T19:13:24.767Z root INFO [hosted-plugin: 19256] PLUGIN_HOST(19256): initializing(vscode-language-pack-nl@1.48.3 with D:\Arduino\Arduino IDE\resources\app\lib\backend\plugin-vscode-init)
2024-09-10 21:13:24 2024-09-10T19:13:24.767Z root INFO [hosted-plugin: 19256] PLUGIN_HOST(19256): initializing(vscode-language-pack-pl@1.80.0 with D:\Arduino\Arduino IDE\resources\app\lib\backend\plugin-vscode-init)
2024-09-10 21:13:24 2024-09-10T19:13:24.768Z root INFO [hosted-plugin: 19256] PLUGIN_HOST(19256): initializing(vscode-language-pack-pt-BR@1.80.0 with D:\Arduino\Arduino IDE\resources\app\lib\backend\plugin-vscode-init)
2024-09-10 21:13:24 2024-09-10T19:13:24.768Z root INFO [hosted-plugin: 19256] PLUGIN_HOST(19256): initializing(vscode-language-pack-ru@1.80.0 with D:\Arduino\Arduino IDE\resources\app\lib\backend\plugin-vscode-init)
2024-09-10 21:13:24 2024-09-10T19:13:24.769Z root INFO [hosted-plugin: 19256] PLUGIN_HOST(19256): initializing(vscode-language-pack-tr@1.80.0 with D:\Arduino\Arduino IDE\resources\app\lib\backend\plugin-vscode-init)
2024-09-10 21:13:24 2024-09-10T19:13:24.769Z root INFO [hosted-plugin: 19256] PLUGIN_HOST(19256): initializing(vscode-language-pack-uk@1.48.3 with D:\Arduino\Arduino IDE\resources\app\lib\backend\plugin-vscode-init)
2024-09-10 21:13:24 2024-09-10T19:13:24.770Z root INFO [hosted-plugin: 19256] PLUGIN_HOST(19256): initializing(vscode-language-pack-zh-hans@1.80.0 with D:\Arduino\Arduino IDE\resources\app\lib\backend\plugin-vscode-init)
2024-09-10 21:13:24 2024-09-10T19:13:24.770Z root INFO [hosted-plugin: 19256] PLUGIN_HOST(19256): initializing(vscode-language-pack-zh-hant@1.80.0 with D:\Arduino\Arduino IDE\resources\app\lib\backend\plugin-vscode-init)
2024-09-10 21:13:24 2024-09-10T19:13:24.774Z root INFO [hosted-plugin: 19256] PLUGIN_HOST(19256): PluginManagerExtImpl/loadPlugin(D:\Arduino\Arduino IDE\resources\app\plugins\vscode-arduino-api\extension\dist\extension.js)
2024-09-10 21:13:24 2024-09-10T19:13:24.778Z root INFO [hosted-plugin: 19256] calling activation function on Arduino IDE API for VS Code extensions
2024-09-10 21:13:24 2024-09-10T19:13:24.780Z root INFO [hosted-plugin: 19256] PLUGIN_HOST(19256): PluginManagerExtImpl/loadPlugin(D:\Arduino\Arduino IDE\resources\app\plugins\vscode-builtin-json-language-features\extension\client\dist\jsonMain)
2024-09-10 21:13:24 2024-09-10T19:13:24.811Z root INFO [hosted-plugin: 19256] calling activation function on JSON Language Features (built-in)
2024-09-10 21:13:24 2024-09-10T19:13:24.837Z root INFO [hosted-plugin: 19256] PLUGIN_HOST(19256): PluginManagerExtImpl/loadPlugin(D:\Arduino\Arduino IDE\resources\app\plugins\vscode-arduino-tools\extension\dist\extension.js)
2024-09-10 21:13:24 2024-09-10T19:13:24.887Z root INFO [hosted-plugin: 19256] calling activation function on VS Code Arduino Tools
2024-09-10 21:13:24 2024-09-10T19:13:24.906Z root INFO [42c05721-e502-45be-8b06-8e5c959cfc5a] Starting plugins.
2024-09-10 21:13:24 2024-09-10T19:13:24.909Z root INFO [hosted-plugin: 19256] PLUGIN_HOST(19256): PluginManagerExtImpl/loadPlugin(D:\Arduino\Arduino IDE\resources\app\plugins\cortex-debug\extension\dist\extension.js)
2024-09-10 21:13:24 2024-09-10T19:13:24.963Z root INFO [hosted-plugin: 19256] Debug configuration provider has been registered: cortex-debug, trigger: 1
2024-09-10 21:13:24 2024-09-10T19:13:24.964Z root INFO [hosted-plugin: 19256] calling activation function on Cortex-Debug
2024-09-10 21:13:24 2024-09-10T19:13:24.967Z root INFO [hosted-plugin: 19256] GDB server console created
2024-09-10 21:13:24 2024-09-10T19:13:24.973Z root INFO [42c05721-e502-45be-8b06-8e5c959cfc5a] Start of 23 plugins: 584.2 ms [Finished 8.316 s after frontend start]
2024-09-10 21:13:24 2024-09-10T19:13:24.979Z root INFO [42c05721-e502-45be-8b06-8e5c959cfc5a] Waiting for backend deployment: 4.9 ms [Finished 8.322 s after frontend start]
2024-09-10 21:13:24 2024-09-10T19:13:24.980Z root INFO [42c05721-e502-45be-8b06-8e5c959cfc5a] Sync of 0 plugins: 0.1 ms [Finished 8.322 s after frontend start]
2024-09-10 21:13:24 2024-09-10T19:13:24.980Z root INFO [42c05721-e502-45be-8b06-8e5c959cfc5a] Loading plugin contributions
2024-09-10 21:13:24 2024-09-10T19:13:24.980Z root INFO [42c05721-e502-45be-8b06-8e5c959cfc5a] Load contributions of 0 plugins: 0.0 ms [Finished 8.322 s after frontend start]
2024-09-10 21:13:25 2024-09-10T19:13:25.002Z root INFO [42c05721-e502-45be-8b06-8e5c959cfc5a] Start of 0 plugins: 20.9 ms [Finished 8.345 s after frontend start]
2024-09-10 21:13:25 2024-09-10T19:13:25.307Z root INFO >>> Starting boards package installation... {
id: 'arduino:renesas_uno',
name: 'Arduino UNO R4 Boards',
author: 'Arduino',
availableVersions: [
'1.2.1', '1.2.0',
'1.1.0', '1.0.5',
'1.0.4', '1.0.2',
'1.0.1'
],
description: 'Arduino UNO R4 Minima, Arduino UNO R4 WiFi',
types: [ 'Arduino' ],
deprecated: false,
summary: 'Boards included in this package:',
installedVersion: '1.2.0',
boards: [
{
name: 'Arduino UNO R4 Minima',
fqbn: 'arduino:renesas_uno:minima'
},
{
name: 'Arduino UNO R4 WiFi',
fqbn: 'arduino:renesas_uno:unor4wifi'
}
],
moreInfoLink: 'http://www.arduino.cc/',
index: 0
}
2024-09-10 21:13:25 2024-09-10T19:13:25.307Z discovery-log INFO stop
2024-09-10 21:13:25 2024-09-10T19:13:25.307Z discovery-log INFO >>> Stopping boards watcher...
2024-09-10 21:13:25 2024-09-10T19:13:25.307Z discovery-log INFO Canceling boards watcher...
2024-09-10 21:13:25 2024-09-10T19:13:25.307Z discovery-log INFO disposing requesting cancel
2024-09-10 21:13:25 2024-09-10T19:13:25.307Z discovery-log INFO disposing canceled
2024-09-10 21:13:25 2024-09-10T19:13:25.308Z discovery-log INFO error received
2024-09-10 21:13:25 2024-09-10T19:13:25.308Z discovery-log INFO cancel error received!
2024-09-10 21:13:25 2024-09-10T19:13:25.308Z discovery-log INFO stop received event: either end or cancel
2024-09-10 21:13:25 2024-09-10T19:13:25.308Z discovery-log INFO stop stopped
2024-09-10 21:13:25 2024-09-10T19:13:25.309Z discovery-log INFO received end
2024-09-10 21:13:25 2024-09-10T19:13:25.309Z daemon INFO time="2024-09-10T21:13:25+02:00" level=warning msg="Tool already installed" platform="arduino:renesas_uno@1.2.1" tool="arduino:arm-none-eabi-gcc@7-2017q4"
2024-09-10 21:13:25 2024-09-10T19:13:25.309Z daemon INFO time="2024-09-10T21:13:25+02:00" level=warning msg="Tool already installed" platform="arduino:renesas_uno@1.2.1" tool="arduino:bossac@1.9.1-arduino5"
time="2024-09-10T21:13:25+02:00" level=warning msg="Tool already installed" platform="arduino:renesas_uno@1.2.1" tool="arduino:dfu-util@0.11.0-arduino5"
time="2024-09-10T21:13:25+02:00" level=warning msg="Tool already installed" platform="arduino:renesas_uno@1.2.1" tool="arduino:openocd@0.11.0-arduino2"
2024-09-10 21:13:25 2024-09-10T19:13:25.312Z daemon INFO time="2024-09-10T21:13:25+02:00" level=warning msg="Tool already installed" platform="arduino:renesas_uno@1.2.1" tool="builtin:dfu-discovery@0.1.2"
time="2024-09-10T21:13:25+02:00" level=info msg="Starting download" url="http://downloads.arduino.cc/cores/staging/ArduinoCore-renesas_uno-1.2.1.tar.bz2"
2024-09-10 21:13:25 2024-09-10T19:13:25.686Z daemon INFO time="2024-09-10T21:13:25+02:00" level=info msg="Replacing platform arduino:renesas_uno@1.2.0" platform="arduino:renesas_uno@1.2.1"
2024-09-10 21:13:30 2024-09-10T19:13:30.099Z daemon INFO time="2024-09-10T21:13:30+02:00" level=info msg="Uninstalling platform" platform="arduino:renesas_uno@1.2.0"
2024-09-10 21:13:30 2024-09-10T19:13:30.102Z daemon INFO time="2024-09-10T21:13:30+02:00" level=info msg="Running pre_uninstall script" platform="arduino:renesas_uno@1.2.0"
2024-09-10 21:13:30 2024-09-10T19:13:30.438Z daemon INFO time="2024-09-10T21:13:30+02:00" level=info msg="Platform uninstalled" platform="arduino:renesas_uno@1.2.0"
2024-09-10 21:13:30 2024-09-10T19:13:30.459Z daemon INFO time="2024-09-10T21:13:30+02:00" level=info msg="Running post_install script" platform="arduino:renesas_uno@1.2.1"
2024-09-10 21:13:33 2024-09-10T19:13:33.112Z daemon INFO time="2024-09-10T21:13:33+02:00" level=info msg="Platform installed" platform="arduino:renesas_uno@1.2.1"
2024-09-10 21:13:33 2024-09-10T19:13:33.126Z daemon INFO time="2024-09-10T21:13:33+02:00" level=info msg="Checking signature" index="C:\\Users\\uporabnik\\AppData\\Local\\Arduino15\\package_index.json" signatureFile="C:\\Users\\uporabnik\\AppData\\Local\\Arduino15\\package_index.json.sig" trusted=true
2024-09-10 21:13:33 2024-09-10T19:13:33.127Z daemon INFO time="2024-09-10T21:13:33+02:00" level=info msg="Loading hardware from: C:\\Users\\uporabnik\\AppData\\Local\\Arduino15\\packages"
2024-09-10 21:13:33 2024-09-10T19:13:33.129Z daemon INFO time="2024-09-10T21:13:33+02:00" level=info msg="Loading package arduino from: C:\\Users\\uporabnik\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware"
2024-09-10 21:13:33 2024-09-10T19:13:33.130Z daemon INFO time="2024-09-10T21:13:33+02:00" level=info msg="Missing signature file" index="C:\\Users\\uporabnik\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\avr\\1.8.6\\installed.json"
2024-09-10 21:13:33 2024-09-10T19:13:33.132Z daemon INFO time="2024-09-10T21:13:33+02:00" level=info msg="Adding monitor tool" protocol=serial tool="builtin:serial-monitor"
time="2024-09-10T21:13:33+02:00" level=info msg="Loaded platform" platform="arduino:avr@1.8.6"
2024-09-10 21:13:33 2024-09-10T19:13:33.133Z daemon INFO time="2024-09-10T21:13:33+02:00" level=info msg="Missing signature file" index="C:\\Users\\uporabnik\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\renesas_uno\\1.2.1\\installed.json"
2024-09-10 21:13:33 2024-09-10T19:13:33.134Z daemon INFO time="2024-09-10T21:13:33+02:00" level=info msg="Adding monitor tool" protocol=serial tool="builtin:serial-monitor"
time="2024-09-10T21:13:33+02:00" level=info msg="Loaded platform" platform="arduino:renesas_uno@1.2.1"
2024-09-10 21:13:33 2024-09-10T19:13:33.134Z daemon INFO time="2024-09-10T21:13:33+02:00" level=info msg="Checking existence of 'tools' path: C:\\Users\\uporabnik\\AppData\\Local\\Arduino15\\packages\\arduino\\tools"
time="2024-09-10T21:13:33+02:00" level=info msg="Loading tools from dir: C:\\Users\\uporabnik\\AppData\\Local\\Arduino15\\packages\\arduino\\tools"
2024-09-10 21:13:33 2024-09-10T19:13:33.136Z daemon INFO time="2024-09-10T21:13:33+02:00" level=info msg="Loaded tool" tool="arduino:arduinoOTA@1.3.0"
2024-09-10 21:13:33 2024-09-10T19:13:33.136Z daemon INFO time="2024-09-10T21:13:33+02:00" level=info msg="Loaded tool" tool="arduino:arm-none-eabi-gcc@7-2017q4"
2024-09-10 21:13:33 2024-09-10T19:13:33.136Z daemon INFO time="2024-09-10T21:13:33+02:00" level=info msg="Loaded tool" tool="arduino:avr-gcc@7.3.0-atmel3.6.1-arduino7"
2024-09-10 21:13:33 2024-09-10T19:13:33.136Z daemon INFO time="2024-09-10T21:13:33+02:00" level=info msg="Loaded tool" tool="arduino:avrdude@6.3.0-arduino17"
2024-09-10 21:13:33 2024-09-10T19:13:33.136Z daemon INFO time="2024-09-10T21:13:33+02:00" level=info msg="Loaded tool" tool="arduino:bossac@1.9.1-arduino5"
2024-09-10 21:13:33 2024-09-10T19:13:33.137Z daemon INFO time="2024-09-10T21:13:33+02:00" level=info msg="Loaded tool" tool="arduino:dfu-util@0.11.0-arduino5"
2024-09-10 21:13:33 2024-09-10T19:13:33.137Z daemon INFO time="2024-09-10T21:13:33+02:00" level=info msg="Loaded tool" tool="arduino:openocd@0.11.0-arduino2"
2024-09-10 21:13:33 2024-09-10T19:13:33.138Z daemon INFO time="2024-09-10T21:13:33+02:00" level=info msg="Loading package builtin from: C:\\Users\\uporabnik\\AppData\\Local\\Arduino15\\packages\\builtin"
2024-09-10 21:13:33 2024-09-10T19:13:33.138Z daemon INFO time="2024-09-10T21:13:33+02:00" level=info msg="Checking existence of 'tools' path: C:\\Users\\uporabnik\\AppData\\Local\\Arduino15\\packages\\builtin\\tools"
time="2024-09-10T21:13:33+02:00" level=info msg="Loading tools from dir: C:\\Users\\uporabnik\\AppData\\Local\\Arduino15\\packages\\builtin\\tools"
2024-09-10 21:13:33 2024-09-10T19:13:33.138Z daemon INFO time="2024-09-10T21:13:33+02:00" level=info msg="Loaded tool" tool="builtin:ctags@5.8-arduino11"
2024-09-10 21:13:33 2024-09-10T19:13:33.139Z daemon INFO time="2024-09-10T21:13:33+02:00" level=info msg="Loaded tool" tool="builtin:dfu-discovery@0.1.2"
2024-09-10 21:13:33 2024-09-10T19:13:33.139Z daemon INFO time="2024-09-10T21:13:33+02:00" level=info msg="Loaded tool" tool="builtin:mdns-discovery@1.0.6"
2024-09-10 21:13:33 2024-09-10T19:13:33.139Z daemon INFO time="2024-09-10T21:13:33+02:00" level=info msg="Loaded tool" tool="builtin:mdns-discovery@1.0.8"
2024-09-10 21:13:33 2024-09-10T19:13:33.139Z daemon INFO time="2024-09-10T21:13:33+02:00" level=info msg="Loaded tool" tool="builtin:mdns-discovery@1.0.9"
2024-09-10 21:13:33 2024-09-10T19:13:33.139Z daemon INFO time="2024-09-10T21:13:33+02:00" level=info msg="Loaded tool" tool="builtin:serial-discovery@1.3.3"
2024-09-10 21:13:33 2024-09-10T19:13:33.139Z daemon INFO time="2024-09-10T21:13:33+02:00" level=info msg="Loaded tool" tool="builtin:serial-discovery@1.3.5"
2024-09-10 21:13:33 2024-09-10T19:13:33.139Z daemon INFO time="2024-09-10T21:13:33+02:00" level=info msg="Loaded tool" tool="builtin:serial-discovery@1.4.0"
2024-09-10 21:13:33 2024-09-10T19:13:33.139Z daemon INFO time="2024-09-10T21:13:33+02:00" level=info msg="Loaded tool" tool="builtin:serial-discovery@1.4.1"
2024-09-10 21:13:33 2024-09-10T19:13:33.140Z daemon INFO time="2024-09-10T21:13:33+02:00" level=info msg="Loaded tool" tool="builtin:serial-monitor@0.12.0"
2024-09-10 21:13:33 2024-09-10T19:13:33.140Z daemon INFO time="2024-09-10T21:13:33+02:00" level=info msg="Loaded tool" tool="builtin:serial-monitor@0.13.0"
2024-09-10 21:13:33 2024-09-10T19:13:33.140Z daemon INFO time="2024-09-10T21:13:33+02:00" level=info msg="Loaded tool" tool="builtin:serial-monitor@0.14.1"
2024-09-10 21:13:33 2024-09-10T19:13:33.140Z daemon INFO time="2024-09-10T21:13:33+02:00" level=info msg="sending command QUIT to discovery builtin:serial-discovery"
2024-09-10 21:13:33 2024-09-10T19:13:33.141Z daemon INFO time="2024-09-10T21:13:33+02:00" level=info msg="from discovery builtin:serial-discovery received message type: quit, message: OK"
2024-09-10 21:13:33 2024-09-10T19:13:33.141Z daemon INFO time="2024-09-10T21:13:33+02:00" level=info msg="killing discovery builtin:serial-discovery process"
time="2024-09-10T21:13:33+02:00" level=info msg="Discovery event channel closed builtin:serial-discovery. Exiting goroutine."
2024-09-10 21:13:33 2024-09-10T19:13:33.158Z daemon INFO time="2024-09-10T21:13:33+02:00" level=info msg="Closed and removed discovery builtin:serial-discovery"
time="2024-09-10T21:13:33+02:00" level=info msg="sending command QUIT to discovery builtin:mdns-discovery"
2024-09-10 21:13:33 2024-09-10T19:13:33.158Z daemon INFO time="2024-09-10T21:13:33+02:00" level=info msg="from discovery builtin:mdns-discovery received message type: quit, message: OK"
time="2024-09-10T21:13:33+02:00" level=info msg="killing discovery builtin:mdns-discovery process"
2024-09-10 21:13:33 2024-09-10T19:13:33.159Z daemon INFO time="2024-09-10T21:13:33+02:00" level=info msg="Discovery event channel closed builtin:mdns-discovery. Exiting goroutine."
2024-09-10 21:13:33 2024-09-10T19:13:33.159Z daemon INFO time="2024-09-10T21:13:33+02:00" level=info msg="Closed and removed discovery builtin:mdns-discovery"
time="2024-09-10T21:13:33+02:00" level=info msg="sending command QUIT to discovery builtin:dfu-discovery"
2024-09-10 21:13:33 2024-09-10T19:13:33.159Z daemon INFO time="2024-09-10T21:13:33+02:00" level=info msg="from discovery builtin:dfu-discovery received message type: quit, message: OK"
2024-09-10 21:13:33 2024-09-10T19:13:33.159Z daemon INFO time="2024-09-10T21:13:33+02:00" level=info msg="Discovery event channel closed builtin:dfu-discovery. Exiting goroutine."
time="2024-09-10T21:13:33+02:00" level=info msg="killing discovery builtin:dfu-discovery process"
2024-09-10 21:13:33 2024-09-10T19:13:33.174Z daemon INFO time="2024-09-10T21:13:33+02:00" level=info msg="Closed and removed discovery builtin:dfu-discovery"
2024-09-10 21:13:33 2024-09-10T19:13:33.175Z daemon INFO time="2024-09-10T21:13:33+02:00" level=info msg="starting discovery builtin:serial-discovery process"
2024-09-10 21:13:33 2024-09-10T19:13:33.178Z daemon INFO time="2024-09-10T21:13:33+02:00" level=info msg="started discovery builtin:serial-discovery process"
time="2024-09-10T21:13:33+02:00" level=info msg="sending command HELLO 1 \"arduino-cli 0.35.3\" to discovery builtin:serial-discovery"
2024-09-10 21:13:33 2024-09-10T19:13:33.188Z daemon INFO time="2024-09-10T21:13:33+02:00" level=info msg="from discovery builtin:serial-discovery received message type: hello, message: OK, protocol version: 1"
2024-09-10 21:13:33 2024-09-10T19:13:33.188Z daemon INFO time="2024-09-10T21:13:33+02:00" level=info msg="sending command START_SYNC to discovery builtin:serial-discovery"
time="2024-09-10T21:13:33+02:00" level=info msg="from discovery builtin:serial-discovery received message type: start_sync, message: OK"
2024-09-10 21:13:33 2024-09-10T19:13:33.188Z daemon INFO time="2024-09-10T21:13:33+02:00" level=info msg="starting discovery builtin:mdns-discovery process"
2024-09-10 21:13:33 2024-09-10T19:13:33.191Z daemon INFO time="2024-09-10T21:13:33+02:00" level=info msg="started discovery builtin:mdns-discovery process"
2024-09-10 21:13:33 2024-09-10T19:13:33.191Z daemon INFO time="2024-09-10T21:13:33+02:00" level=info msg="sending command HELLO 1 \"arduino-cli 0.35.3\" to discovery builtin:mdns-discovery"
2024-09-10 21:13:33 2024-09-10T19:13:33.200Z daemon INFO time="2024-09-10T21:13:33+02:00" level=info msg="from discovery builtin:serial-discovery received message type: add, port: COM4"
2024-09-10 21:13:33 2024-09-10T19:13:33.202Z daemon INFO time="2024-09-10T21:13:33+02:00" level=info msg="from discovery builtin:mdns-discovery received message type: hello, message: OK, protocol version: 1"
time="2024-09-10T21:13:33+02:00" level=info msg="sending command START_SYNC to discovery builtin:mdns-discovery"
2024-09-10 21:13:33 2024-09-10T19:13:33.202Z daemon INFO time="2024-09-10T21:13:33+02:00" level=info msg="from discovery builtin:mdns-discovery received message type: start_sync, message: OK"
2024-09-10 21:13:33 2024-09-10T19:13:33.202Z daemon INFO time="2024-09-10T21:13:33+02:00" level=info msg="starting discovery builtin:dfu-discovery process"
2024-09-10 21:13:33 2024-09-10T19:13:33.205Z daemon INFO time="2024-09-10T21:13:33+02:00" level=info msg="started discovery builtin:dfu-discovery process"
time="2024-09-10T21:13:33+02:00" level=info msg="sending command HELLO 1 \"arduino-cli 0.35.3\" to discovery builtin:dfu-discovery"
2024-09-10 21:13:33 2024-09-10T19:13:33.222Z daemon INFO time="2024-09-10T21:13:33+02:00" level=info msg="from discovery builtin:dfu-discovery received message type: hello, message: OK, protocol version: 1"
time="2024-09-10T21:13:33+02:00" level=info msg="sending command START_SYNC to discovery builtin:dfu-discovery"
2024-09-10 21:13:33 2024-09-10T19:13:33.224Z daemon INFO time="2024-09-10T21:13:33+02:00" level=info msg="from discovery builtin:dfu-discovery received message type: start_sync, message: OK"
2024-09-10 21:13:33 2024-09-10T19:13:33.229Z daemon INFO time="2024-09-10T21:13:33+02:00" level=info msg="Adding libraries dir" dir="C:\\Users\\uporabnik\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\renesas_uno\\1.2.1\\libraries" location=platform
2024-09-10 21:13:33 2024-09-10T19:13:33.233Z daemon INFO time="2024-09-10T21:13:33+02:00" level=info msg="Adding libraries dir" dir="C:\\Users\\uporabnik\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\avr\\1.8.6\\libraries" location=platform
time="2024-09-10T21:13:33+02:00" level=info msg="Loading libraries index file" index="C:\\Users\\uporabnik\\AppData\\Local\\Arduino15\\library_index.json"
2024-09-10 21:13:33 2024-09-10T19:13:33.417Z daemon INFO time="2024-09-10T21:13:33+02:00" level=info msg="Adding libraries dir" dir="C:\\Users\\uporabnik\\AppData\\Local\\Arduino15\\libraries" location=ide
2024-09-10 21:13:33 2024-09-10T19:13:33.417Z daemon INFO time="2024-09-10T21:13:33+02:00" level=info msg="Adding libraries dir" dir="C:\\Users\\uporabnik\\OneDrive\\Dokumenti\\Arduino\\libraries" location=user
2024-09-10 21:13:33 2024-09-10T19:13:33.574Z discovery-log INFO start
2024-09-10 21:13:33 2024-09-10T19:13:33.574Z discovery-log INFO start new deferred
2024-09-10 21:13:33 2024-09-10T19:13:33.574Z discovery-log INFO start resolved watching
2024-09-10 21:13:33 2024-09-10T19:13:33.575Z discovery-log INFO {"eventType":"add","port":{"matchingBoardsList":[{"name":"Arduino Uno","fqbn":"arduino:avr:uno","isHidden":false}],"port":{"address":"COM4","label":"COM4","protocol":"serial","protocolLabel":"Serial Port (USB)","propertiesMap":[["pid","0x0043"],["serialNumber","242383139353516161F1"],["vid","0x2341"]],"hardwareId":"242383139353516161F1"}},"error":""}
2024-09-10 21:13:33 2024-09-10T19:13:33.592Z root INFO <<< Boards package installation done. {
id: 'arduino:renesas_uno',
name: 'Arduino UNO R4 Boards',
author: 'Arduino',
availableVersions: [
'1.2.1', '1.2.0',
'1.1.0', '1.0.5',
'1.0.4', '1.0.2',
'1.0.1'
],
description: 'Arduino UNO R4 Minima, Arduino UNO R4 WiFi',
types: [ 'Arduino' ],
deprecated: false,
summary: 'Boards included in this package:',
installedVersion: '1.2.0',
boards: [
{
name: 'Arduino UNO R4 Minima',
fqbn: 'arduino:renesas_uno:minima'
},
{
name: 'Arduino UNO R4 WiFi',
fqbn: 'arduino:renesas_uno:unor4wifi'
}
],
moreInfoLink: 'http://www.arduino.cc/',
index: 0
}
2024-09-10 21:13:33 2024-09-10T19:13:33.687Z root WARN Detected a new port that has been already discovered. The old value will be overridden. Old value: {"port":{"address":"COM4","addressLabel":"COM4","protocol":"serial","protocolLabel":"Serial Port (USB)","properties":{"pid":"0x0043","serialNumber":"242383139353516161F1","vid":"0x2341"},"hardwareId":"242383139353516161F1"},"boards":[{"fqbn":"arduino:avr:uno","name":"Arduino Uno"}]}, new value: {"boards":[{"fqbn":"arduino:avr:uno","name":"Arduino Uno"}],"port":{"address":"COM4","addressLabel":"COM4","protocol":"serial","protocolLabel":"Serial Port (USB)","properties":{"pid":"0x0043","serialNumber":"242383139353516161F1","vid":"0x2341"},"hardwareId":"242383139353516161F1"}}
2024-09-10 21:13:36 2024-09-10T19:13:36.762Z daemon INFO time="2024-09-10T21:13:36+02:00" level=info msg="Tool required for debug" tool="arduino:arduinoOTA@1.3.0"
time="2024-09-10T21:13:36+02:00" level=info msg="Tool required for debug" tool="arduino:avr-gcc@7.3.0-atmel3.6.1-arduino7"
2024-09-10 21:13:36 2024-09-10T19:13:36.762Z daemon INFO time="2024-09-10T21:13:36+02:00" level=info msg="Tool required for debug" tool="arduino:avrdude@6.3.0-arduino17"
time="2024-09-10T21:13:36+02:00" level=info msg="Tool required for debug" tool="builtin:serial-monitor@0.14.1"
time="2024-09-10T21:13:36+02:00" level=info msg="Tool required for debug" tool="builtin:dfu-discovery@0.1.2"
time="2024-09-10T21:13:36+02:00" level=info msg="Tool required for debug" tool="arduino:bossac@1.9.1-arduino5"
time="2024-09-10T21:13:36+02:00" level=info msg="Tool required for debug" tool="arduino:openocd@0.11.0-arduino2"
time="2024-09-10T21:13:36+02:00" level=info msg="Tool required for debug" tool="arduino:arm-none-eabi-gcc@7-2017q4"
time="2024-09-10T21:13:36+02:00" level=info msg="Tool required for debug" tool="builtin:mdns-discovery@1.0.9"
2024-09-10 21:13:36 2024-09-10T19:13:36.762Z daemon INFO time="2024-09-10T21:13:36+02:00" level=info msg="Tool required for debug" tool="builtin:serial-discovery@1.4.1"
2024-09-10 21:13:36 2024-09-10T19:13:36.762Z daemon INFO time="2024-09-10T21:13:36+02:00" level=info msg="Tool required for debug" tool="builtin:ctags@5.8-arduino11"
2024-09-10 21:13:36 2024-09-10T19:13:36.763Z daemon INFO time="2024-09-10T21:13:36+02:00" level=info msg="Tool required for debug" tool="arduino:dfu-util@0.11.0-arduino5"
2024-09-10 21:13:36 2024-09-10T19:13:36.764Z root ERROR Failed to get debug config: arduino:avr:uno, undefined Error: Debugging is not supported.
at Object.callback (D:\Arduino\Arduino IDE\resources\app\lib\backend\main.js:2:81340)
at Object.onReceiveStatus (D:\Arduino\Arduino IDE\resources\app\lib\backend\main.js:2:788706)
at Object.onReceiveStatus (D:\Arduino\Arduino IDE\resources\app\lib\backend\main.js:2:784657)
at Object.onReceiveStatus (D:\Arduino\Arduino IDE\resources\app\lib\backend\main.js:2:784102)
at D:\Arduino\Arduino IDE\resources\app\lib\backend\main.js:2:870224
at process.processTicksAndRejections (node:internal/process/task_queues:77:11)
2024-09-10 21:13:36 2024-09-10T19:13:36.764Z root ERROR Request checkDebugEnabled failed with error: Debugging is not supported. Error: Debugging is not supported.
at Object.callback (D:\Arduino\Arduino IDE\resources\app\lib\backend\main.js:2:81340)
at Object.onReceiveStatus (D:\Arduino\Arduino IDE\resources\app\lib\backend\main.js:2:788706)
at Object.onReceiveStatus (D:\Arduino\Arduino IDE\resources\app\lib\backend\main.js:2:784657)
at Object.onReceiveStatus (D:\Arduino\Arduino IDE\resources\app\lib\backend\main.js:2:784102)
at D:\Arduino\Arduino IDE\resources\app\lib\backend\main.js:2:870224
at process.processTicksAndRejections (node:internal/process/task_queues:77:11)
2024-09-10 21:13:36 2024-09-10T19:13:36.777Z root INFO Starting language server: arduino:avr:uno
2024-09-10 21:13:37 2024-09-10T19:13:37.332Z daemon INFO time="2024-09-10T21:13:37+02:00" level=info msg="Adding libraries dir" dir="C:\\Users\\uporabnik\\AppData\\Local\\Arduino15\\libraries" location=ide
2024-09-10 21:13:37 2024-09-10T19:13:37.332Z daemon INFO time="2024-09-10T21:13:37+02:00" level=info msg="Adding libraries dir" dir="C:\\Users\\uporabnik\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\avr\\1.8.6\\libraries" location=platform
2024-09-10 21:13:37 2024-09-10T19:13:37.332Z daemon INFO time="2024-09-10T21:13:37+02:00" level=info msg="Adding libraries dir" dir="C:\\Users\\uporabnik\\OneDrive\\Dokumenti\\Arduino\\libraries" location=user
2024-09-10 21:13:38 2024-09-10T19:13:38.099Z daemon INFO time="2024-09-10T21:13:38+02:00" level=info msg="Adding libraries dir" dir="C:\\Users\\uporabnik\\AppData\\Local\\Arduino15\\libraries" location=ide
2024-09-10 21:13:38 2024-09-10T19:13:38.099Z daemon INFO time="2024-09-10T21:13:38+02:00" level=info msg="Adding libraries dir" dir="C:\\Users\\uporabnik\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\avr\\1.8.6\\libraries" location=platform
2024-09-10 21:13:38 2024-09-10T19:13:38.099Z daemon INFO time="2024-09-10T21:13:38+02:00" level=info msg="Adding libraries dir" dir="C:\\Users\\uporabnik\\OneDrive\\Dokumenti\\Arduino\\libraries" location=user
2024-09-10 21:13:38 2024-09-10T19:13:38.342Z root ERROR Uncaught Exception: Error: EPERM: operation not permitted, open 'c:\Users\uporabnik\.arduinoIDE\pluggable-monitor-settings.json'
2024-09-10 21:13:38 2024-09-10T19:13:38.343Z root ERROR Error: EPERM: operation not permitted, open 'c:\Users\uporabnik\.arduinoIDE\pluggable-monitor-settings.json'
2024-09-10 21:13:38 2024-09-10T19:13:38.346Z monitor-service INFO starting monitor
2024-09-10 21:13:38 2024-09-10T19:13:38.349Z daemon INFO time="2024-09-10T21:13:38+02:00" level=info msg="Starting monitor process" monitor=serial-monitor
2024-09-10 21:13:38 2024-09-10T19:13:38.352Z daemon INFO time="2024-09-10T21:13:38+02:00" level=info msg="Starting monitor process" monitor=serial-monitor
2024-09-10 21:13:38 2024-09-10T19:13:38.353Z daemon INFO time="2024-09-10T21:13:38+02:00" level=info msg="Monitor process started successfully!" monitor=serial-monitor
time="2024-09-10T21:13:38+02:00" level=info msg="sending command" command="HELLO 1 \"arduino-cli 0.35.3\"" monitor=serial-monitor
2024-09-10 21:13:38 2024-09-10T19:13:38.355Z daemon INFO time="2024-09-10T21:13:38+02:00" level=info msg="Monitor process started successfully!" monitor=serial-monitor
time="2024-09-10T21:13:38+02:00" level=info msg="sending command" command="HELLO 1 \"arduino-cli 0.35.3\"" monitor=serial-monitor
2024-09-10 21:13:38 2024-09-10T19:13:38.367Z daemon INFO time="2024-09-10T21:13:38+02:00" level=info msg="received message" error=false event_type=hello message=OK monitor=serial-monitor
time="2024-09-10T21:13:38+02:00" level=info msg="received message" error=false event_type=hello message=OK monitor=serial-monitor
2024-09-10 21:13:38 2024-09-10T19:13:38.368Z daemon INFO time="2024-09-10T21:13:38+02:00" level=info msg="sending command" command=DESCRIBE monitor=serial-monitor
time="2024-09-10T21:13:38+02:00" level=info msg="sending command" command=DESCRIBE monitor=serial-monitor
time="2024-09-10T21:13:38+02:00" level=info msg="received message" error=false event_type=describe message=OK monitor=serial-monitor
time="2024-09-10T21:13:38+02:00" level=info msg="received message" error=false event_type=describe message=OK monitor=serial-monitor
time="2024-09-10T21:13:38+02:00" level=info msg="sending command" command=QUIT monitor=serial-monitor
2024-09-10 21:13:38 2024-09-10T19:13:38.368Z daemon INFO time="2024-09-10T21:13:38+02:00" level=info msg="sending command" command=QUIT monitor=serial-monitor
time="2024-09-10T21:13:38+02:00" level=info msg="received message" error=false event_type=quit message=OK monitor=serial-monitor
2024-09-10 21:13:38 2024-09-10T19:13:38.368Z daemon INFO time="2024-09-10T21:13:38+02:00" level=info msg="Killing monitor process" monitor=serial-monitor
time="2024-09-10T21:13:38+02:00" level=info msg="received message" error=false event_type=quit message=OK monitor=serial-monitor
2024-09-10 21:13:38 2024-09-10T19:13:38.368Z daemon INFO time="2024-09-10T21:13:38+02:00" level=info msg="Killing monitor process" monitor=serial-monitor
2024-09-10 21:13:38 2024-09-10T19:13:38.368Z daemon INFO time="2024-09-10T21:13:38+02:00" level=error msg="Sent kill signal" error="TerminateProcess: Access is denied." monitor=serial-monitor
2024-09-10 21:13:38 2024-09-10T19:13:38.368Z daemon INFO time="2024-09-10T21:13:38+02:00" level=error msg="Sent kill signal" error="TerminateProcess: Access is denied." monitor=serial-monitor
2024-09-10 21:13:38 2024-09-10T19:13:38.368Z daemon INFO time="2024-09-10T21:13:38+02:00" level=error msg="stopped decode loop: EOF" monitor=serial-monitor
time="2024-09-10T21:13:38+02:00" level=error msg="stopped decode loop: EOF" monitor=serial-monitor
2024-09-10 21:13:38 2024-09-10T19:13:38.382Z daemon INFO time="2024-09-10T21:13:38+02:00" level=info msg="Monitor process killed" monitor=serial-monitor
2024-09-10 21:13:38 2024-09-10T19:13:38.384Z daemon INFO time="2024-09-10T21:13:38+02:00" level=info msg="Monitor process killed" monitor=serial-monitor
2024-09-10 21:13:47 isTempSketch: true. Input was c:\Users\uporabnik\AppData\Local\Temp\.arduinoIDE-unsaved2024810-15652-qtg3xu.hj6nf\sketch_sep10a
2024-09-10 21:13:47 Ignored marking workspace as a closed sketch. The sketch was detected as temporary. Workspace URI: file:///c%3A/Users/uporabnik/AppData/Local/Temp/.arduinoIDE-unsaved2024810-15652-qtg3xu.hj6nf/sketch_sep10a.
2024-09-10 21:13:47 isTempSketch: true. Input was c:\Users\uporabnik\AppData\Local\Temp\.arduinoIDE-unsaved2024810-15652-qtg3xu.hj6nf\sketch_sep10a
2024-09-10 21:13:47 Ignored marking workspace as a closed sketch. The sketch was detected as temporary. Workspace URI: file:///c%3A/Users/uporabnik/AppData/Local/Temp/.arduinoIDE-unsaved2024810-15652-qtg3xu.hj6nf/sketch_sep10a.
2024-09-10 21:13:47 Closing channel on service path '/services/electron-window'.
2024-09-10 21:13:47 Closing channel on service path '/services/ide-updater'.
2024-09-10 21:13:48 Stored workspaces roots:
2024-09-10 21:13:48 No sketches were scheduled for deletion.
i hope it helps
I think that your problem comes from
2024-09-10 21:13:38 2024-09-10T19:13:38.342Z root ERROR Uncaught Exception: Error: EPERM: operation not permitted, open 'c:\Users\uporabnik\.arduinoIDE\pluggable-monitor-settings.json'
2024-09-10 21:13:38 2024-09-10T19:13:38.343Z root ERROR Error: EPERM: operation not permitted, open 'c:\Users\uporabnik\.arduinoIDE\pluggable-monitor-settings.json'
I do not know why that would happen; below are the properties for that file on my system
Question: Did it ever work? Or did something change (Windows update, change in user name, board package added, ...)?
Yes it did work, around March/April I was working on some project for school using arduino nano and it all worked good. But in August I got my ardino uno r3 back from my friend and from then it doesen't work. Only thing i did was delete all libraries that were from previus project.
This are my properties for that file:
also this is code inside this .json file (i formated it with https://jsonformatter.curiousconcept.com/)
{
"arduino:avr:uno-COM3-serial":{
"baudrate":{
"id":"baudrate",
"label":"Baudrate",
"type":"enum",
"values":[
"300",
"600",
"750",
"1200",
"2400",
"4800",
"9600",
"19200",
"31250",
"38400",
"57600",
"74880",
"115200",
"230400",
"250000",
"460800",
"500000",
"921600",
"1000000",
"2000000"
],
"selectedValue":"9600"
},
"bits":{
"id":"bits",
"label":"Data bits",
"type":"enum",
"values":[
"5",
"6",
"7",
"8",
"9"
],
"selectedValue":"8"
},
"dtr":{
"id":"dtr",
"label":"DTR",
"type":"enum",
"values":[
"on",
"off"
],
"selectedValue":"on"
},
"parity":{
"id":"parity",
"label":"Parity",
"type":"enum",
"values":[
"none",
"even",
"odd",
"mark",
"space"
],
"selectedValue":"none"
},
"rts":{
"id":"rts",
"label":"RTS",
"type":"enum",
"values":[
"on",
"off"
],
"selectedValue":"on"
},
"stop_bits":{
"id":"stop_bits",
"label":"Stop bits",
"type":"enum",
"values":[
"1",
"1.5",
"2"
],
"selectedValue":"1"
}
},
"arduino:avr:nano-COM3-serial":{
"baudrate":{
"id":"baudrate",
"label":"Baudrate",
"type":"enum",
"values":[
"300",
"600",
"750",
"1200",
"2400",
"4800",
"9600",
"19200",
"31250",
"38400",
"57600",
"74880",
"115200",
"230400",
"250000",
"460800",
"500000",
"921600",
"1000000",
"2000000"
],
"selectedValue":"115200"
},
"bits":{
"id":"bits",
"label":"Data bits",
"type":"enum",
"values":[
"5",
"6",
"7",
"8",
"9"
],
"selectedValue":"8"
},
"dtr":{
"id":"dtr",
"label":"DTR",
"type":"enum",
"values":[
"on",
"off"
],
"selectedValue":"on"
},
"parity":{
"id":"parity",
"label":"Parity",
"type":"enum",
"values":[
"none",
"even",
"odd",
"mark",
"space"
],
"selectedValue":"none"
},
"rts":{
"id":"rts",
"label":"RTS",
"type":"enum",
"values":[
"on",
"off"
],
"selectedValue":"on"
},
"stop_bits":{
"id":"stop_bits",
"label":"Stop bits",
"type":"enum",
"values":[
"1",
"1.5",
"2"
],
"selectedValue":"1"
}
},
"arduino:avr:uno-COM4-serial":{
"baudrate":{
"id":"baudrate",
"label":"Baudrate",
"type":"enum",
"values":[
"300",
"600",
"750",
"1200",
"2400",
"4800",
"9600",
"19200",
"31250",
"38400",
"57600",
"74880",
"115200",
"230400",
"250000",
"460800",
"500000",
"921600",
"1000000",
"2000000"
],
"selectedValue":"9600"
},
"bits":{
"id":"bits",
"label":"Data bits",
"type":"enum",
"values":[
"5",
"6",
"7",
"8",
"9"
],
"selectedValue":"8"
},
"dtr":{
"id":"dtr",
"label":"DTR",
"type":"enum",
"values":[
"on",
"off"
],
"selectedValue":"on"
},
"parity":{
"id":"parity",
"label":"Parity",
"type":"enum",
"values":[
"none",
"even",
"odd",
"mark",
"space"
],
"selectedValue":"none"
},
"rts":{
"id":"rts",
"label":"RTS",
"type":"enum",
"values":[
"on",
"off"
],
"selectedValue":"on"
},
"stop_bits":{
"id":"stop_bits",
"label":"Stop bits",
"type":"enum",
"values":[
"1",
"1.5",
"2"
],
"selectedValue":"1"
}
},
"arduino:avr:nano-COM5-serial":{
"baudrate":{
"id":"baudrate",
"label":"Baudrate",
"type":"enum",
"values":[
"300",
"600",
"750",
"1200",
"2400",
"4800",
"9600",
"19200",
"31250",
"38400",
"57600",
"74880",
"115200",
"230400",
"250000",
"460800",
"500000",
"921600",
"1000000",
"2000000"
],
"selectedValue":"9600"
},
"bits":{
"id":"bits",
"label":"Data bits",
"type":"enum",
"values":[
"5",
"6",
"7",
"8",
"9"
],
"selectedValue":"8"
},
"dtr":{
"id":"dtr",
"label":"DTR",
"type":"enum",
"values":[
"on",
"off"
],
"selectedValue":"on"
},
"parity":{
"id":"parity",
"label":"Parity",
"type":"enum",
"values":[
"none",
"even",
"odd",
"mark",
"space"
],
"selectedValue":"none"
},
"rts":{
"id":"rts",
"label":"RTS",
"type":"enum",
"values":[
"on",
"off"
],
"selectedValue":"on"
},
"stop_bits":{
"id":"stop_bits",
"label":"Stop bits",
"type":"enum",
"values":[
"1",
"1.5",
"2"
],
"selectedValue":"1"
}
},
"arduino:avr:nano-COM6-serial":{
"baudrate":{
"id":"baudrate",
"label":"Baudrate",
"type":"enum",
"values":[
"300",
"600",
"750",
"1200",
"2400",
"4800",
"9600",
"19200",
"31250",
"38400",
"57600",
"74880",
"115200",
"230400",
"250000",
"460800",
"500000",
"921600",
"1000000",
"2000000"
],
"selectedValue":"9600"
},
"bits":{
"id":"bits",
"label":"Data bits",
"type":"enum",
"values":[
"5",
"6",
"7",
"8",
"9"
],
"selectedValue":"8"
},
"dtr":{
"id":"dtr",
"label":"DTR",
"type":"enum",
"values":[
"on",
"off"
],
"selectedValue":"on"
},
"parity":{
"id":"parity",
"label":"Parity",
"type":"enum",
"values":[
"none",
"even",
"odd",
"mark",
"space"
],
"selectedValue":"none"
},
"rts":{
"id":"rts",
"label":"RTS",
"type":"enum",
"values":[
"on",
"off"
],
"selectedValue":"on"
},
"stop_bits":{
"id":"stop_bits",
"label":"Stop bits",
"type":"enum",
"values":[
"1",
"1.5",
"2"
],
"selectedValue":"1"
}
},
"arduino:avr:uno-COM8-serial":{
"baudrate":{
"id":"baudrate",
"label":"Baudrate",
"type":"enum",
"values":[
"300",
"600",
"750",
"1200",
"2400",
"4800",
"9600",
"19200",
"31250",
"38400",
"57600",
"74880",
"115200",
"230400",
"250000",
"460800",
"500000",
"921600",
"1000000",
"2000000"
],
"selectedValue":"9600"
},
"bits":{
"id":"bits",
"label":"Data bits",
"type":"enum",
"values":[
"5",
"6",
"7",
"8",
"9"
],
"selectedValue":"8"
},
"dtr":{
"id":"dtr",
"label":"DTR",
"type":"enum",
"values":[
"on",
"off"
],
"selectedValue":"on"
},
"parity":{
"id":"parity",
"label":"Parity",
"type":"enum",
"values":[
"none",
"even",
"odd",
"mark",
"space"
],
"selectedValue":"none"
},
"rts":{
"id":"rts",
"label":"RTS",
"type":"enum",
"values":[
"on",
"off"
],
"selectedValue":"on"
},
"stop_bits":{
"id":"stop_bits",
"label":"Stop bits",
"type":"enum",
"values":[
"1",
"1.5",
"2"
],
"selectedValue":"1"
}
}
}
Based on the screenshot of the properties, Read-only? That might be the reason, not sure.
I agree2. . @slogiker please try this:
- Select File > Quit from the Arduino IDE menus if it is running.
All Arduino IDE windows will close. - Use Windows "File Explorer" to delete the
pluggable-monitor-settings.json
file.
Please be careful when deleting things from your computer. When in doubt, back up!
- Start Arduino IDE again.
Arduino IDE will automatically generate a new pluggable-monitor-settings.json
file. Hopefully the new file will have the correct attributes to allow Arduino IDE to modify the file as needed. This file doesn't contain any critical user data (it only allows Arduino IDE to remember the settings you had in Serial Monitor the last time you used it), so you won't lose anything of value by deleting the file.
That helped, idk why did it changed tho. Thanks anyway
This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.