1TT2TEXT(1) General Commands Manual TT2TEXT(1)
2
3
4
6 tt2text - Convert Touch Tone sequence to text
7
8
9
11 tt2text touch-tone-squence
12
14 tt2text converts a Touch Tone squence to text. There are two types of
15 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 try to decode the sequence using both methods.
37
38
39
41 None.
42
43
44
46 tt2text 2A22A2223A33A33340A00122223333
47
48 Could be either type of encoding.
49 Decoded text from multi-press method:
50 "ABCDEFG 0123"
51 Decoded text from two-key method:
52 "A2A222D3D3334 00122223333"
53
55 More detailed information is in the pdf files in
56 /usr/local/share/doc/direwolf, or possibly /usr/share/doc/direwolf,
57 depending on installation location.
58
59 Applications in this package: aclients, atest, decode_aprs, direwolf,
60 gen_packets, kissutil, ll2utm, log2gpx, text2tt, tt2text, utm2ll
61
62
63
64
65 TT2TEXT(1)