Search found 1 match
- Thu Mar 02, 2023 2:43 am
- Forum: ESP32 Arduino
- Topic: Baud rate above 115200 doesn't work using esp32
- Replies: 0
- Views: 1191
Baud rate above 115200 doesn't work using esp32
Hello I have equipment transmitting via uart with a baud rate of 1382400 and I would like to read this information through the Serial2 port of the ESP32. i'm using arduino ide to program and I've tried to set this high baud rate using Serial2.begin(1382400) but I can't read anything. Using the funct...