1TEXT2TT(1) General Commands Manual TEXT2TT(1)
2
3
4
6 text2tt - Convert text to Touch Tone representation
7
8
9
11 text2tt text ...
12
14 text2tt converts text to the Touch Tone sequence used by APRStt.
15 There are two types of encoding:
16
17 Multi-Press - Used for comments.
18
19 Letters are represented by one or more presses of the
20 same key depending on their order listed on the button.
21 e.g. Press 5 key once for J, twice for K, thrice for L.
22
23 To specify a digit use the number of letters listed on
24 the button plus one. e.g. Press 5 key four times to get
25 digit 5. When two characters in a row use the same key,
26 use the "A" key as a separator.
27
28 Two-Key - Used for callsigns.
29
30 Digits are represented by a single key press.
31
32 Letters (or space) are represented by the corresponding
33 key followed by A, B, C, or D depending on the order of
34 the letter in the order listed.
35
36 This application will convert using both methods.
37
38
39
41 None.
42
43
44
46 text2tt abcdefg 0123
47
48 Push buttons for multi-press method:
49 "2A22A2223A33A33340A00122223333"
50 Push buttons for two-key method:
51 "2A2B2C3A3B3C4A0A0123"
52
54 More detailed information is in the pdf files in
55 /usr/local/share/doc/direwolf, or possibly /usr/share/doc/direwolf,
56 depending on installation location.
57
58 Applications in this package: aclients, atest, decode_aprs, direwolf,
59 gen_packets, kissutil, ll2utm, log2gpx, text2tt, tt2text, utm2ll
60
61
62
63
64 TEXT2TT(1)