Wifi Kit 32 max baudrate

I can’t get the serial (CP2102) to work at any baud rate higher than 115200
at 921600 I just get garbage out.

Is there something “special” I have to do other than : ?

void setup() {
Serial.begin(921600);
}

Thanks

Notes : OSX 10.15.5

Hi, The baud rate of serial port should be attainable 921600. You can try other serial debugging tools.

When the baud rate is changed(not 115200), the Serial Logs will get garbled code, the user print information is ok.