diff options
Diffstat (limited to '')
-rw-r--r-- | HW4.X/disc08_uart_in_1.txt | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/HW4.X/disc08_uart_in_1.txt b/HW4.X/disc08_uart_in_1.txt new file mode 100644 index 0000000..a657647 --- /dev/null +++ b/HW4.X/disc08_uart_in_1.txt @@ -0,0 +1,29 @@ +wait 100 ms + +42 + +wait 10 ms + +34 + +wait 20 ms + +3c + +wait 1 ms + +0D 0A + +wait 200 ms + +"This is a message put in via a message file and fed as UART input." + +wait 1 ms + +0D 0A + +"The answer is.... 42!" +wait 1 ms + +0D 0A + |