Your Universal Remote Control Center
RemoteCentral.com
Discrete Code Hunter Forum - View Post
Previous section Next section Previous page Next page Up level
Up level
The following page was printed from RemoteCentral.com:

Login:
Pass:
 
 

Page 2 of 2
Topic:
on and off-codes for Sagem ITSD81 HD?
This thread has 24 replies. Displaying posts 16 through 25.
Post 16 made on Saturday July 28, 2012 at 14:05
Marcelonf
Long Time Member
Joined:
Posts:
July 2012
17
Hello!

Sorry for the delay to answer. My job requires me to travel a lot.

I am using a software called BitWise Controls Project Editor, from BitWise Controls (www.bitwise.com).
It is a software to build interfaces to be used with iPad, iPhone or Android devices.
It has a built in feature that converts from Pronto Hex format to its own format.
It has also a hardware called BC4 that learns (not always) directly from RC devices.


In fact, I made a mistake in my last post. The code that I compared to the Pronto Hex one is in BitWise format.

Here is the correct comparison:

Ch+ in Pronto Hex Format:
0000 0073 0000 0021 0060 0020 0010 0010 0010 0010 0010 0020 0010 0020 0030 0020 0010 0010 0010 0010 0010 0010 0010 0010 0010 0010 0010 0010 0010 0010 0020 0010 0010 0010 0010 0020 0010 0010 0010 0010 0010 0010 0010 0010 0010 0010 0020 0020 0010 0010 0020 0010 0010 0020 0010 0010 0010 0010 0010 0010 0020 0010 0010 0010 0010 0010 0010 0010 0010 09DD

