Are you working on a Linux system? Maybe this article will help:
https://support.arduino.cc/hc/en-us/art ... s-on-Linux
Search found 2 matches
- Tue Sep 09, 2025 12:58 pm
- Forum: ESP32 Arduino
- Topic: Help Connecting my ESP32 Dev1
- Replies: 2
- Views: 1840
- Sun Sep 07, 2025 4:14 pm
- Forum: ESP32 Arduino
- Topic: default serial/USB speed
- Replies: 1
- Views: 2765
default serial/USB speed
I'm using an ESP32 WROOM32 board with Arduino IDE 2.3.6
Board package is 3.3.0 esp32 by espressif systems
On my first sketch, the first line in setup() i wrote is Serial.begin(115200);
The serial monitor of the ide is also set to 115200 baud, and communication between the two worked.
However, when ...
Board package is 3.3.0 esp32 by espressif systems
On my first sketch, the first line in setup() i wrote is Serial.begin(115200);
The serial monitor of the ide is also set to 115200 baud, and communication between the two worked.
However, when ...