Skip to content

RikVanHaaren/MorseCode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

MorseCode (.NET 6, C# console application)

In the application you can send morse code by pressing down the 'down arrow key' in a time sequence. The application converts the morse code to alphabetical characters.

Morse rules

  • duration of '.' is 1 time unit
  • duration of '-' is 3 times '.'
  • space between one letters of same letter is one unit
  • space between letters is three units
  • space between word is seven units
  • T stands for unit of time. W stands for speed in wpm(words per minutes)

Morse alphabet

alphabet Morse
A .-
B -...
C -.-.
D -..
E .
F ..-.
G --.
H ....
I ..
J .---
K -.-
L .-..
M --
N -.
O ---
P .--.
Q --.-
R .-.
S ...
T -
U ..-
V ...-
W .--
X -..-
Y -.--
Z --..
1 .----
2 ..---
3 ...--
4 ....-
5 .....
6 -....
7 --...
8 ---..
9 ----.
0 -----

sources

About

.NET 6.0 console morse code application

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages