You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
These values have been found by capturing data sent from the radio to the display unit / panel.
Need to work on this because the layout of this isn't very easy to read.
Furthermore depending on the segment that is being activated previous row values affect the byte value needed to turn on or clear an icon.
(Should reference the service manual here..)
The display is driven by two LCD drivers: IC1 and IC2 which both are: LC758237W by Sanyo.
The display has a 7 segment and a 13 segment panel according to the service manual.
Segment 0x32 (ASCII: 2)
Byte Value
Comment
Setting
0x4E
MIC
401-464 (0-100)
0x35
FIL
400-40D (1000-5000) 0x34, 0x30, 0x30
0x4F
MIC GAIN
400-464 (0-100)
0x50
KEY
400-432 (10-60)
0x51
PWR
0x400x405-4C8 (increments of 5), 464 is 100W
0x52
Delay
400-414 (0-100)
0x5E
TX MONI
401-464 (0-100)
Filter values
Address
Select byte
Filter
Value range
0x32
0x34
WDH
401-464 (0-100) Note this address line is also used for reading menu's
0x32
0x35
HI
401-464 (0-100)
0x35
0x36
LO
400-40D (1000-5000) 0x34, 0x30, 0x30
Menu numeric values, e.g: filter width etc
Address
Select byte
Filter
Value range
0x34, 0x30
0x34
WDH
401-464 (0-100) Note this address line is also used for reading menu's
0x32, 0x30
0x35
HI
401-464 (0-100)
0x35, 0x30
0x36
LO
400-40D (1000-5000) 0x34, 0x30, 0x30
Segment 0x400100_0000
Please see the Kenwood TS-480 manual page 13 for reference
Each name of these icons are named by the number they are referenced by in the manual.
0100_0000
Location
Value
Binary
Comment
Ref
0x40
0x80
1000_0000
Off
_
0x40
0x81
1000_0001
Inverse star: Quick Menu List (16)
16
0x40
0x82
1000_0010
Star: no function (9)
9
0x40
0x84
1000_0100
ANT 1
3
0x40
0x88
1000_1000
ANT 2
3
0x40
0x90
1001_0000
Menu
8
0x40
0xA0
1010_0000
M.CH
23
0x40
0xC0
1100_0000
M.SCR
24
Segment 0x3E (ASCII: >)
SWR / METER segment is two bytes
0x3E 0x37 0x31
0011_1110 0011_0111 0011_0001
Location
Offset
Value
Comment
0x3E
0x37
0x30
SWR / ALC OFF
0x3E
0x37
0x31
ALC
0x3E
0x37
0x30
COMP
0x3E
0x37
0x30
SWR
0x3E
0x30
0x30
Turns off ANT segment
Segment 0x3F (Binary: 0011_1111):
Location
Value
Binary
Comment
0x3F
0x80
1000_0000
Off
0x3F
0x81
1000_0001
PRE
0x3F
0x82
1000_0010
ATT
0x3F
0x84
1000_0100
PROC
0x3F
0x88
1000_1000
VOX
0x3F
0x90
1001_0000
NB
0x3F
0xA0
1010_0000
MHz (On)
0x3F
0xC0
1100_0000
Fine
Segment 0x3B (Ascii: ; Binary: 0011_1011):
Address location of the main frequency display, or in menu mode it shows the parameters.
7 segment display.
Location
Value
Comment
0x3B
Alphanumeric
7 Characters, but doesn't support every character A-Z
E.g: ";0000000\r" will set the display to all 0's.
SEND Button: 0x380x32
Send ON: 38 32 0D 33 33 0D 3D 30 33 30 31 0D 33 31 0D