Inspiration
This project is inspired of my curiosity to learn new things. I learnt that army used to use morse code and send morse code for long radio communications. So, I wanted to figure out how? And during this process the idea of morse code translator came.
What it does
It translates the morse code word by word.
How we built it
We used C programming language, created condition for every alphabet and numerals compared the entered morse code with the stored one and display the output.
Challenges we ran into
I used linux and in this project we have to use getch() function which is present in conio.h header file and since conio.h is not supported in linuc. The main problem was finding alternatice for the function getch(). Luckily someone already made the custom function which is perfectly similar to getch() and I used it.
Accomplishments that we're proud of
I am proud that I was able to translate the morse code into english language.
Log in or sign up for Devpost to join the conversation.