From d7601d8880c0bc20fc0ef9ef64e61fbd5a90ab06 Mon Sep 17 00:00:00 2001 From: 3d-gussner <3d.gussner@gmail.com> Date: Fri, 21 Apr 2017 10:50:26 +0200 Subject: [PATCH] Change baud rate to 250000 Changed the baud rate to get faster serial comunication with Octoprint, Pronterface and so on. --- Firmware/Configuration.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Firmware/Configuration.h b/Firmware/Configuration.h index 5d7802bdb..07b1c14ab 100644 --- a/Firmware/Configuration.h +++ b/Firmware/Configuration.h @@ -77,7 +77,8 @@ #define SERIAL_PORT 0 // This determines the communication speed of the printer -#define BAUDRATE 115200 +//#define BAUDRATE 115200 +#define BAUDRATE 250000 // This enables the serial port associated to the Bluetooth interface //#define BTENABLED // Enable BT interface on AT90USB devices