In the Marlin firmware's configuration.h file, there's a place near the top to set the baud rate:

// This determines the communication speed of the printer
//#define BAUDRATE 250000
#define BAUDRATE 115200

is how I have mine set.