Added special codes

This commit is contained in:
Marcel Kapfer (mmk2410) 2016-06-09 10:40:49 +02:00
parent 55de3b118a
commit 705eea7da2
4 changed files with 17 additions and 1 deletions

Binary file not shown.

View File

@ -73,7 +73,16 @@
\texttt{/} & \texttt{-..-.} \\ \midrule
\texttt{@} & \texttt{.--.-.} \\ \midrule
\texttt{'} & \texttt{.----.} \\ \midrule
\texttt{\$} & \texttt{...-..-} \\ \bottomrule
\texttt{\$} & \texttt{...-..-} \\ \midrule
\texttt{LETTERSPACE} & \texttt{3 Spaces} \\ \midrule
\texttt{WORDSPACE} & \texttt{7 Spaces} \\ \midrule
\texttt{KA (Message begin)} & \texttt{-.-.-} \\ \midrule
\texttt{BT (Break)} & \texttt{-...-} \\ \midrule
\texttt{AR (Message end)} & \texttt{.-.-.} \\ \midrule
\texttt{VE (Understood)} & \texttt{...-.} \\ \midrule
\texttt{SK (End of connection)} & \texttt{...-.-} \\ \midrule
\texttt{SOS} & \texttt{...---...} \\ \midrule
\texttt{HH (Error)} & \texttt{........} \\ \bottomrule
\end{longtabu}
\vfill

Binary file not shown.

View File

@ -76,6 +76,13 @@
\texttt{\$} & \texttt{0001001} \\ \midrule
\texttt{LETTERSPACE} & \texttt{\#} \\ \midrule
\texttt{WORDSPACE} & \texttt{+} \\ \bottomrule
\texttt{KA (Message begin)} & \texttt{10101} \\ \midrule
\texttt{BT (Break)} & \texttt{10001} \\ \midrule
\texttt{AR (Message end)} & \texttt{01010} \\ \midrule
\texttt{VE (Understood)} & \texttt{00010} \\ \midrule
\texttt{SK (End of connection)} & \texttt{000101} \\ \midrule
\texttt{SOS} & \texttt{000111000} \\ \midrule
\texttt{HH (Error)} & \texttt{00000000} \\ \bottomrule
\end{longtabu}
\vfill