home *** CD-ROM | disk | FTP | other *** search
/ PDA Software Library / pdasoftwarelib.iso / PILOT / educate / MORSE / MORSE14.TXT < prev   
Encoding:
Text File  |  1997-06-11  |  3.1 KB  |  77 lines

  1. Morse Tutor Version 1.4
  2. By John R. Newgas 
  3. N2UYI / G7LTQ
  4. 11th June 1997
  5.  
  6. <C> 1997 John Newgas
  7.  
  8. Full Freeware rights granted for Private or Personal Use
  9. This program may be distributed on Bulletin Boards, CD-ROM compilations
  10. and other media so long as no charge is made for the program itself and
  11. this document is included with it.
  12.  
  13. Email to jnewgas@cix.compulink.co.uk
  14.  
  15. This program was written to help me gain my Amateur Radio Morse
  16. Qualification to improve my license type.
  17.  
  18. It is written to work with cbasPad version 0.68 which is a BASIC language
  19. interpreter for the USR Robotics Pilot.  The inspiration was noticing
  20. that cbasPad had a morse function built in making this program easy to
  21. write.   cbasPad is written by R. Nicholson and is obtainable on the
  22. world wide web at  http://www.nicholson.com/rhn/pilot.html
  23.  
  24. I am not a good basic programmer and have not touched the language
  25. since I had a TRS-80 in the early days of microcomputing some 20 years ago.
  26.  
  27. I would welcome improvements emailed to me.   This is the first attempt
  28. and has been written with a view to expanding it.
  29.  
  30. The lines starting at 900 contain the defaults that the program will offer
  31. in the dialog box.
  32.  
  33. Line 228 is the low battery level warning value ( 1/100 volt units )
  34. I would suggest that 220 is the lowest this should be changed.
  35.  
  36. The Program sends the characters at one speed ( Char Speed ), but uses
  37. another speed ( Farnsworth ) for increasing the gap between characters.
  38. This is called the Farnsworth Learning method.   The idea is to set the
  39. character speed at say 15 wpm (words per minute) but have a Farnsworth
  40. speed of perhaps 9 wpm.    This will give you more thinking time between
  41. characters, but still give your the correct character speed and
  42. characteristic sound for your brain to learn.
  43.  
  44.  
  45. The option for Numbers is 0 for Text only and 1 for Numbers only
  46.  
  47. The number of words/block refers to the number of 5 symbol words that
  48. will be sent out before the program stops and displays the text for you
  49. to check.
  50.  
  51. This was written as a substitute for buying a morse tutor to carry with
  52. me on business trips etc.   Good luck on your morse
  53.  
  54. 73's de John G7LTQ / N2UYI
  55. London, England
  56.  
  57. Revision History
  58. v 0.0 17th January 1997  Working but no dialog box for parameter variation
  59.  
  60. v 1.0 23rd January 1997  Release version, Dialogs with default parameters
  61.                          now incorporated
  62.  
  63. v 1.1 9th February 1997  Parameter Dialog improved to allow clean exit
  64.                          Text file enlarged to explain Farnsworth method
  65.  
  66. v 1.2 28th February 1997 Random function increased by 1 as tutor failed
  67.                          to produce Z or 9. (Thanks to D.Fifield KQ6FR) 
  68.  
  69. v 1.3 18th March 1997    Cancel response from Dialog Box showing Morse
  70.                          Text now ends the program.  This takes advantage
  71.                          of changes to cbasPad implemented in v 0.64
  72.  
  73. v 1.4 11th June 1997     Inserted option for integer numbers for
  74.              compatibility with floating point basic
  75.                          Added low battery voltage message so as to
  76.                          ensure Pilot memory integrity
  77.