-
-
Notifications
You must be signed in to change notification settings - Fork 72
Boards Manager Bugs #35
Comments
Hi @Maherulazam , thanks for your report! I see form your screenshot that you are on a Windows OS, could you please add the version of your Operating system to the issue description? In the meantime, can you please check if the snapshot builds attached here #54 (comment) solve your detection problem? Thanks! |
Same problem for me on Windows 10 64-bit: No serial port found, but multiple serial ports are listed in the original IDE and Windows device manager. |
Can you please try again with the last build available at https://github.com/arduino/arduino-pro-ide/releases/tag/v0.0.1-alpha.preview-snapshot-20191021.1 and let us know? |
The scrollbar is now visible on my Windows 10 computer and I am able to select the Arduino UNO board with Arduino Pro IDE Windows v0.0.1-alpha.preview-snapshot-20191021.1: Serial ports not detected is still a Major issue on all platforms: |
This has been fixed. I am going to close it. Longer story: [
{
"address": "/dev/cu.SOC",
"protocol": "serial",
"protocol_label": "Serial Port"
},
{
"address": "/dev/cu.MALS",
"protocol": "serial",
"protocol_label": "Serial Port"
},
{
"address": "/dev/cu.Bluetooth-Incoming-Port",
"protocol": "serial",
"protocol_label": "Serial Port"
},
{
"address": "/dev/cu.usbmodem14601",
"protocol": "serial",
"protocol_label": "Serial Port (USB)",
"boards": [
{
"name": "Arduino MKR1000",
"FQBN": "arduino:samd:mkr1000"
}
]
},
{
"address": "/dev/cu.usbserial-0001",
"protocol": "serial",
"protocol_label": "Serial Port (USB)"
}
]% In the above example, there is an attached Furthermore, we have better support for 3rd party, "unknown" boards: #198 (comment) |
Can't scroll in the Boards Manager (No Scroll Bar) and the search is not working as well.
Can't detect the Arduino Uno connected to COM38.
The text was updated successfully, but these errors were encountered: