]> sigrok.org Git - sigrok-dumps.git/commitdiff
uart: hello world: Add dumps with different settings.
authorUwe Hermann <redacted>
Sun, 4 Dec 2011 17:01:14 +0000 (18:01 +0100)
committerUwe Hermann <redacted>
Sun, 4 Dec 2011 17:01:14 +0000 (18:01 +0100)
uart/hello_world/7e1/hello_world_7e1_115200.sr [new file with mode: 0644]
uart/hello_world/7o1/hello_world_7o1_115200.sr [new file with mode: 0644]
uart/hello_world/8e1/hello_world_8e1_115200.sr [new file with mode: 0644]
uart/hello_world/8o1/hello_world_8o1_115200.sr [new file with mode: 0644]
uart/hello_world/README

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 (file)
index 0000000..ce0c577
Binary files /dev/null and b/uart/hello_world/7e1/hello_world_7e1_115200.sr 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 (file)
index 0000000..2be3c35
Binary files /dev/null and b/uart/hello_world/7o1/hello_world_7o1_115200.sr 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 (file)
index 0000000..0b3df19
Binary files /dev/null and b/uart/hello_world/8e1/hello_world_8e1_115200.sr 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 (file)
index 0000000..40190c5
Binary files /dev/null and b/uart/hello_world/8o1/hello_world_8o1_115200.sr differ
index dd28a0f5d8305241148d378414ca1f2f36f44ea6..03d2652de03f214f7d056c37fa91b7c13b6ffb1f 100644 (file)
@@ -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