On November 8, 2016 at 04:27, DMFA said...
Hello,
I need your help. My TV Samsung UE376000 is connected to home control system AMX via exlink RS232 intervace.
I got working on/off, page up/down hdmi1-4 control comands, but ch. direct numbers are not working.
At dounloaded file from this site, I found only:
Ch.Direct 0x04 -
I also tried commands strings from other source, which didn't work:
Digit 1 08 22 0d 00 00 04 C5
Digit 2 08 22 0d 00 00 05 C4
Digit 3 08 22 0d 00 00 06 C3
Digit 4 08 22 0d 00 00 08 C1
Digit 5 08 22 0d 00 00 09 C0
Digit 6 08 22 0d 00 00 0A BF
Digit 7 08 22 0d 00 00 0C BD
Digit 8 08 22 0d 00 00 0D BC
Digit 9 08 22 0d 00 00 0E BB
Digit 0 08 22 0d 00 00 11 B8
Could you advice me the the full comand strings for channel direct selection, if those exists?
0x 04 - ***
MY tv:
Samsung UE376000
T-VAL6DEUC-1016.0
Thanks in advance
Dima
It is possible that not all codes work with every model.
If you look towards the top of the document(Row 11), there is a command for Channel 45: 08 22 04 00 00 2d A5
If you change the 6th byte (2d) to a different number (in hex) the document will update the checksum and give you the new string.
For example
Channel 50: 08 22 04 00 00 32 A0
Channel 80: 08 22 04 00 00 50 82