Certificate upload fails if Serial Monitor/Plotter is open #750
Labels
topic: code
Related to content of the project itself
topic: serial monitor
Related to the Serial Monitor
type: imperfection
Perceived defect in any part of project
Describe the bug
The Arduino IDE includes an "Upload SSL Root Certificates"" tool that can be used to upload SSL certificates to the Wi-Fi radio module of Arduino boards such as the MKR WiFi 1010 and Nano 33 IoT.
🐛 If the Serial Monitor or Serial Plotter is open when a certificate upload is attempted, it fails.
To Reproduce
🐛 The process fails without any indication of the cause:
Expected behavior
Automatically close the serial port as needed, reopening it in Serial Monitor once done, similar to how it is handled during the Upload process.
Desktop
Date: 2022-01-13T17:15:54.562Z
CLI Version: 0.20.2 [13783819]
Additional context
The IDE's "WiFi101 / WiFiNINA Firmware Updater"" tool had the same problem (#684), which was fixed already by #688. Perhaps that same fix can be applied to the "Upload SSL Root Certificates"" tool as well.
Additional reports:
The text was updated successfully, but these errors were encountered: