Morse Symbols

From Acacia Support Wiki
Jump to navigation Jump to search

Internally, Morsenger represents Morse Code using the following Morse Symbols. This allows it to separate characters using pipe (|) symbols and words using hash (#) symbols.

"CQ SOS" = "-.-.|--.-#...|---|...#"

Where:

  • . = DOT
  • - = DASH
  • | = GAP between characters
  • # = GAP between words

This is the type of data that is handled on the Input Pipeline and Output Pipelines.