******************************************************************************
TECHNICAL INFO
******************************************************************************
Code length: 10 bits
Header: 500us + 2600us
One: space + pulse pulse = 500us, space = 550us
Zero: pulse + space
Space after precode: 18ms
Space between transmissions: 120ms
The code is transmited as precode + code + postcode.
Precode is always #000h transmited once.
Post code is always #000h transmited twice.
To use it with TRANSMIT you need 3 infostrings:
GRUNDIG, GRUNDIG2 and GRUNDIG3.
If you want to make a remote program the strings are used like this:
(This needs the code on stack as a binary)
\<<
GRUNDIG2 #000h TRANSMIT @ transmits the pre code
GRUNDIG SWAP TRANSMIT @ transmits the actual code
GRUNDIG3 #000h TRANSMIT @ Transmits the post code
\>>
******************************************************************************
TV
******************************************************************************
No GROUP var is needed.
Code Function
---- --------
#001 OK
#003 mute
#005 AV
#009 contr+
#00B contr-
#011 +
#013 -
#015 bright+
#017 bright-
#019 color+
#01B color-
#021 0/AV
#023 1
#025 2
#027 3
#029 4
#02B 5
#02D 6
#02F 7
#031 8
#033 9
#035 P/C
#055 P+
#057 P-
#05B i
From: [email protected] (Stefan Wolfrum)
Hi folks,
recently I found out all codes for all functions on a Grundig TV remote control
to be used by Remote 3.2. I just have a German remote control available and
don't know the English inscriptions - but the layout would be the same. Where
possible I used English terms. Here you are:
+----+----+----++-----+-----+---------++-----------+
|1 |2 |3 ||MIX |AKT |SPEICHERW|| - COLOR + |
| 23| 25| 27|| 7B| 79| 7D||1B : 19|
+----+----+----++-----+-----+---------++-----------+
|4 |5 |6 ||S+1/M|GROSS|ANTW. || - BRIGH + |
| 29| 2B| 2D|| 73| 75| 69||17 : 15|
+----+----+----++-----+-----+---------++-----------+
|7 |8 |9 ||STOP |INH. |VORW. || - TREBL + |
| 2F| 31| 33|| 77| 71| 5D||F : D|
+----+----+----++-----+-----+---------++-----------+
|0/AV|10 |20 ||CLOCK| |TEXT/TV || - BASS + |
| 21| 35| 37|| 5B| | 61||B : 9|
+----+----+----++-----+-----+---------++-----------+
| |xxxx|.\. ||>|< |HIFI |SPEAK.OFF|| - VOLUM + |
| 39|xxxx| 7|| 1| 3D| 3||13 : 11|
+----+----+----++-----+-----+---------++-----------+
| | | || | | || OFF |
| | | || | | || 5|
+----+----+----++-----+-----+---------++-----------+
Legend:
+-----+
function ->|CLOCK|
| 5B|<- hexadecimal code
+-----+
Have fun.
Stefan.
******************************************************************************
Video
******************************************************************************
No GROUP var is needed.
Code Function
---- --------
#115 Play
#119 Stop
#131 FF
#12F REW
#117 Pause
#11B Rec
#12B Ch+
#129 Ch-
#123 Rew search
#125 FF search
The following codes are taken from a Grundig video with VPT textprogramming.
Kjetil Arve Dahle ([email protected])
#127 Slow
#1a1 0
#1a3 1
#1a5 2
#1a7 3
#1a9 4
#1ab 5
#1ad 6
#1af 7
#1b1 8
#1b3 9
#1db Clock
#1e1 INFO Choose the infomenu.
#1f7 AV
#191 Right/+
#193 Left/-
#1dd Down
#1f1 Up
#1e5 OK
#1f5 Magnify (texttv)
******************************************************************************
Digital receiver
******************************************************************************
No GROUP var is needed.
Code Function (tested on a Grundig DSR 100)
------------------------------------------------------------------------
#201 OK
#203 mute
#205 power
#211 volume +
#213 volume -
#223 1
#225 2
#227 3
#229 4
#22B 5
#22D 6
#22F 7
#231 8
#233 9
#235 10
#237 11
#239 select *)
#241 12
#243 13
#245 14
#247 15
#249 16
#24B info
#255 program +
#257 program -
*) This function toggles between program selection (then the keys 1..16
choose a channel) and program type selection (then you can select a
type like news, rock music, sports etc with the numeric keys).
These codes were provided by Frank Heepmann