summaryrefslogtreecommitdiff
path: root/uart/hello_world/README
diff options
context:
space:
mode:
Diffstat (limited to 'uart/hello_world/README')
-rw-r--r--uart/hello_world/README3
1 files changed, 2 insertions, 1 deletions
diff --git a/uart/hello_world/README b/uart/hello_world/README
index dd28a0f..03d2652 100644
--- a/uart/hello_world/README
+++ b/uart/hello_world/README
@@ -3,7 +3,8 @@ Hello World UART output using various options
-------------------------------------------------------------------------------
This is a collection of example UART communication (only in one direction).
-The repeatedly transmitted data is "Hello World!\r\n", using 8n1 settings.
+The repeatedly transmitted data is "Hello World!\r\n", using various settings,
+such as 8n1, 8o1, 8e1, 7o1, 7e1, etc.
The hardware sending the data is an Olimex STM32-H103 eval kit with an
ST STM32 (ARM Cortex-M3) microcontroller. The firmware used is based on a