-
-
Notifications
You must be signed in to change notification settings - Fork 72
Arduino UNO board not available after installation "Arduino AVR boards" #69
Comments
@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 |
The port shows now on with Alpha 0.0.2. I've close #20. |
@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: void setup()
{
Serial.begin(115200);
Serial.println(F("Hello world!"));
}
void loop()
{
Serial.println(F("."));
delay(1000);
} 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. |
I'm on Windows. The serial port is not opened for some reason (no errors displayed). |
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 |
The Arduino UNO board is not available after "Arduino AVR boards" installation on Windows 10 64-bit.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Arduino/Genuine board must be available (grayed out) including a serial port (nothing found).
Screenshots

Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: