Change baud rate to 250000
Changed the baud rate to get faster serial comunication with Octoprint, Pronterface and so on.
This commit is contained in:
parent
ab4f5d25cc
commit
d7601d8880
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue