Scrubbly Morse Code Translator

These files might not work on the most current version of the Commander X16, or these may be held over from the previous forum. To find previous versions of the emulator, so you can test old programs, please visit Our GitHub Page
Post Reply
Wertzui
Posts: 32
Joined: Mon Mar 01, 2021 7:06 pm

Scrubbly Morse Code Translator

Post by Wertzui »


A simple Morse code program. Written in QBASIC as a learning process, ported to various CBM machines, and now on Commander X16, because why not!




It can translate from text to Morse, or from Morse to text.




The input can be typed in, or loaded from a file.




It has different modes of operation, in how it uses the signal marks. I have implemented 3 modes based on what I saw in different programs. The characters of the signal marks can be specified by the user.




Sound output can be configured too.




The character output can be saved to disk. It will work even if the output is longer than 255 characters (and also can be loaded back).




Note: it only processes files up until it encounters a Carriage Return (PETSCII 13) character. Settings are saved too, but are not processed, as of yet. (Using the proper settings is vital for Morse->text translation to work.)




 




(This is the first piece of program code I release anywhere ?)



The mode selection menu is now recessed into a submenu.




Plus a small bug fix.


Attachments
Scrubbly Morse Code Translator
Scrubbly Morse Code Translator
SMCT2.png (11.21 KiB) Viewed 604 times
Scrubbly Morse Code Translator
Scrubbly Morse Code Translator
SMCT.png (14.95 KiB) Viewed 604 times
SMCT.X16.BAS.PRG
Scrubbly Morse Code Translator
(12.52 KiB) Downloaded 119 times
Post Reply