Skip to content
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
@Erriez

Description

@Erriez

The Arduino UNO board is not available after "Arduino AVR boards" installation on Windows 10 64-bit.

To Reproduce
Steps to reproduce the behavior:

  1. Start new Arduino IDE
  2. Click Tools | Board manager...
  3. Install "Arduino AVR boards by Arduino" (Installation successful)
  4. 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).

Screenshots
image

Desktop (please complete the following information):

  • OS: Windows 10
  • Version 64-bit

Activity

rei-vilo

rei-vilo commented on Oct 25, 2019

@rei-vilo

At launch, the IDE displays a cryptic message.

Capture d’écran 2019-10-25 à 18 55 53

Might be related.

Arduino Pro IDE Alpha 0.0.2 on macOS 10.15.

mastrolinux

mastrolinux commented on Oct 28, 2019

@mastrolinux
Contributor

@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

rei-vilo commented on Oct 28, 2019

@rei-vilo

The port shows now on with Alpha 0.0.2. I've close #20.

Erriez

Erriez commented on Oct 28, 2019

@Erriez
Author

@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.

image

The sketch below works perfect with the original Arduino IDE:

void setup() 
{
    Serial.begin(115200);
    Serial.println(F("Hello world!"));
}

void loop() 
{
    Serial.println(F("."));
    delay(1000);
}

image

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

rei-vilo commented on Oct 28, 2019

@rei-vilo

The Arduino Nano 33 BLE does print on the console under macOS when using Alpha 0.0.2.

Capture d’écran 2019-10-28 à 20 07 25

Erriez

Erriez commented on Oct 28, 2019

@Erriez
Author

I'm on Windows. The serial port is not opened for some reason (no errors displayed).

kittaakos

kittaakos commented on Apr 9, 2020

@kittaakos
Contributor

There are multiple things logged to one GH issue. Let me clarify them:

Arduino/Genuine board must be available (grayed out) including a serial port (nothing found).

Now it is.

image


At launch, the IDE displays a cryptic message.

Capture d’écran 2019-10-25 à 18 55 53

Might be related.

No, it's unrelated.


The serial port is not opened and the output window remains empty, no matter which serial baudrate is selected.

The monitor had some issues when the line was not terminated with \n. It was fixed via #201.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        @rei-vilo@mastrolinux@kittaakos@Erriez

        Issue actions

          Arduino UNO board not available after installation "Arduino AVR boards" · Issue #69 · arduino/arduino-pro-ide