From 44adcd5f7e971cb4da7cae71345d2a175958ecfd Mon Sep 17 00:00:00 2001 From: Nick Andrew Date: Tue, 17 Nov 2015 03:44:10 +1100 Subject: [PATCH] README: Setting the initial serial interface rate Signed-off-by: Nick Andrew --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 7fff744d..8067359b 100644 --- a/README.md +++ b/README.md @@ -316,6 +316,15 @@ Identify your firmware builds by editing `app/include/user_version.h` #endif ``` +## Setting the boot time serial interface rate + +The initial baud rate at boot time is 9600 bps, but you can change this by +editing `app/include/user_config.h` and change BIT_RATE_DEFAULT, e.g.: + +```c +#define BIT_RATE_DEFAULT BIT_RATE_115200 +``` + # Flash the firmware ## Flash tools for Windows