home *** CD-ROM | disk | FTP | other *** search
/ HAM Radio 1 / HamRadio.cdr / cw / cw-pc / codetest < prev    next >
Text File  |  1986-12-04  |  2KB  |  53 lines

  1. \     This is a sample file illustrating the use of control fields which alter
  2. \ several aspects of code transmission.  A control field is generated by the
  3. \ backslash character as at the beginning of the first three lines.  A space
  4. \ followed by any ASCII characters is treated as a comment field which is
  5. \ skipped over during transmission.
  6. \
  7. \     A backslash in column one followed by a control character and/or control
  8. \ values will cause the transmission characteristic to change as follows:
  9. \
  10. \     Control sequence            Effect
  11. \     \*ascii text                ascii text dislayed on line 24 of display
  12. \     \#nnn                       wpm rate changed to nnn (integer value)
  13. \     \Dff.f                      dash-dot-ratio changed to ff.f (float value)
  14. \     \dff.f                       "    "    "      "     "   "    "      "
  15. \     \Lff.f                      letter-dot-ratio changed to ff.f
  16. \     \lff.f                         "    "    "      "     "   "
  17. \     \Wff.f                      word-dot-ratio changed to ff.f
  18. \     \wff.f                        "   "    "      "     "   "
  19. \
  20. \*Lets try some 40 wpm code
  21. \
  22. \#40 code at 40 wpm, note that comments may be appended to control field
  23. \
  24. THE QUICK RED FOX JUMPED OVER THE LAZY BROWN DOG.
  25. \
  26. \ Lets clear the 24th line now
  27. \*
  28. NEXT 25 WPM.
  29. \#25
  30. NEXT 20 WPM. <
  31. \#20 set transmit rate
  32. \
  33. \* 5 second timeout period
  34. \t5  and wait for a five second delay
  35. \*
  36. NEXT 15 WPM.
  37. \#15
  38. NEXT 10 WPM.
  39. \#10
  40. BACK TO 24 WPM.
  41. \#24
  42. \*Changing ddr->4.0, ldr->5.0, wdr->10.0
  43. \D4.0
  44. \L5.0
  45. \W10.0
  46. This should sound a little bit heavy, but easy to read.
  47. \
  48. \ return to home values
  49. \#20
  50. \D3.0
  51. \L3.0
  52. \W7.0
  53.