SD speed test in serial monitor

What are the settings I should be using on the bottom right of the window to run it? I tried to search the answer first.

It’s in Serial Monitor in Arduino.
You’ll need to not have #define DISABLE_DIAGNOSTIC_COMMANDS active in your config.
EDIT* ohhh. you’re IN Serial Monitor and mean the baud settings etc…

The baud rate doesn’t matter, the other one should be set to newline.

1 Like

thanks all, I thought I read somewhere that the baud rate mattered. Glad you clarified