ESP32 Max Baud Rate with Arduino IDE

Hi everybody,

I have a question. I am using ESP32-Wroom-32E with arduino ide and I need to decleare high baudrate for a serial device. Can I use 230400 or 500000 with out any problem. I meant, is Arduino serial library for esp is compatible or not?

Thanks

i believe it's more a question of the UART hardware, USB interface and application on the PC than about the library.

have you tried those rates?

I did not make any test because I have a device which will be on my hand on monday and that will communicate with ESP32 on UART. I need to communicate with those rates with device,not with PC.

1 Like

the ESP32 supports baudrates of up to 5Mbps on the UART check the datasheet & Technical Reference

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.