This repository was archived by the owner on Oct 22, 2021. It is now read-only.
This repository was archived by the owner on Oct 22, 2021. It is now read-only.
Arduino UNO board not available after installation "Arduino AVR boards" #69
Closed
Description
The Arduino UNO board is not available after "Arduino AVR boards" installation on Windows 10 64-bit.
To Reproduce
Steps to reproduce the behavior:
- Start new Arduino IDE
- Click Tools | Board manager...
- Install "Arduino AVR boards by Arduino" (Installation successful)
- Select other boards & ports | UNO board grayed out. Restart IDE does not help.
Expected behavior
Arduino/Genuine board must be available (grayed out) including a serial port (nothing found).
Desktop (please complete the following information):
- OS: Windows 10
- Version 64-bit
Metadata
Metadata
Assignees
Labels
Type
Projects
Milestone
Relationships
Development
No branches or pull requests
Activity
rei-vilo commentedon Oct 25, 2019
At launch, the IDE displays a cryptic message.
Might be related.
Arduino Pro IDE Alpha 0.0.2 on macOS 10.15.
mastrolinux commentedon Oct 28, 2019
@rei-vilo no, that is not related and the error is coming from the language-server. Are you still unable to view the serial ports with https://github.com/arduino/arduino-pro-ide/releases/tag/v0.0.2-alpha.preview version? @Erriez
rei-vilo commentedon Oct 28, 2019
The port shows now on with Alpha 0.0.2. I've close #20.
Erriez commentedon Oct 28, 2019
@mastrolinux I've tested arduino-pro-ide-0.0.2-alpha.preview-windows.zip. Please my comments below:
Serial port is now visible in board window. It is possible to upload a sketch, but the serial terminal does not work. The serial port is not opened and the output window remains empty, no matter which serial baudrate is selected.
The sketch below works perfect with the original Arduino IDE:
Connecting with other serial terminals to COM11 should give an error when the port is opened by the new Arduino IDE Alpha 0.0.2.
rei-vilo commentedon Oct 28, 2019
The Arduino Nano 33 BLE does print on the console under macOS when using Alpha 0.0.2.
Erriez commentedon Oct 28, 2019
I'm on Windows. The serial port is not opened for some reason (no errors displayed).
kittaakos commentedon Apr 9, 2020
There are multiple things logged to one GH issue. Let me clarify them:
Now it is.
No, it's unrelated.
The monitor had some issues when the line was not terminated with
\n
. It was fixed via #201.