Project

General

Profile

New Model #9237 » oem-data-file.txt

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

 
1
General Settings:
2
  Boot Screen: 0x5000 1x UInt8
3
    - 0x00: Preset Logo (Default)
4
    - 0x01: Preset Msg
5
    - 0x02: Voltage
6

    
7
  Boot Screen 1: 0x5010 10x UInt8 ASCII
8
    Default: WELCOME
9

    
10
  Boot Screen 2: 0x5020 10x UInt8 ASCII
11
    Default: Radioddity
12

    
13
  Time Out: 0x5040 1x UInt8
14
    - 0x00: Off
15
    - 0x01: 15 seconds (Min)
16
    - 0xNN: UInt8(NN) * 15 seconds
17
    - 0x07: 105 seconds (Default)
18
    - 0x28: 600 seconds (Max)
19

    
20
  Squelch Level: 0x5041 1x UInt8
21
    - 0x00: 0
22
    - 0x03: 3 (Default)
23
    - 0x09: 9 (Max)
24

    
25
  Voice Alert: 0x5043 1x UInt8
26
    - 0x27: On (Default)
27
    - 0x26: Off
28

    
29
  Auto Key Lock: 0x5045 1x UInt8
30
    - 0x94: Off (Default)
31
    - 0xD4: On
32

    
33
  Alarm Sound: 0x5046 1x UInt8
34
    - 0x26: On (Default)
35
    - 0x22: Off
36

    
37
  Alarm Mode: 0x5046 1x UInt8
38
    - 0x26: On Site (Default)
39
    - 0x2E: Send Sound
40
    - 0x36: Send Code
41

    
42
  Repeat Tail Revert: 0x5047 1x UInt8
43
    - 0x00: Off
44
    - 0x01: 100 ms
45
    - 0x02: 200 ms (Default)
46
    - 0x0N: N * 100 ms
47
    - 0x0A: 1000 ms (Max)
48

    
49
  Repeat Tail Delay: 0x5048 1x UInt8
50
    - 0x00: Off
51
    - 0x01: 100 ms
52
    - 0x02: 200 ms (Default)
53
    - 0x0N: N * 100 ms
54
    - 0x0A: 1000 ms (Max)
55

    
56
  TBST: 0x5049 1x UInt8
57
    - 0x00: 1000 Hz
58
    - 0x01: 1450 Hz
59
    - 0x02: 1750 Hz (Default)
60
    - 0x03: 2100 Hz
61

    
62
  VOX Level: 0x5042 1x UInt8
63
    - 0x00: Off (Default)
64
    - 0x01: 1 (Min)
65
    - 0x09: 9 (Max)
66

    
67
  Work Mode: 0x5043 1x UInt8
68
    - 0x27: CH Mode (Default)
69
    - 0x23: Freq Mode
70

    
71
  Battery Save Mode: 0x5043 1x UInt8
72
    - 0x07: None
73
    - 0x17: 1:1
74
    - 0x27: 1:2 (Default)
75
    - 0x37: 1:3
76
    - 0x47: 1:4
77

    
78
  Backlight: 0x5044 1x UInt8
79
    - 0x00: Bright (No Timeout)
80
    - 0x01: 1s Timeout
81
    - 0x0N: N * 1s Timeout
82
    - 0x05: 5s Timeout (Default)
83
    - 0x0A: 10s Timeout
84

    
85
  DTMF Side Tone: 0x5045 1x UInt8
86
    - 0x94: Off (Default)
87
    - 0x95: DT-ST
88
    - 0x96: ANI-ST
89
    - 0x97: DT+ANI
90

    
91
  Scan Type: 0x5045 1x UInt8
92
    - 0x90: Time
93
    - 0x94: Carrier (Default)
94
    - 0x98: Search
95

    
96
  CTCSS Tail Revert: 0x5045 1x UInt8
97
    - 0x84: Off
98
    - 0x94: On (Default)
99

    
100
  Beep Tone: 0x5045 1x UInt8
101
    - 0x94: On (Default)
102
    - 0x14: Off
103

    
104
  FM Radio Enabled: 0x5046 1x UInt8
105
    - 0x26: On (Default)
106
    - 0x24: Off
107

    
108
  Roger: 0x5046 1x UInt8
109
    - 0x26: On (Default)
110
    - 0x06: Off
111

    
112
  Dual Standby: 0x5046 1x UInt8
113
    - 0x66: On
114
    - 0x26: Off (Default)
115

    
116
  A Ch Display Type: 0x5050 1x UInt8
117
    - 0x00: Name + Number (Default)
118
    - 0x01: Freq + Number
119

    
120
  B Ch Display Type: 0x5050 1x UInt8
121
    - 0x00: Name + Number (Default)
122
    - 0x02: Freq + Number
123

    
124
Phone System:
125
  DTMF Encode System: 0x6000 - 0x604A
126
    0xFF: Not Set (Default)
127
    0x00: 0
128
    0x09: 9
129
    0x0A: A
130
    0x0D: D
131
    5x UInt8 per code, 0xFF right padded
132
    Code 1 offset 0x00 (last digit 0x6004)
133
    Code 15 offset 0x46 (last digit 0x604A)
134

    
135
  Radio ID Code: 0x6050 5x UInt8 ASCII [0-9A-D]
136
    Default: 12345
137

    
138
  PTT Press Send: 0x6060 1x UInt8
139
    - 0x00: No (Default)
140
    - 0x01: Yes
141

    
142
  PTT Release Send: 0x6060 1x UInt8
143
    - 0x00: No (Default)
144
    - 0x02: Yes
145

    
146
  Delay Time: 0x6061 1x UInt8
147
    - 0x00: 100 ms (Default)
148
    - 0x01: 150 ms
149
    - 0xNN: 100 + (UInt8(NN) * 50) ms
150
    - 0x12: 1000 ms (Max)
151

    
152
  Digit Duration: 0x6062 1x UInt8
153
    - 0x00: 80 ms (Default)
154
    - 0x01: 90 ms
155
    - 0xNN: 80 + (UInt8(NN) * 10) ms
156
    - 0xC0: 2000 ms (Max)
157

    
158
  Digit Interval Duration: 0x6063 1x UInt8
159
    - 0x00: 80 ms (Default)
160
    - 0x01: 90 ms
161
    - 0xNN: 80 + (UInt8(NN) * 10) ms
162
    - 0xC0: 2000 ms (Max)
(8-8/11)