ESP32-S3 Support on Arduino IDE Version 1.8.x vs V2.1.x
Posted: Mon Jul 17, 2023 7:07 pm
I'm running an identical sketch for the ESP32-S3 twice: Once from the Arduino IDE v1.8.19 and a second time from the Arduino IDE v 2.1.1.
The results in terms of "Serial.println(...);" statements are different:
Running from the v1.8.19 IDE, I get the results from "Serial.print(...);" statements only shown in the Serial Monitor, when I have a physical cable connection from my Windows 10 PC to the "UART" plug on the ESP32-S3 device, but nothing shown, when connecting the PC to the "USB" plug.
Running from the v2.1.1 IDE, it is exactly vice-versa: No results in the Serial Monitor when connected to "UART", but OK when connected to "USB".
Is this by intention? A Bug? A feature? Why?
The results in terms of "Serial.println(...);" statements are different:
Running from the v1.8.19 IDE, I get the results from "Serial.print(...);" statements only shown in the Serial Monitor, when I have a physical cable connection from my Windows 10 PC to the "UART" plug on the ESP32-S3 device, but nothing shown, when connecting the PC to the "USB" plug.
Running from the v2.1.1 IDE, it is exactly vice-versa: No results in the Serial Monitor when connected to "UART", but OK when connected to "USB".
Is this by intention? A Bug? A feature? Why?