Page 1 of 1

TMY HDR-ZS232E

Posted: Sun Apr 05, 2015 2:44 am
by chuliu
https://www.hifi-remote.com/forums/dload ... e_id=13293

I recorded the ict file to try to create slinngbox bin file. The protocol read as nec-f16, device code 51.0 and obc 1 is 48, and obc2=xx

If I follow the above to create a bin file using remotemaster, it won't control any thing.

I noticed the signal has no repeat no matter how long I press it. That may be a little tricky.

Please help create rmdu file. Thanks.

The buttons in the ict files are as follows:
1: power
2: display service
3: 3 digit input
4: digital terrestrial
5: BS
6: CS
7: 1
8: 2
9: 3
10: 4
11: 5
12: 6
13: 7
14: 8
15: 9
16: 10
17: 11
18: 12
19: menu
20: DATA
21: Guide
22: back
23: up
24: down
25: left
26: right
27: ok
28: ch+
29: ch-
30: vol+
31: vol-
32: inside channel
33: channel info
34: channel display
35: mute
36: blue
37: red
38: green
39: yellow
40: schedule list
41: record list
42: subtitles
43: audio
44: record setting
45: stop
46: playback
47: record
48: rewind
49: ffwd

Posted: Sun Apr 05, 2015 7:34 am
by chuliu
I managed to do it with a custom protocol.
with 1=(422,844), 0=(422,422)
and lead in = 3360 and - 1680, and lead out type=(one on, lead out), lead out off=-74767
the power button reads:
11001100 00000000 00001100 10001000
the 1 button reads:
11001100 00000000 00001100 01001000

the first 3 bytes are device code, the last byte is command byte.
with data type=dev-cmd and device data=3 bytes msb and command byte=1 lsb
I have deviec code=204, 0, 12 and obc for power=16, the same as irscope's read.

Therefore, with the custom protocol, device 1=204, device 2=0, device 3=12, and obc the same as irscope read, the rmdu works fine on my stb.


I will attach the rmdu later after I tide it up.

Here is the file:
https://www.hifi-remote.com/forums/dload ... e_id=13294

Thanks.