Project

General

Profile

New Model #9237 » radio-memory.txt

Alexandru Barbur, 05/29/2022 08:56 PM

 
1
General Settings:
2
  Radio Read: 0xB000, 0xFC0
3
  Radio Write: 0x4000, 0xFC0
4
  Data File: 0x5000, 0xFC0
5
  Default Padding: 0x00
6

    
7
  0x10 - 0x19: Boot Screen 1 (10x UInt8 ASCII)
8
    Default: WELCOME
9

    
10
  0x20 - 0x29: Boot Screen 2 (10x UInt8 ASCII)
11
    Default: Radioddity
12

    
13
  0x30 - 0x3F: Unknown
14
    0000 0040 0000 0052 0000 6013 0000 4017
15

    
16
  0x40: Time Out Transmit (1x UInt8)
17
    - 0x00: Off
18
    - 0x01: 15 seconds (Min)
19
    - 0xNN: UInt8(NN) * 15 seconds
20
    - 0x07: 105 seconds (Default)
21
    - 0x28: 600 seconds (Max)
22

    
23
  0x41: Squelch Level (1x UInt8)
24
    - 0x00: 0
25
    - 0x03: 3 (Default)
26
    - 0x09: 9 (Max)
27

    
28
  0x42: VOX Level (1x UInt8)
29
    - 0x00: Off (Default)
30
    - 0x01: 1 (Min)
31
    - 0x09: 9 (Max)
32

    
33
  0x43: Flags (1x UInt8)
34
    0b BBBB 0 W 1 V
35

    
36
    BBBB: Battery Saver
37
      0x0: Off
38
      0x1: 1:1
39
      0x2: 1:2 (Default)
40
      0x3: 1:3
41
      0x4: 1:4
42

    
43
    W: Work Mode
44
    - 0: Freq Mode
45
    - 1: CH Mode (Default)
46

    
47
    V: Voice Alert
48
    - 1: On (Default)
49
    - 0: Off    
50

    
51
  0x44: Backlight (1x UInt8)
52
    - 0x00: Bright (No Timeout)
53
    - 0x01: 1s Timeout
54
    - 0x0N: N * 1s Timeout
55
    - 0x05: 5s Timeout (Default)
56
    - 0x0A: 10s Timeout
57

    
58
  0x45: Flags (1x UInt8)
59
    0b B 00 C SS DD
60

    
61
    B: Beep Tone
62
    - 0: Off
63
    - 1: On (Default)
64

    
65
    C: CTCSS Tail Rever
66
    - 0: Off
67
    - 1: On (Default)
68

    
69
    SS: Scan Type
70
    - 00: Time
71
    - 01: Carrier (Default)
72
    - 10: Search
73

    
74
    DD: DTMF Side Tone
75
    - 00: Off (Default)
76
    - 01: DT-ST
77
    - 10: ANI-ST
78
    - 11: DT+ANI
79

    
80
  0x46: Flags (1x UInt8)
81
    0b 0 D R MM A F 0
82

    
83
    D: Dual Standby
84
    - 0: Off (Default)
85
    - 1: On
86

    
87
    R: Roger Beep
88
    - 0: Off
89
    - 1: On (Default)
90

    
91
    MM: Alarm Mode
92
    - 00: On Site (Default)
93
    - 01: Send Sound
94
    - 10: Send Code
95

    
96
    A: Alarm Sound
97
    - 0: Off
98
    - 1: On (Default)
99

    
100
    F: FM Radio
101
    - 0: Disabled
102
    - 1: Enabled (Default)
103

    
104
  0x47: Repeat Tail Revert (1x UInt8)
105
    - 0x00: Off
106
    - 0x01: 100 ms
107
    - 0x02: 200 ms (Default)
108
    - 0x0N: N * 100 ms
109
    - 0x0A: 1000 ms (Max)
110

    
111
  0x48: Repeat Tail Delay (1x UInt8)
112
    - 0x00: Off
113
    - 0x01: 100 ms
114
    - 0x02: 200 ms (Default)
115
    - 0x0N: N * 100 ms
116
    - 0x0A: 1000 ms (Max)
117

    
118
  0x49: TBST (1x UInt8)
119
    - 0x00: 1000 Hz
120
    - 0x01: 1450 Hz
121
    - 0x02: 1750 Hz (Default)
122
    - 0x03: 2100 Hz
123

    
124
  0x50: Channel Display Type Flags (1x UInt8)
125
    0b 000000 BA
126
    
127
    B: Channel B
128
    - 0: Name + Number (Default)
129
    - 1: Freq + Number
130

    
131
    A: Channel A
132
    - 0: Name + Number (Default)
133
    - 1: Freq + Number
134

    
135
  0x61 - 0x68: 0xFF (?)
136
  0x6B - 0x6F: 0xFF (?)
137
  0x70 - 0x79: 0xFF (?)
138

    
139
DTMF Settings:
140
  Radio Read: 0xD000, 0xFC0
141
  Radio Write: 0xD000, 0xFC0
142
  Data File: 0x6000, 0xFC0
143
  Default Padding: 0x00
144

    
145
  0x00 - 0x4A: DTMF Codes
146
    5x UInt8 per code, 0xFF right padded
147
    Code 1 offset 0x00 (last digit 0x04)
148
    Code 15 offset 0x46 (last digit 0x4A)
149
    0xFF: Not Set (Default)
150
    0x00: 0
151
    0x09: 9
152
    0x0A: A
153
    0x0D: D
154

    
155
  0x50 - 0x55: Radio ID Code (5x UInt8 ASCII)
156
    All digits must be filled in.
157
    Default: 12345
158
    0x00: 0
159
    0x09: 9
160
    0x0A: A
161
    0x0D: D
162

    
163
  0x60: PTT Flags (1x UInt8)
164
    0b 000000 R S
165
    
166
    R: PTT Release Send
167
    - 0: No (Default)
168
    - 1: Yes
169

    
170
    S: PTT Press Send
171
      - 0: No (Default)
172
      - 1: Yes
173

    
174
  0x61: Delay Time (1x UInt8)
175
    - 0x00: 100 ms (Default)
176
    - 0x01: 150 ms
177
    - 0xNN: 100 + (UInt8(NN) * 50) ms
178
    - 0x12: 1000 ms (Max)
179

    
180
  0x62: Digit Duration (1x UInt8)
181
    - 0x00: 80 ms (Default)
182
    - 0x01: 90 ms
183
    - 0xNN: 80 + (UInt8(NN) * 10) ms
184
    - 0xC0: 2000 ms (Max)
185

    
186
  0x63: Digit Interval Duration (1x UInt8)
187
    - 0x00: 80 ms (Default)
188
    - 0x01: 90 ms
189
    - 0xNN: 80 + (UInt8(NN) * 10) ms
190
    - 0xC0: 2000 ms (Max)
(7-7/11)