summaryrefslogtreecommitdiff
path: root/uart/hello_world
diff options
context:
space:
mode:
authorUwe Hermann <uwe@hermann-uwe.de>2011-12-04 18:01:14 +0100
committerUwe Hermann <uwe@hermann-uwe.de>2011-12-04 18:01:14 +0100
commit07bbf354d15509978637906e6cb47f09b16dbbc5 (patch)
tree21fb4802f60d75dcbf9c00106a6088a3ed8e2a6b /uart/hello_world
parent44f6cffb87b9e857f30602f904ef07e634cd5f11 (diff)
downloadsigrok-dumps-07bbf354d15509978637906e6cb47f09b16dbbc5.tar.gz
sigrok-dumps-07bbf354d15509978637906e6cb47f09b16dbbc5.zip
uart: hello world: Add dumps with different settings.
Diffstat (limited to 'uart/hello_world')
-rw-r--r--uart/hello_world/7e1/hello_world_7e1_115200.srbin0 -> 104245 bytes
-rw-r--r--uart/hello_world/7o1/hello_world_7o1_115200.srbin0 -> 89806 bytes
-rw-r--r--uart/hello_world/8e1/hello_world_8e1_115200.srbin0 -> 104897 bytes
-rw-r--r--uart/hello_world/8o1/hello_world_8o1_115200.srbin0 -> 104389 bytes
-rw-r--r--uart/hello_world/README3
5 files changed, 2 insertions, 1 deletions
diff --git a/uart/hello_world/7e1/hello_world_7e1_115200.sr b/uart/hello_world/7e1/hello_world_7e1_115200.sr
new file mode 100644
index 0000000..ce0c577
--- /dev/null
+++ b/uart/hello_world/7e1/hello_world_7e1_115200.sr
Binary files differ
diff --git a/uart/hello_world/7o1/hello_world_7o1_115200.sr b/uart/hello_world/7o1/hello_world_7o1_115200.sr
new file mode 100644
index 0000000..2be3c35
--- /dev/null
+++ b/uart/hello_world/7o1/hello_world_7o1_115200.sr
Binary files differ
diff --git a/uart/hello_world/8e1/hello_world_8e1_115200.sr b/uart/hello_world/8e1/hello_world_8e1_115200.sr
new file mode 100644
index 0000000..0b3df19
--- /dev/null
+++ b/uart/hello_world/8e1/hello_world_8e1_115200.sr
Binary files differ
diff --git a/uart/hello_world/8o1/hello_world_8o1_115200.sr b/uart/hello_world/8o1/hello_world_8o1_115200.sr
new file mode 100644
index 0000000..40190c5
--- /dev/null
+++ b/uart/hello_world/8o1/hello_world_8o1_115200.sr
Binary files differ
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