have you used a higher baud rate for ESP32s?
have you used a higher baud rate for ESP32s?
10 Replies
A quick search found this https://www.luisllamas.es/en/change-processor-frequency-on-esp32/
Luis Llamas
How to Change CPU Frequency on ESP32
Tutorial on how to change the CPU frequency on ESP32 to reduce power consumption
Looks almost like how we do it in stm32 or did I misunderstand your aim?
i was referring to the uart baudrate
ah, there should be a max in the uart spec
i can find anywhere if it feasible, am trying to control DMX lights, that requires 250 000 bits per second
windows 11 supports 115200
personally havnt had any reason to go above 115200 upto now
So can't comment much about it
I'm a little confused why does windows support matter?
isnt the highest baud rate accepted 115200?
well baud rate just means frequency and that can go real high.