Ch+ in BitWise Format, after converted from Pronto Hex above (Doesn`t work):
3501013100E607052C01B900DC00DC00DC01B9029601B901B900DC01B901B900DC881DA10112231111111412111115142111411160

Ch+ Learned directly from BitWise Controls BC4 Hardware (works):
4501014100DD0700DD87AE052E01BE029701BC01BA01BC01BA00DE00DD01BB00DD00DE32166552666666646566633645666466501665526666666465660E63364566646650

I think that are two possible problems:
1) Error in the conversion from Pronto Hex to BitWise;
2) The source code (RMDU file) is not compatible with my hardware (Sagem DSTIH78 and Sagem RSTIH89).

In the next weekend one friend of mine will bring a Pronto RC with all the codes above and we will see if it works.
If it doesn`t, probably the problem is in the source file (RMDU).

After the test I will share the results here.

Thanks for now.
Best regards,

Marcelo
Post 17 made on Saturday July 28, 2012 at 14:09
Marcelonf
Long Time Member
Joined:
Posts:
July 2012
17
... one more information:

The devices that I am using (Sagem DSTIH78 and RSTIH89) are from a new Satellite Pay TV company called GVT TV that is operating here in Brazil.
It is possible that they launched the STB here (in Brazil) with another IR Code Set.

Regards,
Marcelo
Post 18 made on Monday July 30, 2012 at 23:16
Marcelonf
Long Time Member
Joined:
Posts:
July 2012
17
Hello 3FG!

When you converted the RMDU file (post 12) you got those results.
I made the same job and got different results.
But both results work fine, since they are used alternately.
If the same command is used twice, it works only in the first time.

Examples:

Your Result to Ch+ Device Code: 38.112 Function: 30

0000 0073 0000 0021 0060 0020 0010 0010 0010 0010 0010 0020 0010 0020 0030 0020 0010 0010 0010 0010 0010 0010 0010 0010 0010 0010 0010 0010 0010 0010 0020 0010 0010 0010 0010 0020 0010 0010 0010 0010 0010 0010 0010 0010 0010 0010 0020 0020 0010 0010 0020 0010 0010 0020 0010 0010 0010 0010 0010 0010 0020 0010 0010 0010 0010 0010 0010 0020 0010 09CD

My result to Ch+ Device Code: 38.112 Function: 30
0000 0073 0000 0020 0060 0020 0010 0010 0010 0010 0010 0020 0010 0020 0030 0020 0010 0010 0010 0010 0010 0010 0010 0010 0010 0010 0010 0010 0010 0010 0020 0010 0010 0010 0010 0020 0010 0010 0010 0010 0010 0010 0020 0020 0020 0020 0010 0010 0020 0010 0010 0020 0010 0010 0010 0010 0010 0010 0020 0010 0010 0010 0010 0010 0010 0020 0010 09AC

If I press "your" Ch+ twice, it works only in the first time.
If I press "mine" Ch+ twice, it also works only in the first time.
If I press yours, then mine, then yours, then mine, ....., they always work!!!!


In the conversion (MakeHex) I used MCE Protocol with the following configurations:

Device=38.112
Function=0..255
Define M=6
Define T=1
Frequency=36000
Time Base=444
Message Time=106m
Zero=-1,1
One=1,-1
First Bit=MSB
Form=;6,-2,1:1,M:3,-2,2,128:8,S:8,T:1,D:7,F:8


Could you help me to answer the following questions:

1) Why do we get different results? Were our parameters different?
2) Do you know why they work fine alternately, but don`t work alone?

Thank you.
Post 19 made on Tuesday July 31, 2012 at 00:42
3FG
Select Member
Joined:
Posts:
August 2009
1,861
The MCE protocol has a toggle bit whch can have values of 0 or 1.   I generated Pronto Hex for toggle = 0 and you did it for toggle = 1 (Define T=1 in the irp file).
Some devices which receive MCE pay attention to the toggle bit, and only respond if it changes state on each button press.  You'll probably find that any other IR command issued between two identical Ch+ signals will have the effect of resetting the toggle state.  
Systems which depend on learning IR signals typically have quite a bit of trouble with toggling IR protocols.  You may be able to work around it by setting up macros so that pressing Ch+ actually sends the CH+ IR signal, followed by another unimportant IR signal.  Probably there are other ways, but I don't have experience with remotes that need to learn signals.
Post 20 made on Tuesday July 31, 2012 at 12:08
Marcelonf
Long Time Member
Joined:
Posts:
July 2012
17
Thank you for your reply 3FG!

I have two other questions and would appreciate if you could help:

1) In another Forum (www.bitwisecontrols.com) they suggested me to suppress the toggle bit.
I would like to try it before start setting up a macro for each button.
Is it possible to identify wich portion of the code (xxxx xxxx) corresponds to the toggle bit?

2) Is it possible to concatenate two IR signals in the same command, without a macro? (for example: xxxxxxxxxxx ; xxxxxxxxxxx)
Sorry if it is a too basic question! I am new in this area.

Thank you.
Post 21 made on Wednesday August 1, 2012 at 01:33
Marcelonf
Long Time Member
Joined:
Posts:
July 2012
17
Hello!

I found a way to work around the Toggle problem: "True IR Signal with T=1" on Press and "Unimportant/False IR Signal with T=0" on Release.

Now it lasts only 9 functions of the Remote Control to be identified.
I read these 9 functions with an IR Learn toll and I would like to know if it is possible to identify the "Function Number" based on the Hex Codes.

As described before, the Protocol is MCE and the Device Code is 38.112.

The Hex Codes that I read were the following (I think they have extra data, because all others one begins with "0000 0073" and ends with 009x):

Device Code: 38.112 Function: [OPTIONS]
0000 0073 0000 009B 0060 0020 0010 000F 0010 000F 0010 001F 0010 001F 0030 0020 0010 000F 0010 000F 0010 000F 0010 000F 0010 000F 0010 000F 0010 000F 0020 0010 0010 000F 0010 001F 0010 000F 0010 000F 0010 000F 0010 000F 0010 000F 0020 001F 0010 000F 0020 0010 0010 001F 0020 0020 0020 0020 0010 000F 0010 000F 0020 0010 0010 09EF 0060 0020 0010 000F 0010 000F 0010 001F 0010 001F 0030 0020 0010 000F 0010 000F 0010 000F 0010 000F 0010 000F 0010 000F 0010 000F 0020 0010 0010 000F 0010 001F 0010 000F 0010 000F 0010 000F 0010 000F 0010 000F 0020 001F 0010 000F 0020 0010 0010 001F 0020 0020 0020 001F 0010 000F 0010 000F 0020 0010 0010 09EF 0060 0020 0010 000F 0010 000F 0010 001F 0010 001F 0030 0020 0010 000F 0010 000F 0010 000F 0010 000F 0010 000F 0010 000F 0010 000F 0020 000F 0010 000F 0010 001F 0010 000F 0010 000F 0010 000F 0010 000F 0010 000F 0020 001F 0010 000F 0020 0010 0010 001F 0020 0020 0020 001F 0010 000F 0010 000F 0020 000F 0010 09EF 0060 0020 0010 000F 0010 000F 0010 001F 0010 001F 0030 0020 0010 000F 0010 000F 0010 000F 0010 000F 0010 000F 0010 000F 0010 000F 0020 000F 0010 000F 0010 001F 0010 000F 0010 000F 0010 000F 0010 000F 0010 000F 0020 001F 0010 000F 0020 000F 0010 001F 0020 0020 0020 001F 0010 000F 0010 000F 0020 000F 0010 09F0 0060 0020 0010 000F 0010 000F 0010 001F 0010 001F 0030 0020 0010 000F 0010 000F 0010 000F 0010 000F 0010 000F 0010 000F 0010 000F 0020 0010 0010 000F 0010 001F 0010 000F 0010 000F 0010 000F 0010 000F 0010 000F 0020 001F 0010 000F 0020 000F 0010 001F 0020 001F 0020 001F 0010 000F 0010 000F 0020 0010 0010 02D0

Device Code: 38.112 Function: [REWIND]
0000 0073 0000 0096 0060 001F 0010 000F 0010 000F 0010 0020 0010 0020 0030 001F 0010 000F 0010 000F 0010 000F 0010 000F 0010 000F 0010 000F 0010 000F 0020 0010 0010 000F 0010 0020 0010 000F 0010 000F 0010 000F 0020 001F 0020 001F 0010 000F 0020 000F 0010 0020 0010 000F 0010 000F 0020 001F 0020 0020 0020 000F 0010 09F0 0060 001F 0010 000F 0010 000F 0010 0020 0010 0020 0030 001F 0010 000F 0010 000F 0010 000F 0010 000F 0010 000F 0010 000F 0010 000F 0020 000F 0010 000F 0010 0020 0010 000F 0010 000F 0010 000F 0020 001F 0020 0020 0010 000F 0020 000F 0010 0020 0010 000F 0010 000F 0020 0020 0020 0020 0020 000F 0010 09F0 0060 001F 0010 000F 0010 000F 0010 0020 0010 0020 0030 001F 0010 000F 0010 000F 0010 000F 0010 000F 0010 000F 0010 000F 0010 000F 0020 000F 0010 000F 0010 0020 0010 000F 0010 000F 0010 000F 0020 001F 0020 0020 0010 000F 0020 000F 0010 0020 0010 000F 0010 000F 0020 0020 0020 0020 0020 0010 0010 09F0 0060 001F 0010 000F 0010 000F 0010 0020 0010 0020 0030 001F 0010 000F 0010 000F 0010 000F 0010 000F 0010 000F 0010 000F 0010 000F 0020 000F 0010 000F 0010 0020 0010 000F 0010 000F 0010 000F 0020 001F 0020 0020 0010 000F 0020 0010 0010 0020 0010 000F 0010 000F 0020 0020 0020 001F 0020 0010 0010 09F0 0060 001F 0010 000F 0010 000F 0010 0020 0010 0020 0030 001F 0010 000F 0010 000F 0010 000F 0010 000F 0010 000F 0010 000F 0010 000F 0020 0010 0010 000F 0010 0020 0010 000F 0010 000F 0010 000F 0020 001F 0020 0020 0010 000F 0020 0010 0010 0020 0010 000F 0010 000F 0020 0020 0020 001F 0020 0010 0010 02D0

Device Code: 38.112 Function: [STOP]
0000 0073 0000 00A0 0060 0020 0010 000F 0010 000F 0010 001F 0010 001F 0030 0020 0010 000F 0010 000F 0010 000F 0010 000F 0010 000F 0010 000F 0010 000F 0020 0010 0010 000F 0010 001F 0010 000F 0010 000F 0010 000F 0010 000F 0010 000F 0020 001F 0010 000F 0020 0010 0010 001F 0010 000F 0010 000F 0020 000F 0010 001F 0010 000F 0010 000F 0020 09EF 0060 0020 0010 000F 0010 000F 0010 001F 0010 001F 0030 0020 0010 000F 0010 000F 0010 000F 0010 000F 0010 000F 0010 000F 0010 000F 0020 000F 0010 000F 0010 001F 0010 000F 0010 000F 0010 000F 0010 000F 0010 000F 0020 001F 0010 000F 0020 000F 0010 001F 0010 000F 0010 000F 0020 0010 0010 001F 0010 000F 0010 000F 0020 09F0 0060 0020 0010 000F 0010 000F 0010 001F 0010 001F 0030 0020 0010 000F 0010 000F 0010 000F 0010 000F 0010 000F 0010 000F 0010 000F 0020 0010 0010 000F 0010 001F 0010 000F 0010 000F 0010 000F 0010 000F 0010 000F 0020 001F 0010 000F 0020 000F 0010 001F 0010 000F 0010 000F 0020 0010 0010 001F 0010 000F 0010 000F 0020 09F0 0060 0020 0010 000F 0010 000F 0010 001F 0010 001F 0030 0020 0010 000F 0010 000F 0010 000F 0010 000F 0010 000F 0010 000F 0010 000F 0020 0010 0010 000F 0010 001F 0010 000F 0010 000F 0010 000F 0010 000F 0010 000F 0020 001F 0010 000F 0020 0010 0010 001F 0010 000F 0010 000F 0020 0010 0010 001F 0010 000F 0010 000F 0020 09EF 0060 0020 0010 000F 0010 000F 0010 001F 0010 001F 0030 0020 0010 000F 0010 000F 0010 000F 0010 000F 0010 000F 0010 000F 0010 000F 0020 0010 0010 000F 0010 001F 0010 000F 0010 000F 0010 000F 0010 000F 0010 000F 0020 0020 0010 000F 0020 0010 0010 001F 0010 000F 0010 000F 0020 0010 0010 001F 0010 000F 0010 000F 0020 02D0

Device Code: 38.112 Function: [PLAY_PAUSE]
0000 0073 0000 009B 0060 001F 0010 000F 0010 000F 0010 0020 0010 0020 0030 001F 0010 000F 0010 000F 0010 000F 0010 000F 0010 000F 0010 000F 0010 000F 0020 0010 0010 000F 0010 0020 0010 000F 0010 000F 0010 000F 0020 001F 0020 001F 0010 000F 0020 000F 0010 0020 0010 000F 0010 000F 0020 001F 0020 0010 0010 0020 0010 000F 0010 09CB 0060 001F 0010 000F 0010 000F 0010 0020 0010 0020 0030 001F 0010 000F 0010 000F 0010 000F 0010 000F 0010 000F 0010 000F 0010 000F 0020 0010 0010 000F 0010 0020 0010 000F 0010 000F 0010 000F 0020 001F 0020 001F 0010 000F 0020 0010 0010 0020 0010 000F 0010 000F 0020 001F 0020 0010 0010 0020 0010 000F 0010 09CB 0060 001F 0010 000F 0010 000F 0010 0020 0010 0020 0030 001F 0010 000F 0010 000F 0010 000F 0010 000F 0010 000F 0010 000F 0010 000F 0020 0010 0010 000F 0010 0020 0010 000F 0010 000F 0010 000F 0020 001F 0020 001F 0010 000F 0020 0010 0010 0020 0010 000F 0010 000F 0020 001F 0020 000F 0010 0020 0010 000F 0010 09CA 0060 001F 0010 000F 0010 000F 0010 0020 0010 0020 0030 001F 0010 000F 0010 000F 0010 000F 0010 000F 0010 000F 0010 000F 0010 000F 0020 000F 0010 000F 0010 0020 0010 000F 0010 000F 0010 000F 0020 001F 0020 001F 0010 000F 0020 000F 0010 0020 0010 000F 0010 000F 0020 001F 0020 0010 0010 0020 0010 000F 0010 09CB 0060 001F 0010 000F 0010 000F 0010 0020 0010 0020 0030 001F 0010 000F 0010 000F 0010 000F 0010 000F 0010 000F 0010 000F 0010 000F 0020 0010 0010 000F 0010 0020 0010 000F 0010 000F 0010 000F 0020 0020 0020 001F 0010 000F 0020 0010 0010 0020 0010 000F 0010 000F 0020 001F 0020 0010 0010 0020 0010 000F 0010 02D0

Device Code: 38.112 Function: [FORWARD]
0000 0073 0000 009B 0060 0020 0010 0010 0010 0010 0010 0020 0010 0020 0030 0020 0010 0010 0010 0010 0010 0010 0010 0010 0010 0010 0010 0010 0010 0010 0020 000F 0010 0010 0010 0020 0010 0010 0010 0010 0010 0010 0020 001F 0020 0020 0010 0010 0020 000F 0010 0020 0010 0010 0010 0010 0020 0020 0020 0020 0010 0010 0010 0010 0010 09D3 0060 0020 0010 0010 0010 0010 0010 0020 0010 0020 0030 0020 0010 0010 0010 0010 0010 0010 0010 0010 0010 0010 0010 0010 0010 0010 0020 0010 0010 0010 0010 0020 0010 0010 0010 0010 0010 0010 0020 0020 0020 001F 0010 0010 0020 0010 0010 0020 0010 0010 0010 0010 0020 001F 0020 0020 0010 0010 0010 0010 0010 09D3 0060 0020 0010 0010 0010 0010 0010 0020 0010 0020 0030 0020 0010 0010 0010 0010 0010 0010 0010 0010 0010 0010 0010 0010 0010 0010 0020 0010 0010 0010 0010 0020 0010 0010 0010 0010 0010 0010 0020 0020 0020 0020 0010 0010 0020 0010 0010 0020 0010 0010 0010 0010 0020 0020 0020 0020 0010 0010 0010 0010 0010 09D3 0060 0020 0010 0010 0010 0010 0010 0020 0010 0020 0030 0020 0010 0010 0010 0010 0010 0010 0010 0010 0010 0010 0010 0010 0010 0010 0020 000F 0010 0010 0010 0020 0010 0010 0010 0010 0010 0010 0020 001F 0020 0020 0010 0010 0020 0010 0010 0020 0010 0010 0010 0010 0020 0020 0020 001F 0010 0010 0010 0010 0010 09D3 0060 0020 0010 0010 0010 0010 0010 0020 0010 0020 0030 0020 0010 0010 0010 0010 0010 0010 0010 0010 0010 0010 0010 0010 0010 0010 0020 000F 0010 0010 0010 0020 0010 0010 0010 0010 0010 0010 0020 0020 0020 0020 0010 0010 0020 000F 0010 0020 0010 0010 0010 0010 0020 001F 0020 0020 0010 0010 0010 0010 0010 02D0

Device Code: 38.112 Function: [VOD]
0000 0070 0000 0080 0060 0020 0010 0010 0010 0010 0010 001F 0010 001F 0030 0020 0010 0010 0010 0010 0010 0010 0010 0010 0010 0010 0010 0010 0010 0010 0020 000F 0010 0010 0010 001F 0010 0010 0010 0010 0010 0010 0020 001F 0020 0020 0010 0010 0020 0010 0010 001F 0020 0010 0010 0010 0010 0010 0010 001F 0010 0010 0010 0010 0010 0010 0010 09E6 0060 0020 0010 0010 0010 0010 0010 001F 0010 001F 0030 0020 0010 0010 0010 0010 0010 0010 0010 0010 0010 0010 0010 0010 0010 0010 0020 000F 0010 0010 0010 001F 0010 0010 0010 0010 0010 0010 0020 0020 0020 0020 0010 0010 0020 000F 0010 001F 0020 0010 0010 0010 0010 0010 0010 001F 0010 0010 0010 0010 0010 0010 0010 09E5 0060 0020 0010 0010 0010 0010 0010 001F 0010 001F 0030 0020 0010 0010 0010 0010 0010 0010 0010 0010 0010 0010 0010 0010 0010 0010 0020 0010 0010 0010 0010 001F 0010 0010 0010 0010 0010 0010 0020 0020 0020 001F 0010 0010 0020 0010 0010 001F 0020 0010 0010 0010 0010 0010 0010 001F 0010 0010 0010 0010 0010 0010 0010 09E5 0060 0020 0010 0010 0010 0010 0010 001F 0010 001F 0030 0020 0010 0010 0010 0010 0010 0010 0010 0010 0010 0010 0010 0010 0010 0010 0020 0010 0010 0010 0010 001F 0010 0010 0010 0010 0010 0010 0020 0020 0020 0020 0010 0010 0020 0010 0010 001F 0020 0010 0010 0010 0010 0010 0010 001F 0010 0010 0010 0010 0010 0010 0010 02E4

Device Code: 38.112 Function: [REPLAY]
0000 0073 0000 009B 0060 0020 0010 0010 0010 0010 0010 001F 0010 001F 0030 0020 0010 0010 0010 0010 0010 0010 0010 0010 0010 0010 0010 0010 0010 0010 0020 0010 0010 0010 0010 001F 0010 0010 0010 0010 0010 0010 0010 0010 0010 0010 0020 001F 0010 0010 0020 0010 0010 001F 0020 0020 0020 001F 0010 0010 0020 0020 0010 0010 0010 09B9 0060 0020 0010 0010 0010 0010 0010 001F 0010 001F 0030 0020 0010 0010 0010 0010 0010 0010 0010 0010 0010 0010 0010 0010 0010 0010 0020 000F 0010 0010 0010 001F 0010 0010 0010 0010 0010 0010 0010 0010 0010 0010 0020 001F 0010 0010 0020 000F 0010 001F 0020 0020 0020 001F 0010 0010 0020 001F 0010 0010 0010 09BA 0060 0020 0010 0010 0010 0010 0010 001F 0010 001F 0030 0020 0010 0010 0010 0010 0010 0010 0010 0010 0010 0010 0010 0010 0010 0010 0020 0010 0010 0010 0010 001F 0010 0010 0010 0010 0010 0010 0010 0010 0010 0010 0020 001F 0010 0010 0020 0010 0010 001F 0020 0020 0020 001F 0010 0010 0020 001F 0010 0010 0010 09BA 0060 0020 0010 0010 0010 0010 0010 001F 0010 001F 0030 0020 0010 0010 0010 0010 0010 0010 0010 0010 0010 0010 0010 0010 0010 0010 0020 0010 0010 0010 0010 001F 0010 0010 0010 0010 0010 0010 0010 0010 0010 0010 0020 0020 0010 0010 0020 0010 0010 001F 0020 0020 0020 0020 0010 0010 0020 001F 0010 0010 0010 09BA 0060 0020 0010 0010 0010 0010 0010 001F 0010 001F 0030 0020 0010 0010 0010 0010 0010 0010 0010 0010 0010 0010 0010 0010 0010 0010 0020 000F 0010 0010 0010 001F 0010 0010 0010 0010 0010 0010 0010 0010 0010 0010 0020 0020 0010 0010 0020 0010 0010 001F 0020 001F 0020 0020 0010 0010 0020 001F 0010 0010 0010 02D0

Device Code: 38.112 Function: [REC]
0000 0073 0000 009B 0060 0020 0010 000F 0010 000F 0010 001F 0010 001F 0030 0020 0010 000F 0010 000F 0010 000F 0010 000F 0010 000F 0010 000F 0010 000F 0020 0010 0010 000F 0010 001F 0010 000F 0010 000F 0010 000F 0020 0020 0020 001F 0010 000F 0020 0010 0010 001F 0010 000F 0010 000F 0020 000F 0010 001F 0020 0010 0010 000F 0010 09EF 0060 0020 0010 000F 0010 000F 0010 001F 0010 001F 0030 0020 0010 000F 0010 000F 0010 000F 0010 000F 0010 000F 0010 000F 0010 000F 0020 000F 0010 000F 0010 001F 0010 000F 0010 000F 0010 000F 0020 0020 0020 001F 0010 000F 0020 0010 0010 001F 0010 000F 0010 000F 0020 000F 0010 001F 0020 0010 0010 000F 0010 09EF 0060 0020 0010 000F 0010 000F 0010 001F 0010 001F 0030 0020 0010 000F 0010 000F 0010 000F 0010 000F 0010 000F 0010 000F 0010 000F 0020 000F 0010 000F 0010 001F 0010 000F 0010 000F 0010 000F 0020 001F 0020 001F 0010 000F 0020 000F 0010 001F 0010 000F 0010 000F 0020 0010 0010 001F 0020 000F 0010 000F 0010 09F0 0060 0020 0010 000F 0010 000F 0010 001F 0010 001F 0030 0020 0010 000F 0010 000F 0010 000F 0010 000F 0010 000F 0010 000F 0010 000F 0020 0010 0010 000F 0010 001F 0010 000F 0010 000F 0010 000F 0020 001F 0020 001F 0010 000F 0020 000F 0010 001F 0010 000F 0010 000F 0020 0010 0010 001F 0020 000F 0010 000F 0010 09F0 0060 0020 0010 000F 0010 000F 0010 001F 0010 001F 0030 0020 0010 000F 0010 000F 0010 000F 0010 000F 0010 000F 0010 000F 0010 000F 0020 0010 0010 000F 0010 001F 0010 000F 0010 000F 0010 000F 0020 001F 0020 001F 0010 000F 0020 0010 0010 001F 0010 000F 0010 000F 0020 0010 0010 001F 0020 0010 0010 000F 0010 02D0

Device Code: 38.112 Function: [REC_LIST]
0000 0073 0000 0096 0060 001F 0010 0010 0010 0010 0010 0020 0010 0020 0030 001F 0010 0010 0010 0010 0010 0010 0010 0010 0010 0010 0010 0010 0010 0010 0020 0010 0010 0010 0010 0020 0010 0010 0010 0010 0010 0010 0010 0010 0010 0010 0020 0020 0010 0010 0020 0010 0010 0020 0020 001F 0020 001F 0010 0010 0020 0020 0020 09EF 0060 001F 0010 0010 0010 0010 0010 0020 0010 0020 0030 001F 0010 0010 0010 0010 0010 0010 0010 0010 0010 0010 0010 0010 0010 0010 0020 0010 0010 0010 0010 0020 0010 0010 0010 0010 0010 0010 0010 0010 0010 0010 0020 001F 0010 0010 0020 0010 0010 0020 0020 001F 0020 001F 0010 0010 0020 0020 0020 09EF 0060 001F 0010 0010 0010 0010 0010 0020 0010 0020 0030 001F 0010 0010 0010 0010 0010 0010 0010 0010 0010 0010 0010 0010 0010 0010 0020 0010 0010 0010 0010 0020 0010 0010 0010 0010 0010 0010 0010 0010 0010 0010 0020 001F 0010 0010 0020 000F 0010 0020 0020 001F 0020 001F 0010 0010 0020 0020 0020 09EF 0060 001F 0010 0010 0010 0010 0010 0020 0010 0020 0030 001F 0010 0010 0010 0010 0010 0010 0010 0010 0010 0010 0010 0010 0010 0010 0020 000F 0010 0010 0010 0020 0010 0010 0010 0010 0010 0010 0010 0010 0010 0010 0020 0020 0010 0010 0020 000F 0010 0020 0020 001F 0020 001F 0010 0010 0020 001F 0020 09F0 0060 001F 0010 0010 0010 0010 0010 0020 0010 0020 0030 001F 0010 0010 0010 0010 0010 0010 0010 0010 0010 0010 0010 0010 0010 0010 0020 000F 0010 0010 0010 0020 0010 0010 0010 0010 0010 0010 0010 0010 0010 0010 0020 0020 0010 0010 0020 000F 0010 0020 0020 001F 0020 0020 0010 0010 0020 001F 0020 02D0


So, is it possible to identify the "Function Numbers"?

Thanks!
Post 22 made on Wednesday August 1, 2012 at 02:14
Marcelonf
Long Time Member
Joined:
Posts:
July 2012
17
Based on the other codes (that work), I selected only the portion of the learned codes that I think are right, as follow:

Device Code: 38.112 Function: [OPTIONS]
0000 0073 0000 009B 0060 0020 0010 000F 0010 000F 0010 001F 0010 001F
0030 0020 0010 000F 0010 000F 0010 000F 0010 000F 0010 000F 0010 000F
0010 000F 0020 0010 0010 000F 0010 001F 0010 000F 0010 000F 0010 000F
0010 000F 0010 000F 0020 001F 0010 000F 0020 0010 0010 001F 0020 0020
0020 0020 0010 000F 0010 000F 0020 0010 0010 09EF

Device Code: 38.112 Function: [REWIND]
0000 0073 0000 0096 0060 001F 0010 000F 0010 000F 0010 0020 0010 0020
0030 001F 0010 000F 0010 000F 0010 000F 0010 000F 0010 000F 0010 000F
0010 000F 0020 0010 0010 000F 0010 0020 0010 000F 0010 000F 0010 000F
0020 001F 0020 001F 0010 000F 0020 000F 0010 0020 0010 000F 0010 000F
0020 001F 0020 0020 0020 000F 0010 09F0

Device Code: 38.112 Function: [STOP]
0000 0073 0000 00A0 0060 0020 0010 000F 0010 000F 0010 001F 0010 001F
0030 0020 0010 000F 0010 000F 0010 000F 0010 000F 0010 000F 0010 000F
0010 000F 0020 0010 0010 000F 0010 001F 0010 000F 0010 000F 0010 000F
0010 000F 0010 000F 0020 001F 0010 000F 0020 0010 0010 001F 0010 000F
0010 000F 0020 000F 0010 001F 0010 000F 0010 000F 0020 09EF

Device Code: 38.112 Function: [PLAY_PAUSE]
0000 0073 0000 009B 0060 001F 0010 000F 0010 000F 0010 0020 0010 0020
0030 001F 0010 000F 0010 000F 0010 000F 0010 000F 0010 000F 0010 000F
0010 000F 0020 0010 0010 000F 0010 0020 0010 000F 0010 000F 0010 000F
0020 001F 0020 001F 0010 000F 0020 000F 0010 0020 0010 000F 0010 000F
0020 001F 0020 0010 0010 0020 0010 000F 0010 09CB

Device Code: 38.112 Function: [FORWARD]
0000 0073 0000 009B 0060 0020 0010 0010 0010 0010 0010 0020 0010 0020
0030 0020 0010 0010 0010 0010 0010 0010 0010 0010 0010 0010 0010 0010
0010 0010 0020 000F 0010 0010 0010 0020 0010 0010 0010 0010 0010 0010
0020 001F 0020 0020 0010 0010 0020 000F 0010 0020 0010 0010 0010 0010
0020 0020 0020 0020 0010 0010 0010 0010 0010 09D3

Device Code: 38.112 Function: [VOD]
0000 0070 0000 0080 0060 0020 0010 0010 0010 0010 0010 001F 0010 001F
0030 0020 0010 0010 0010 0010 0010 0010 0010 0010 0010 0010 0010 0010
0010 0010 0020 000F 0010 0010 0010 001F 0010 0010 0010 0010 0010 0010
0020 001F 0020 0020 0010 0010 0020 0010 0010 001F 0020 0010 0010 0010
0010 0010 0010 001F 0010 0010 0010 0010 0010 0010 0010 09E6

Device Code: 38.112 Function: [REPLAY]
0000 0073 0000 009B 0060 0020 0010 0010 0010 0010 0010 001F 0010 001F
0030 0020 0010 0010 0010 0010 0010 0010 0010 0010 0010 0010 0010 0010
0010 0010 0020 0010 0010 0010 0010 001F 0010 0010 0010 0010 0010 0010
0010 0010 0010 0010 0020 001F 0010 0010 0020 0010 0010 001F 0020 0020
0020 001F 0010 0010 0020 0020 0010 0010 0010 09B9

Device Code: 38.112 Function: [REC]
0000 0073 0000 009B 0060 0020 0010 000F 0010 000F 0010 001F 0010 001F
0030 0020 0010 000F 0010 000F 0010 000F 0010 000F 0010 000F 0010 000F
0010 000F 0020 0010 0010 000F 0010 001F 0010 000F 0010 000F 0010 000F
0020 0020 0020 001F 0010 000F 0020 0010 0010 001F 0010 000F 0010 000F
0020 000F 0010 001F 0020 0010 0010 000F 0010 09EF

Device Code: 38.112 Function: [REC_LIST]
0000 0073 0000 0096 0060 001F 0010 0010 0010 0010 0010 0020 0010 0020
0030 001F 0010 0010 0010 0010 0010 0010 0010 0010 0010 0010 0010 0010
0010 0010 0020 0010 0010 0010 0010 0020 0010 0010 0010 0010 0010 0010
0010 0010 0010 0010 0020 0020 0010 0010 0020 0010 0010 0020 0020 001F
0020 001F 0010 0010 0020 0020 0020 09EF
 

Post 23 made on Wednesday August 1, 2012 at 02:26
3FG
Select Member
Joined:
Posts:
August 2009
1,861
Device Code: 38.112 Function: [OPTIONS]  163
Device Code: 38.112 Function: [REWIND]     43
Device Code: 38.112 Function: [STOP]  49
Device Code: 38.112 Function: [PLAY_PAUSE]  44
Device Code: 38.112 Function: [FORWARD]  40
Device Code: 38.112 Function: [VOD]  240
Device Code: 38.112 Function: [REPLAY]  164
Device Code: 38.112 Function: [REC]  55
Device Code: 38.112 Function: [REC_LIST]  165
Post 24 made on Monday August 6, 2012 at 10:43
Marcelonf
Long Time Member
Joined:
Posts:
July 2012
17
Implemented, tested and working!
Thank you again 3FG!
Post 25 made on Wednesday October 31, 2012 at 14:07
robson 66furlan
Lurking Member
Joined:
Posts:
October 2012
1
boa tarde a todos,eu sou robson de blumenau,estou com uma duvida em respeito a decos Sagem DSTIH78 e RSTIH89 tenho varios mais estão travados pela gvt,como posso fazer para que ele s fiquem virgens para que eu possa usalos como decodificadores de sinal via satélite?alguem pode me ajudar???fico agradecido!!!!
Page 2 of 2


Jump to


Protected Feature Before you can reply to a message...
You must first register for a Remote Central user account - it's fast and free! Or, if you already have an account, please login now.

Please read the following: Unsolicited commercial advertisements are absolutely not permitted on this forum. Other private buy & sell messages should be posted to our Marketplace. For information on how to advertise your service or product click here. Remote Central reserves the right to remove or modify any post that is deemed inappropriate.

Hosting Services by ipHouse