home *** CD-ROM | disk | FTP | other *** search
/ ftp.whtech.com / ftp.whtech.com.tar / ftp.whtech.com / compuserve / Basic / MORSE.TXT < prev    next >
Text File  |  2006-10-19  |  6KB  |  169 lines

  1.                          M O R S E   C O D E   T U T O R
  2.  
  3.                                        by
  4.  
  5.                                  MARTY KROLL JR
  6.                                  218 Kaplan Ave
  7.                               Pittsburgh, PA 15227
  8.  
  9.                                  Copyright 1986
  10.  
  11.  
  12. MORSE CODE TUTOR requires the Extended Basic Cartridge and the 32K memory
  13. expansion.  It can be loaded from either disk or cassette.
  14.  
  15.  
  16.  
  17. PROGRAM OVERVIEW
  18.  
  19. Morse Code Tutor is for both beginners and advanced Morse Code users.  It
  20. enables the beginner to learn the Morse Code system.  It allows the both novice
  21. and advanced Morse Code user to improve his code recognition and speed.
  22.  
  23. The program is written in Extended Basic, with a machine language subprogram to
  24. translate, send, and display the code.
  25.  
  26. This program allows you learn the code, select the speed of transmission,
  27. select the pitch for transmission, and test your ability to recognize
  28. transmitted code.  In addition, this software is programmed for actual code
  29. transmission over the air
  30.  
  31.  
  32.  
  33.  
  34. LOADING THE PROGRAM FROM DISK
  35.  
  36. Insert the Extended Basic Cartridge.  Select Extended Basic. Insert the program
  37. disk in drive 1.  Type in RUN "DSK1.MORSETUTOR" and enter.  The program will
  38. then load and run.
  39.  
  40.  
  41.  
  42. LOADING THE PROGRAM FROM CASSETTE
  43.  
  44. Insert the Extended Basic Cartridge.  Select Extended Basic.  Type in RUN "CS1"
  45. and enter.  Follow the instructions on the screen.
  46.  
  47.  
  48.  
  49. MENU SELECTION #1 - MORSE CODE CHARACTERS
  50.  
  51. Selecting this option allows you to learn the morse code, teaching you both
  52. visibly and audibly.  It first displays the alphabet chcaracters and their
  53. respective codes.  You can press any alphabet key to hear that character
  54. transmitted.  Pressing enter takes you to the next screen.
  55.  
  56. This screen displays the ten digits, plus numerous punctuation, along with
  57. their respective codes.  Again, pressing a displayed key transmits the code.
  58. Pressing enter returns you to the main menu.
  59.  
  60.  
  61.  
  62.  
  63.  
  64.  
  65.  
  66.  
  67. MENU SELECTION #2 - INPUT AND SEND A MESSAGE
  68.  
  69. Type in a message.  Press enter.  The message is then transmitted audibly, and
  70. is simultaneously scrolled across the screen, "ticker-tape" fashion.
  71.  
  72.  
  73.  
  74. MENU SELECTION #3 - SEND PREPROGRAMMED MESSAGE
  75.  
  76. This option enables you to send any of 10 preprogrammed messages.  These can be
  77. altered by changing the 10 corresponding statements at the beginning of the
  78. program under the default section.
  79.  
  80.  
  81.  
  82. MENU SELECTION #4 - DECODE A MESSAGE
  83.  
  84. This option tests your skill.  Choose from one of seven levels of skill (from
  85. single characters to phrases with digits and punctuation).  A random message is
  86. then transmitted audibly only.  You are then requested to type in the message
  87. just sent.
  88.  
  89. A correct response gives you a rewarding reply.  An incorrect repsonse gives you
  90. three options:
  91.  
  92.   1 Repeat the transmission and try again to decode it.
  93.   2 Have the message transmitted at a slower speed and try to decode it.
  94.       Note:  This spead is 3/4 that of the previous speed.)
  95.   3 See the answer.  The message is transmitted and scrolled on the screen.
  96.  
  97.  
  98.  
  99. MENU OPTION #5 - CHANGE TRANSMISSION SPEED
  100.  
  101. You can select the transmission speed of between 1 and 99 words per minute.
  102. (Higher speeds are almost impossible to decode.)  The default speed is 10 words
  103. per minute.  This can be changed by altering the proper line at the beginning of
  104. the program.
  105.  
  106. Once the speed is selected, it is used in transmissions for all the menu
  107. options  above.  However, you can change the speed at any time by selecting
  108. this option.
  109.  
  110.  
  111.  
  112.  
  113. MENU OPTION #6 - CHANGE THE PITCH OF TRANSMISSION
  114.  
  115. Select the pitch of transmission that pleases your ears.  The default may be
  116. changed by altering the default line at the beginning of the program.
  117.  
  118.  
  119.  
  120.  
  121.  
  122.  
  123.  
  124.  
  125.  
  126.  
  127.  
  128.  
  129.  
  130.  
  131.  
  132.  
  133.  
  134. ACTUAL CODE TRANSMISSION
  135.  
  136. The assembly language subprogram for sending the audible code and display-
  137. ing it also activates/deactivates the cassette motor control switch. (CS1 is
  138. the default, and can be changed as other defaults).  This allows you to inter-
  139. face your computer with an actual transmitting device, using the program to
  140. send the code instead of keying it.
  141.  
  142.  
  143. WARNING: All interfacing is done at the risk of the user.  Neither this
  144.          program, nor its author, assumes any liability.  This is due to the
  145.          obvious variety in transmitters.  A simple electronic interface is
  146.          recommended, to keep higher voltages from damaging the computer.  This
  147.          interface would be keyed by the cassette motor control switch (black
  148.          wire on the cassette cable with subminiature plug.) You should know
  149.          what you are doing before attempting any interface.
  150.  
  151.  
  152. If you do decide to interface, do not turn on the transmitter until the
  153. main menu of the program appears for the first time.  The reason for this
  154. is that initially, the cassette drive motor switch is in the on positon,
  155. so your transmitter would be sending a continuous tone over the air.  Once
  156. the main menu appears, the cassette drive motor switch is turned off, and
  157. is only activated during code transmission.
  158.  
  159.  
  160.  
  161. DISTRIBUTION - This program is distributed under the "trialware" policy.
  162.  
  163. Use this program on a trial basis.  If you can use this program, please send the
  164. author $10.00 for his efforts.  Thank you.
  165.  
  166.       Marty Kroll Jr.
  167.       218 Kaplan Avenue
  168.       Pittsburgh, PA  15227
  169.