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

Login:
Pass:
 
 

Topic:
Emulate an RC5 code for iRule
This thread has 12 replies. Displaying all posts.
Post 1 made on Sunday March 13, 2011 at 01:19
frenchaxim
Long Time Member
Joined:
Posts:
August 2003
64
Hello.

I was a Philips Pronto user (TSU 7500), and currently switching to irule.
All is fine except for My Tag Mc Laren Aphrodite receiver. I think it uses RC5 protocol (that's the way it was working with the Pronto).
Irule does not offer yet this protocol.

I'm trying to find a way around this. Someone told me there is a way to create a dummy (he said zero) code that does nothing in order to trick the system, but I can't seem to find how.

Here is an example of the Hex code the original remote gives.

The first time I press volume up:
0000 006B 0014 0000 0021 0021 0021 0021 0021 0021 0041 0041 0041 0041 0041 0041 0041 0021 0021 0021 0021 0021 0021 0CF0 0021 0021 0021 0021 0021 0021 0041 0041 0041 0041 0041 0041 0041 0021 0021 0021 0021 0021 0021 0021
The second time I press volume up:
0000 006B 0012 0000 0021 0021 0041 0041 0041 0041 0041 0041 0041 0041 0041 0021 0021 0021 0021 0021 0021 0CF0 0021 0021 0041 0041 0041 0041 0041 0041 0041 0041 0041 0021 0021 0021 0021 0021 0021 0021

The receiver itself will ignore the same command received twice in a row.
This creates an obvious problem when trying to create a repeating command in iRule as trying to repeat exactly the same command does not work, it will only take the first command and then stop.

Not sure how to get around this issue?

Thank you experts.
Post 2 made on Sunday March 13, 2011 at 12:18
Jasonvp
Select Member
Joined:
Posts:
July 2008
2,404
Unfortunately there is no way around this for a RC5 code that repeats when held down as a volume command does. You can get around this with codes that don't repeat e.g. Digit 1 by having another RC5 code for that device that does not effect the previous command or add to it by having that code assigned to the same button. If you try that with a volume code it will stop it repeating when it is held down i.e. turn it into a macro and macro's don't repeat when held down...unless iRule is special? :)

You could have a button assigned with a non event RC5 code and press that after using the volume but that would be painfull and not user friendly. The other option is to add the non event code to the volume codes as said above but you will have to press it repeatedly to increase or decrease the volume.


Cheers
Jason
OP | Post 3 made on Monday March 14, 2011 at 07:43
frenchaxim
Long Time Member
Joined:
Posts:
August 2003
64
Thanks for your help Jason

Can you elaborate on a non event RC5 code? How do you create this?
That would work if there is such a code that clears the previous code in a way, using macros I would be able to find a work around.

I'm not sure I understand what you aare suggesting as a non event RC5 code, because if I press the learned button 1, then change the volume, and press the same learned button 1 then it does not work. In other words press another button in the meantime is not enough
Not sure I'm clear...

Thanks
Post 4 made on Monday March 14, 2011 at 08:41
Jasonvp
Select Member
Joined:
Posts:
July 2008
2,404
Personally I have never had this problem because the remotes I program send RC5 codes correctly.

Try sending VOLUME UP (T=0) & DIGIT 1 (T=0) together or VOLUME UP (T=0) & DIGIT 1 (T=1) together or all three.


VOLUME UP (T=0)
Device Code: 21 Function: 16
0000 0073 0000 0009 0020 0020 0040 0040 0040 0040 0040 0040 0040 0040 0040 0020 0020 0020 0020 0020 0020 0CC5

I'm guessing these are the correct codes. If not please post it.

DIGIT 1 (T=0)
Device Code: 21 Function: 1
0000 0073 0000 000A 0020 0020 0040 0040 0040 0040 0040 0040 0040 0020 0020 0020 0020 0020 0020 0020 0020 0040 0020 0CA4

DIGIT 1 (T=1)
Device Code: 21 Function: 1
0000 0073 0000 000B 0020 0020 0020 0020 0020 0020 0040 0040 0040 0040 0040 0020 0020 0020 0020 0020 0020 0020 0020 0040 0020 0CA4


OR

VOLUME UP (T=0)
Device Code: 21 Function: 16
0000 0073 0000 0009 0020 0020 0040 0040 0040 0040 0040 0040 0040 0040 0040 0020 0020 0020 0020 0020 0020 0CC5

VOLUME UP (T=1)
Device Code: 21 Function: 16
0000 0073 0000 000A 0020 0020 0020 0020 0020 0020 0040 0040 0040 0040 0040 0040 0040 0020 0020 0020 0020 0020 0020 0CC5

The above two will send VOLUME UP twice though.
OP | Post 5 made on Tuesday March 15, 2011 at 08:07
frenchaxim
Long Time Member
Joined:
Posts:
August 2003
64
thanks, I'll test this over the week end as I'm travelling right now.

Are these standard RC5 codes translated in Hex format? How do you find them? The ones I got from learning the original remote (see above) looks very different.

Thanks
OP | Post 6 made on Saturday March 19, 2011 at 07:40
frenchaxim
Long Time Member
Joined:
Posts:
August 2003
64
On March 14, 2011 at 08:41, Jasonvp said...
Personally I have never had this problem because the remotes I program send RC5 codes correctly.

Try sending VOLUME UP (T=0) & DIGIT 1 (T=0) together or VOLUME UP (T=0) & DIGIT 1 (T=1) together or all three.

VOLUME UP (T=0)
Device Code: 21 Function: 16
0000 0073 0000 0009 0020 0020 0040 0040 0040 0040 0040 0040 0040 0040 0040 0020 0020 0020 0020 0020 0020 0CC5

I'm guessing these are the correct codes. If not please post it.

DIGIT 1 (T=0)
Device Code: 21 Function: 1
0000 0073 0000 000A 0020 0020 0040 0040 0040 0040 0040 0040 0040 0020 0020 0020 0020 0020 0020 0020 0020 0040 0020 0CA4

DIGIT 1 (T=1)
Device Code: 21 Function: 1
0000 0073 0000 000B 0020 0020 0020 0020 0020 0020 0040 0040 0040 0040 0040 0020 0020 0020 0020 0020 0020 0020 0020 0040 0020 0CA4

OR

VOLUME UP (T=0)
Device Code: 21 Function: 16
0000 0073 0000 0009 0020 0020 0040 0040 0040 0040 0040 0040 0040 0040 0040 0020 0020 0020 0020 0020 0020 0CC5

VOLUME UP (T=1)
Device Code: 21 Function: 16
0000 0073 0000 000A 0020 0020 0020 0020 0020 0020 0040 0040 0040 0040 0040 0040 0040 0020 0020 0020 0020 0020 0020 0CC5

The above two will send VOLUME UP twice though.

Jason

Just got time to test, and what you send me absolutely works, you're good.
I don' know how you figure out the T=0 and T=1 code for each but you did.

However I just realised it does not solve my problem because as you mentionned it increases the volume twice (that could be acceptable) but then it also forces me to enter channel 11 instead of channel 1 (more of a problem).
The other issue it creates is that a 0.5 second delay is required between the 2 commands (otherwise it won't take the second one)

Gosh I hope I won't have to change my receiver because of this problem.
I can't believe there is no solution...

Thanks
Post 7 made on Saturday March 19, 2011 at 08:19
Jasonvp
Select Member
Joined:
Posts:
July 2008
2,404
On March 19, 2011 at 07:40, frenchaxim said...
Jason

Just got time to test, and what you send me absolutely works, you're good.
I don' know how you figure out the T=0 and T=1 code for each but you did.

Use IRTools to identify the protcol/device no. and function no.
Then use MakeHex to generate the T=0 and T=1 hex codes


However I just realised it does not solve my problem because as you mentionned it increases the volume twice (that could be acceptable) but then it also forces me to enter channel 11 instead of channel 1 (more of a problem).

Digit 1 was just an example. You need to find another code that does not effect the code your are trying to send (none event code).

Is there a way of tracking the codes?

The other option is to set up two pages with the same layout and have all the T=0 codes on Page 1 with a jump to Page 2 after the code assigned. Then all the T=1 codes on Page 2 with a jump to Page 1.


The other issue it creates is that a 0.5 second delay is required between the 2 commands (otherwise it won't take the second one)

Probably the limitation of using a phone for a remote.

Gosh I hope I won't have to change my receiver because of this problem.

So you would change the receiver before buying a proper remote?

Does the Receiver have rs232?

MakeHex
Makes clean IR sequences from IR protocol files. See the readme file for more information.
[Link: files.remotecentral.com]

MakeHex GUI
Place in the same folder as Makehex.
[Link: files.remotecentral.com]

IR Tools (Version 1.4)

Decodes a learned infrared Hex codes (only codes that start with 0000) that you paste (Ctrl +V) into the Hex Code Window and press the Decode Hex Button and a box appears to give you information on the Protocol, Device Number and Function Number (OBC). Requires the DecodeIR.DLL file.
[Link: files.remotecentral.com]

DecodeIR.dll (Version 2.42)
File required by DecodeCCF and IR Tools.
[Link: hifi-remote.com]

Last edited by Jasonvp on March 19, 2011 08:38.
OP | Post 8 made on Sunday March 20, 2011 at 05:11
frenchaxim
Long Time Member
Joined:
Posts:
August 2003
64
Thanks I think I'm beginning to understand. I thought I needed to add an alternative code (T=1 afet T=0) after each command, but with the same command.
I have found a "non event code" that seems to work, and if I add it after each single command (with T=0) it seems to do what it should.

I'm still struggling with commands that should be consecutive. For instance channel 21 is digit 2 and then digit 1 in a row. Using the zero event code creates a problem here.

One question though regarding Makehex that I have installed. It does not seem to generate the right code for me. I select
protocol = rc5
device / main a = 21
then it generates a file that says at header level device is 21, but at line level it says device = 15?
Did I miss something?

Thanks again for your valuable help.

PS: regarding the 0.5 second limitation it does not seem to be linked to using a phone as a remote, but rather to my receiver as I don't have this delay on other devices.
Post 9 made on Sunday March 20, 2011 at 06:14
Jasonvp
Select Member
Joined:
Posts:
July 2008
2,404
On March 20, 2011 at 05:11, frenchaxim said...
Thanks I think I'm beginning to understand. I thought I needed to add an alternative code (T=1 afet T=0) after each command, but with the same command.
I have found a "non event code" that seems to work, and if I add it after each single command (with T=0) it seems to do what it should.

Here is some info about Parity & Toggle Bits (T=0 & T=1).

I'm still struggling with commands that should be consecutive. For instance channel 21 is digit 2 and then digit 1 in a row. Using the zero event code creates a problem here.

This is where you may have to created two page like I said above,
On March 19, 2011 at 08:19, Jasonvp said...
The other option is to set up two pages with the same layout and have all the T=0 codes on Page 1 with a jump to Page 2 after the code assigned. Then all the T=1 codes on Page 2 with a jump to Page 1.

Or try and find another code from the generated codes from MakeHex.

One question though regarding Makehex that I have installed. It does not seem to generate the right code for me. I select
protocol = rc5
device / main a = 21
then it generates a file that says at header level device is 21, but at line level it says device = 15?
Did I miss something?

Are you opening the .HEX file named !Output with notepad?

Below are all the Device=21 codes.


T=0

Device Code: 21 Function: 0
0000 0073 0000 000A 0020 0020 0040 0040 0040 0040 0040 0040 0040 0020 0020 0020 0020 0020 0020 0020 0020 0020 0020 0CC5
Device Code: 21 Function: 1
0000 0073 0000 000A 0020 0020 0040 0040 0040 0040 0040 0040 0040 0020 0020 0020 0020 0020 0020 0020 0020 0040 0020 0CA4
Device Code: 21 Function: 2
0000 0073 0000 0009 0020 0020 0040 0040 0040 0040 0040 0040 0040 0020 0020 0020 0020 0020 0020 0040 0040 0CC5
Device Code: 21 Function: 3
0000 0073 0000 000A 0020 0020 0040 0040 0040 0040 0040 0040 0040 0020 0020 0020 0020 0020 0020 0040 0020 0020 0020 0CA4
Device Code: 21 Function: 4
0000 0073 0000 0009 0020 0020 0040 0040 0040 0040 0040 0040 0040 0020 0020 0020 0020 0040 0040 0020 0020 0CC5
Device Code: 21 Function: 5
0000 0073 0000 0009 0020 0020 0040 0040 0040 0040 0040 0040 0040 0020 0020 0020 0020 0040 0040 0040 0020 0CA4
Device Code: 21 Function: 6
0000 0073 0000 0009 0020 0020 0040 0040 0040 0040 0040 0040 0040 0020 0020 0020 0020 0040 0020 0020 0040 0CC5
Device Code: 21 Function: 7
0000 0073 0000 000A 0020 0020 0040 0040 0040 0040 0040 0040 0040 0020 0020 0020 0020 0040 0020 0020 0020 0020 0020 0CA4
Device Code: 21 Function: 8
0000 0073 0000 0009 0020 0020 0040 0040 0040 0040 0040 0040 0040 0020 0020 0040 0040 0020 0020 0020 0020 0CC5
Device Code: 21 Function: 9
0000 0073 0000 0009 0020 0020 0040 0040 0040 0040 0040 0040 0040 0020 0020 0040 0040 0020 0020 0040 0020 0CA4
Device Code: 21 Function: 10
0000 0073 0000 0008 0020 0020 0040 0040 0040 0040 0040 0040 0040 0020 0020 0040 0040 0040 0040 0CC5
Device Code: 21 Function: 11
0000 0073 0000 0009 0020 0020 0040 0040 0040 0040 0040 0040 0040 0020 0020 0040 0040 0040 0020 0020 0020 0CA4
Device Code: 21 Function: 12
0000 0073 0000 0009 0020 0020 0040 0040 0040 0040 0040 0040 0040 0020 0020 0040 0020 0020 0040 0020 0020 0CC5
Device Code: 21 Function: 13
0000 0073 0000 0009 0020 0020 0040 0040 0040 0040 0040 0040 0040 0020 0020 0040 0020 0020 0040 0040 0020 0CA4
Device Code: 21 Function: 14
0000 0073 0000 0009 0020 0020 0040 0040 0040 0040 0040 0040 0040 0020 0020 0040 0020 0020 0020 0020 0040 0CC5
Device Code: 21 Function: 15
0000 0073 0000 000A 0020 0020 0040 0040 0040 0040 0040 0040 0040 0020 0020 0040 0020 0020 0020 0020 0020 0020 0020 0CA4
Device Code: 21 Function: 16
0000 0073 0000 0009 0020 0020 0040 0040 0040 0040 0040 0040 0040 0040 0040 0020 0020 0020 0020 0020 0020 0CC5
Device Code: 21 Function: 17
0000 0073 0000 0009 0020 0020 0040 0040 0040 0040 0040 0040 0040 0040 0040 0020 0020 0020 0020 0040 0020 0CA4
Device Code: 21 Function: 18
0000 0073 0000 0008 0020 0020 0040 0040 0040 0040 0040 0040 0040 0040 0040 0020 0020 0040 0040 0CC5
Device Code: 21 Function: 19
0000 0073 0000 0009 0020 0020 0040 0040 0040 0040 0040 0040 0040 0040 0040 0020 0020 0040 0020 0020 0020 0CA4
Device Code: 21 Function: 20
0000 0073 0000 0008 0020 0020 0040 0040 0040 0040 0040 0040 0040 0040 0040 0040 0040 0020 0020 0CC5
Device Code: 21 Function: 21
0000 0073 0000 0008 0020 0020 0040 0040 0040 0040 0040 0040 0040 0040 0040 0040 0040 0040 0020 0CA4
Device Code: 21 Function: 22
0000 0073 0000 0008 0020 0020 0040 0040 0040 0040 0040 0040 0040 0040 0040 0040 0020 0020 0040 0CC5
Device Code: 21 Function: 23
0000 0073 0000 0009 0020 0020 0040 0040 0040 0040 0040 0040 0040 0040 0040 0040 0020 0020 0020 0020 0020 0CA4
Device Code: 21 Function: 24
0000 0073 0000 0009 0020 0020 0040 0040 0040 0040 0040 0040 0040 0040 0020 0020 0040 0020 0020 0020 0020 0CC5
Device Code: 21 Function: 25
0000 0073 0000 0009 0020 0020 0040 0040 0040 0040 0040 0040 0040 0040 0020 0020 0040 0020 0020 0040 0020 0CA4
Device Code: 21 Function: 26
0000 0073 0000 0008 0020 0020 0040 0040 0040 0040 0040 0040 0040 0040 0020 0020 0040 0040 0040 0CC5
Device Code: 21 Function: 27
0000 0073 0000 0009 0020 0020 0040 0040 0040 0040 0040 0040 0040 0040 0020 0020 0040 0040 0020 0020 0020 0CA4
Device Code: 21 Function: 28
0000 0073 0000 0009 0020 0020 0040 0040 0040 0040 0040 0040 0040 0040 0020 0020 0020 0020 0040 0020 0020 0CC5
Device Code: 21 Function: 29
0000 0073 0000 0009 0020 0020 0040 0040 0040 0040 0040 0040 0040 0040 0020 0020 0020 0020 0040 0040 0020 0CA4
Device Code: 21 Function: 30
0000 0073 0000 0009 0020 0020 0040 0040 0040 0040 0040 0040 0040 0040 0020 0020 0020 0020 0020 0020 0040 0CC5
Device Code: 21 Function: 31
0000 0073 0000 000A 0020 0020 0040 0040 0040 0040 0040 0040 0040 0040 0020 0020 0020 0020 0020 0020 0020 0020 0020 0CA4
Device Code: 21 Function: 32
0000 0073 0000 000A 0020 0020 0040 0040 0040 0040 0040 0040 0020 0020 0040 0020 0020 0020 0020 0020 0020 0020 0020 0CC5
Device Code: 21 Function: 33
0000 0073 0000 000A 0020 0020 0040 0040 0040 0040 0040 0040 0020 0020 0040 0020 0020 0020 0020 0020 0020 0040 0020 0CA4
Device Code: 21 Function: 34
0000 0073 0000 0009 0020 0020 0040 0040 0040 0040 0040 0040 0020 0020 0040 0020 0020 0020 0020 0040 0040 0CC5
Device Code: 21 Function: 35
0000 0073 0000 000A 0020 0020 0040 0040 0040 0040 0040 0040 0020 0020 0040 0020 0020 0020 0020 0040 0020 0020 0020 0CA4
Device Code: 21 Function: 36
0000 0073 0000 0009 0020 0020 0040 0040 0040 0040 0040 0040 0020 0020 0040 0020 0020 0040 0040 0020 0020 0CC5
Device Code: 21 Function: 37
0000 0073 0000 0009 0020 0020 0040 0040 0040 0040 0040 0040 0020 0020 0040 0020 0020 0040 0040 0040 0020 0CA4
Device Code: 21 Function: 38
0000 0073 0000 0009 0020 0020 0040 0040 0040 0040 0040 0040 0020 0020 0040 0020 0020 0040 0020 0020 0040 0CC5
Device Code: 21 Function: 39
0000 0073 0000 000A 0020 0020 0040 0040 0040 0040 0040 0040 0020 0020 0040 0020 0020 0040 0020 0020 0020 0020 0020 0CA4
Device Code: 21 Function: 40
0000 0073 0000 0009 0020 0020 0040 0040 0040 0040 0040 0040 0020 0020 0040 0040 0040 0020 0020 0020 0020 0CC5
Device Code: 21 Function: 41
0000 0073 0000 0009 0020 0020 0040 0040 0040 0040 0040 0040 0020 0020 0040 0040 0040 0020 0020 0040 0020 0CA4
Device Code: 21 Function: 42
0000 0073 0000 0008 0020 0020 0040 0040 0040 0040 0040 0040 0020 0020 0040 0040 0040 0040 0040 0CC5
Device Code: 21 Function: 43
0000 0073 0000 0009 0020 0020 0040 0040 0040 0040 0040 0040 0020 0020 0040 0040 0040 0040 0020 0020 0020 0CA4
Device Code: 21 Function: 44
0000 0073 0000 0009 0020 0020 0040 0040 0040 0040 0040 0040 0020 0020 0040 0040 0020 0020 0040 0020 0020 0CC5
Device Code: 21 Function: 45
0000 0073 0000 0009 0020 0020 0040 0040 0040 0040 0040 0040 0020 0020 0040 0040 0020 0020 0040 0040 0020 0CA4
Device Code: 21 Function: 46
0000 0073 0000 0009 0020 0020 0040 0040 0040 0040 0040 0040 0020 0020 0040 0040 0020 0020 0020 0020 0040 0CC5
Device Code: 21 Function: 47
0000 0073 0000 000A 0020 0020 0040 0040 0040 0040 0040 0040 0020 0020 0040 0040 0020 0020 0020 0020 0020 0020 0020 0CA4
Device Code: 21 Function: 48
0000 0073 0000 000A 0020 0020 0040 0040 0040 0040 0040 0040 0020 0020 0020 0020 0040 0020 0020 0020 0020 0020 0020 0CC5
Device Code: 21 Function: 49
0000 0073 0000 000A 0020 0020 0040 0040 0040 0040 0040 0040 0020 0020 0020 0020 0040 0020 0020 0020 0020 0040 0020 0CA4
Device Code: 21 Function: 50
0000 0073 0000 0009 0020 0020 0040 0040 0040 0040 0040 0040 0020 0020 0020 0020 0040 0020 0020 0040 0040 0CC5
Device Code: 21 Function: 51
0000 0073 0000 000A 0020 0020 0040 0040 0040 0040 0040 0040 0020 0020 0020 0020 0040 0020 0020 0040 0020 0020 0020 0CA4
Device Code: 21 Function: 52
0000 0073 0000 0009 0020 0020 0040 0040 0040 0040 0040 0040 0020 0020 0020 0020 0040 0040 0040 0020 0020 0CC5
Device Code: 21 Function: 53
0000 0073 0000 0009 0020 0020 0040 0040 0040 0040 0040 0040 0020 0020 0020 0020 0040 0040 0040 0040 0020 0CA4
Device Code: 21 Function: 54
0000 0073 0000 0009 0020 0020 0040 0040 0040 0040 0040 0040 0020 0020 0020 0020 0040 0040 0020 0020 0040 0CC5
Device Code: 21 Function: 55
0000 0073 0000 000A 0020 0020 0040 0040 0040 0040 0040 0040 0020 0020 0020 0020 0040 0040 0020 0020 0020 0020 0020 0CA4
Device Code: 21 Function: 56
0000 0073 0000 000A 0020 0020 0040 0040 0040 0040 0040 0040 0020 0020 0020 0020 0020 0020 0040 0020 0020 0020 0020 0CC5
Device Code: 21 Function: 57
0000 0073 0000 000A 0020 0020 0040 0040 0040 0040 0040 0040 0020 0020 0020 0020 0020 0020 0040 0020 0020 0040 0020 0CA4
Device Code: 21 Function: 58
0000 0073 0000 0009 0020 0020 0040 0040 0040 0040 0040 0040 0020 0020 0020 0020 0020 0020 0040 0040 0040 0CC5
Device Code: 21 Function: 59
0000 0073 0000 000A 0020 0020 0040 0040 0040 0040 0040 0040 0020 0020 0020 0020 0020 0020 0040 0040 0020 0020 0020 0CA4
Device Code: 21 Function: 60
0000 0073 0000 000A 0020 0020 0040 0040 0040 0040 0040 0040 0020 0020 0020 0020 0020 0020 0020 0020 0040 0020 0020 0CC5
Device Code: 21 Function: 61
0000 0073 0000 000A 0020 0020 0040 0040 0040 0040 0040 0040 0020 0020 0020 0020 0020 0020 0020 0020 0040 0040 0020 0CA4
Device Code: 21 Function: 62
0000 0073 0000 000A 0020 0020 0040 0040 0040 0040 0040 0040 0020 0020 0020 0020 0020 0020 0020 0020 0020 0020 0040 0CC5
Device Code: 21 Function: 63
0000 0073 0000 000B 0020 0020 0040 0040 0040 0040 0040 0040 0020 0020 0020 0020 0020 0020 0020 0020 0020 0020 0020 0020 0020 0CA4
Device Code: 21 Function: 64
0000 0073 0000 000A 0040 0020 0020 0040 0040 0040 0040 0040 0040 0020 0020 0020 0020 0020 0020 0020 0020 0020 0020 0CC5
Device Code: 21 Function: 65
0000 0073 0000 000A 0040 0020 0020 0040 0040 0040 0040 0040 0040 0020 0020 0020 0020 0020 0020 0020 0020 0040 0020 0CA4
Device Code: 21 Function: 66
0000 0073 0000 0009 0040 0020 0020 0040 0040 0040 0040 0040 0040 0020 0020 0020 0020 0020 0020 0040 0040 0CC5
Device Code: 21 Function: 67
0000 0073 0000 000A 0040 0020 0020 0040 0040 0040 0040 0040 0040 0020 0020 0020 0020 0020 0020 0040 0020 0020 0020 0CA4
Device Code: 21 Function: 68
0000 0073 0000 0009 0040 0020 0020 0040 0040 0040 0040 0040 0040 0020 0020 0020 0020 0040 0040 0020 0020 0CC5
Device Code: 21 Function: 69
0000 0073 0000 0009 0040 0020 0020 0040 0040 0040 0040 0040 0040 0020 0020 0020 0020 0040 0040 0040 0020 0CA4
Device Code: 21 Function: 70
0000 0073 0000 0009 0040 0020 0020 0040 0040 0040 0040 0040 0040 0020 0020 0020 0020 0040 0020 0020 0040 0CC5
Device Code: 21 Function: 71
0000 0073 0000 000A 0040 0020 0020 0040 0040 0040 0040 0040 0040 0020 0020 0020 0020 0040 0020 0020 0020 0020 0020 0CA4
Device Code: 21 Function: 72
0000 0073 0000 0009 0040 0020 0020 0040 0040 0040 0040 0040 0040 0020 0020 0040 0040 0020 0020 0020 0020 0CC5
Device Code: 21 Function: 73
0000 0073 0000 0009 0040 0020 0020 0040 0040 0040 0040 0040 0040 0020 0020 0040 0040 0020 0020 0040 0020 0CA4
Device Code: 21 Function: 74
0000 0073 0000 0008 0040 0020 0020 0040 0040 0040 0040 0040 0040 0020 0020 0040 0040 0040 0040 0CC5
Device Code: 21 Function: 75
0000 0073 0000 0009 0040 0020 0020 0040 0040 0040 0040 0040 0040 0020 0020 0040 0040 0040 0020 0020 0020 0CA4
Device Code: 21 Function: 76
0000 0073 0000 0009 0040 0020 0020 0040 0040 0040 0040 0040 0040 0020 0020 0040 0020 0020 0040 0020 0020 0CC5
Device Code: 21 Function: 77
0000 0073 0000 0009 0040 0020 0020 0040 0040 0040 0040 0040 0040 0020 0020 0040 0020 0020 0040 0040 0020 0CA4
Device Code: 21 Function: 78
0000 0073 0000 0009 0040 0020 0020 0040 0040 0040 0040 0040 0040 0020 0020 0040 0020 0020 0020 0020 0040 0CC5
Device Code: 21 Function: 79
0000 0073 0000 000A 0040 0020 0020 0040 0040 0040 0040 0040 0040 0020 0020 0040 0020 0020 0020 0020 0020 0020 0020 0CA4
Device Code: 21 Function: 80
0000 0073 0000 0009 0040 0020 0020 0040 0040 0040 0040 0040 0040 0040 0040 0020 0020 0020 0020 0020 0020 0CC5
Device Code: 21 Function: 81
0000 0073 0000 0009 0040 0020 0020 0040 0040 0040 0040 0040 0040 0040 0040 0020 0020 0020 0020 0040 0020 0CA4
Device Code: 21 Function: 82
0000 0073 0000 0008 0040 0020 0020 0040 0040 0040 0040 0040 0040 0040 0040 0020 0020 0040 0040 0CC5
Device Code: 21 Function: 83
0000 0073 0000 0009 0040 0020 0020 0040 0040 0040 0040 0040 0040 0040 0040 0020 0020 0040 0020 0020 0020 0CA4
Device Code: 21 Function: 84
0000 0073 0000 0008 0040 0020 0020 0040 0040 0040 0040 0040 0040 0040 0040 0040 0040 0020 0020 0CC5
Device Code: 21 Function: 85
0000 0073 0000 0008 0040 0020 0020 0040 0040 0040 0040 0040 0040 0040 0040 0040 0040 0040 0020 0CA4
Device Code: 21 Function: 86
0000 0073 0000 0008 0040 0020 0020 0040 0040 0040 0040 0040 0040 0040 0040 0040 0020 0020 0040 0CC5
Device Code: 21 Function: 87
0000 0073 0000 0009 0040 0020 0020 0040 0040 0040 0040 0040 0040 0040 0040 0040 0020 0020 0020 0020 0020 0CA4
Device Code: 21 Function: 88
0000 0073 0000 0009 0040 0020 0020 0040 0040 0040 0040 0040 0040 0040 0020 0020 0040 0020 0020 0020 0020 0CC5
Device Code: 21 Function: 89
0000 0073 0000 0009 0040 0020 0020 0040 0040 0040 0040 0040 0040 0040 0020 0020 0040 0020 0020 0040 0020 0CA4
Device Code: 21 Function: 90
0000 0073 0000 0008 0040 0020 0020 0040 0040 0040 0040 0040 0040 0040 0020 0020 0040 0040 0040 0CC5
Device Code: 21 Function: 91
0000 0073 0000 0009 0040 0020 0020 0040 0040 0040 0040 0040 0040 0040 0020 0020 0040 0040 0020 0020 0020 0CA4
Device Code: 21 Function: 92
0000 0073 0000 0009 0040 0020 0020 0040 0040 0040 0040 0040 0040 0040 0020 0020 0020 0020 0040 0020 0020 0CC5
Device Code: 21 Function: 93
0000 0073 0000 0009 0040 0020 0020 0040 0040 0040 0040 0040 0040 0040 0020 0020 0020 0020 0040 0040 0020 0CA4
Device Code: 21 Function: 94
0000 0073 0000 0009 0040 0020 0020 0040 0040 0040 0040 0040 0040 0040 0020 0020 0020 0020 0020 0020 0040 0CC5
Device Code: 21 Function: 95
0000 0073 0000 000A 0040 0020 0020 0040 0040 0040 0040 0040 0040 0040 0020 0020 0020 0020 0020 0020 0020 0020 0020 0CA4
Device Code: 21 Function: 96
0000 0073 0000 000A 0040 0020 0020 0040 0040 0040 0040 0040 0020 0020 0040 0020 0020 0020 0020 0020 0020 0020 0020 0CC5
Device Code: 21 Function: 97
0000 0073 0000 000A 0040 0020 0020 0040 0040 0040 0040 0040 0020 0020 0040 0020 0020 0020 0020 0020 0020 0040 0020 0CA4
Device Code: 21 Function: 98
0000 0073 0000 0009 0040 0020 0020 0040 0040 0040 0040 0040 0020 0020 0040 0020 0020 0020 0020 0040 0040 0CC5
Device Code: 21 Function: 99
0000 0073 0000 000A 0040 0020 0020 0040 0040 0040 0040 0040 0020 0020 0040 0020 0020 0020 0020 0040 0020 0020 0020 0CA4
Device Code: 21 Function: 100
0000 0073 0000 0009 0040 0020 0020 0040 0040 0040 0040 0040 0020 0020 0040 0020 0020 0040 0040 0020 0020 0CC5
Device Code: 21 Function: 101
0000 0073 0000 0009 0040 0020 0020 0040 0040 0040 0040 0040 0020 0020 0040 0020 0020 0040 0040 0040 0020 0CA4
Device Code: 21 Function: 102
0000 0073 0000 0009 0040 0020 0020 0040 0040 0040 0040 0040 0020 0020 0040 0020 0020 0040 0020 0020 0040 0CC5
Device Code: 21 Function: 103
0000 0073 0000 000A 0040 0020 0020 0040 0040 0040 0040 0040 0020 0020 0040 0020 0020 0040 0020 0020 0020 0020 0020 0CA4
Device Code: 21 Function: 104
0000 0073 0000 0009 0040 0020 0020 0040 0040 0040 0040 0040 0020 0020 0040 0040 0040 0020 0020 0020 0020 0CC5
Device Code: 21 Function: 105
0000 0073 0000 0009 0040 0020 0020 0040 0040 0040 0040 0040 0020 0020 0040 0040 0040 0020 0020 0040 0020 0CA4
Device Code: 21 Function: 106
0000 0073 0000 0008 0040 0020 0020 0040 0040 0040 0040 0040 0020 0020 0040 0040 0040 0040 0040 0CC5
Device Code: 21 Function: 107
0000 0073 0000 0009 0040 0020 0020 0040 0040 0040 0040 0040 0020 0020 0040 0040 0040 0040 0020 0020 0020 0CA4
Device Code: 21 Function: 108
0000 0073 0000 0009 0040 0020 0020 0040 0040 0040 0040 0040 0020 0020 0040 0040 0020 0020 0040 0020 0020 0CC5
Device Code: 21 Function: 109
0000 0073 0000 0009 0040 0020 0020 0040 0040 0040 0040 0040 0020 0020 0040 0040 0020 0020 0040 0040 0020 0CA4
Device Code: 21 Function: 110
0000 0073 0000 0009 0040 0020 0020 0040 0040 0040 0040 0040 0020 0020 0040 0040 0020 0020 0020 0020 0040 0CC5
Device Code: 21 Function: 111
0000 0073 0000 000A 0040 0020 0020 0040 0040 0040 0040 0040 0020 0020 0040 0040 0020 0020 0020 0020 0020 0020 0020 0CA4
Device Code: 21 Function: 112
0000 0073 0000 000A 0040 0020 0020 0040 0040 0040 0040 0040 0020 0020 0020 0020 0040 0020 0020 0020 0020 0020 0020 0CC5
Device Code: 21 Function: 113
0000 0073 0000 000A 0040 0020 0020 0040 0040 0040 0040 0040 0020 0020 0020 0020 0040 0020 0020 0020 0020 0040 0020 0CA4
Device Code: 21 Function: 114
0000 0073 0000 0009 0040 0020 0020 0040 0040 0040 0040 0040 0020 0020 0020 0020 0040 0020 0020 0040 0040 0CC5
Device Code: 21 Function: 115
0000 0073 0000 000A 0040 0020 0020 0040 0040 0040 0040 0040 0020 0020 0020 0020 0040 0020 0020 0040 0020 0020 0020 0CA4
Device Code: 21 Function: 116
0000 0073 0000 0009 0040 0020 0020 0040 0040 0040 0040 0040 0020 0020 0020 0020 0040 0040 0040 0020 0020 0CC5
Device Code: 21 Function: 117
0000 0073 0000 0009 0040 0020 0020 0040 0040 0040 0040 0040 0020 0020 0020 0020 0040 0040 0040 0040 0020 0CA4
Device Code: 21 Function: 118
0000 0073 0000 0009 0040 0020 0020 0040 0040 0040 0040 0040 0020 0020 0020 0020 0040 0040 0020 0020 0040 0CC5
Device Code: 21 Function: 119
0000 0073 0000 000A 0040 0020 0020 0040 0040 0040 0040 0040 0020 0020 0020 0020 0040 0040 0020 0020 0020 0020 0020 0CA4
Device Code: 21 Function: 120
0000 0073 0000 000A 0040 0020 0020 0040 0040 0040 0040 0040 0020 0020 0020 0020 0020 0020 0040 0020 0020 0020 0020 0CC5
Device Code: 21 Function: 121
0000 0073 0000 000A 0040 0020 0020 0040 0040 0040 0040 0040 0020 0020 0020 0020 0020 0020 0040 0020 0020 0040 0020 0CA4
Device Code: 21 Function: 122
0000 0073 0000 0009 0040 0020 0020 0040 0040 0040 0040 0040 0020 0020 0020 0020 0020 0020 0040 0040 0040 0CC5
Device Code: 21 Function: 123
0000 0073 0000 000A 0040 0020 0020 0040 0040 0040 0040 0040 0020 0020 0020 0020 0020 0020 0040 0040 0020 0020 0020 0CA4
Device Code: 21 Function: 124
0000 0073 0000 000A 0040 0020 0020 0040 0040 0040 0040 0040 0020 0020 0020 0020 0020 0020 0020 0020 0040 0020 0020 0CC5
Device Code: 21 Function: 125
0000 0073 0000 000A 0040 0020 0020 0040 0040 0040 0040 0040 0020 0020 0020 0020 0020 0020 0020 0020 0040 0040 0020 0CA4
Device Code: 21 Function: 126
0000 0073 0000 000A 0040 0020 0020 0040 0040 0040 0040 0040 0020 0020 0020 0020 0020 0020 0020 0020 0020 0020 0040 0CC5
Device Code: 21 Function: 127
0000 0073 0000 000B 0040 0020 0020 0040 0040 0040 0040 0040 0020 0020 0020 0020 0020 0020 0020 0020 0020 0020 0020 0020 0020 0CA4


T=1

Device Code: 21 Function: 0
0000 0073 0000 000B 0020 0020 0020 0020 0020 0020 0040 0040 0040 0040 0040 0020 0020 0020 0020 0020 0020 0020 0020 0020 0020 0CC5
Device Code: 21 Function: 1
0000 0073 0000 000B 0020 0020 0020 0020 0020 0020 0040 0040 0040 0040 0040 0020 0020 0020 0020 0020 0020 0020 0020 0040 0020 0CA4
Device Code: 21 Function: 2
0000 0073 0000 000A 0020 0020 0020 0020 0020 0020 0040 0040 0040 0040 0040 0020 0020 0020 0020 0020 0020 0040 0040 0CC5
Device Code: 21 Function: 3
0000 0073 0000 000B 0020 0020 0020 0020 0020 0020 0040 0040 0040 0040 0040 0020 0020 0020 0020 0020 0020 0040 0020 0020 0020 0CA4
Device Code: 21 Function: 4
0000 0073 0000 000A 0020 0020 0020 0020 0020 0020 0040 0040 0040 0040 0040 0020 0020 0020 0020 0040 0040 0020 0020 0CC5
Device Code: 21 Function: 5
0000 0073 0000 000A 0020 0020 0020 0020 0020 0020 0040 0040 0040 0040 0040 0020 0020 0020 0020 0040 0040 0040 0020 0CA4
Device Code: 21 Function: 6
0000 0073 0000 000A 0020 0020 0020 0020 0020 0020 0040 0040 0040 0040 0040 0020 0020 0020 0020 0040 0020 0020 0040 0CC5
Device Code: 21 Function: 7
0000 0073 0000 000B 0020 0020 0020 0020 0020 0020 0040 0040 0040 0040 0040 0020 0020 0020 0020 0040 0020 0020 0020 0020 0020 0CA4
Device Code: 21 Function: 8
0000 0073 0000 000A 0020 0020 0020 0020 0020 0020 0040 0040 0040 0040 0040 0020 0020 0040 0040 0020 0020 0020 0020 0CC5
Device Code: 21 Function: 9
0000 0073 0000 000A 0020 0020 0020 0020 0020 0020 0040 0040 0040 0040 0040 0020 0020 0040 0040 0020 0020 0040 0020 0CA4
Device Code: 21 Function: 10
0000 0073 0000 0009 0020 0020 0020 0020 0020 0020 0040 0040 0040 0040 0040 0020 0020 0040 0040 0040 0040 0CC5
Device Code: 21 Function: 11
0000 0073 0000 000A 0020 0020 0020 0020 0020 0020 0040 0040 0040 0040 0040 0020 0020 0040 0040 0040 0020 0020 0020 0CA4
Device Code: 21 Function: 12
0000 0073 0000 000A 0020 0020 0020 0020 0020 0020 0040 0040 0040 0040 0040 0020 0020 0040 0020 0020 0040 0020 0020 0CC5
Device Code: 21 Function: 13
0000 0073 0000 000A 0020 0020 0020 0020 0020 0020 0040 0040 0040 0040 0040 0020 0020 0040 0020 0020 0040 0040 0020 0CA4
Device Code: 21 Function: 14
0000 0073 0000 000A 0020 0020 0020 0020 0020 0020 0040 0040 0040 0040 0040 0020 0020 0040 0020 0020 0020 0020 0040 0CC5
Device Code: 21 Function: 15
0000 0073 0000 000B 0020 0020 0020 0020 0020 0020 0040 0040 0040 0040 0040 0020 0020 0040 0020 0020 0020 0020 0020 0020 0020 0CA4
Device Code: 21 Function: 16
0000 0073 0000 000A 0020 0020 0020 0020 0020 0020 0040 0040 0040 0040 0040 0040 0040 0020 0020 0020 0020 0020 0020 0CC5
Device Code: 21 Function: 17
0000 0073 0000 000A 0020 0020 0020 0020 0020 0020 0040 0040 0040 0040 0040 0040 0040 0020 0020 0020 0020 0040 0020 0CA4
Device Code: 21 Function: 18
0000 0073 0000 0009 0020 0020 0020 0020 0020 0020 0040 0040 0040 0040 0040 0040 0040 0020 0020 0040 0040 0CC5
Device Code: 21 Function: 19
0000 0073 0000 000A 0020 0020 0020 0020 0020 0020 0040 0040 0040 0040 0040 0040 0040 0020 0020 0040 0020 0020 0020 0CA4
Device Code: 21 Function: 20
0000 0073 0000 0009 0020 0020 0020 0020 0020 0020 0040 0040 0040 0040 0040 0040 0040 0040 0040 0020 0020 0CC5
Device Code: 21 Function: 21
0000 0073 0000 0009 0020 0020 0020 0020 0020 0020 0040 0040 0040 0040 0040 0040 0040 0040 0040 0040 0020 0CA4
Device Code: 21 Function: 22
0000 0073 0000 0009 0020 0020 0020 0020 0020 0020 0040 0040 0040 0040 0040 0040 0040 0040 0020 0020 0040 0CC5
Device Code: 21 Function: 23
0000 0073 0000 000A 0020 0020 0020 0020 0020 0020 0040 0040 0040 0040 0040 0040 0040 0040 0020 0020 0020 0020 0020 0CA4
Device Code: 21 Function: 24
0000 0073 0000 000A 0020 0020 0020 0020 0020 0020 0040 0040 0040 0040 0040 0040 0020 0020 0040 0020 0020 0020 0020 0CC5
Device Code: 21 Function: 25
0000 0073 0000 000A 0020 0020 0020 0020 0020 0020 0040 0040 0040 0040 0040 0040 0020 0020 0040 0020 0020 0040 0020 0CA4
Device Code: 21 Function: 26
0000 0073 0000 0009 0020 0020 0020 0020 0020 0020 0040 0040 0040 0040 0040 0040 0020 0020 0040 0040 0040 0CC5
Device Code: 21 Function: 27
0000 0073 0000 000A 0020 0020 0020 0020 0020 0020 0040 0040 0040 0040 0040 0040 0020 0020 0040 0040 0020 0020 0020 0CA4
Device Code: 21 Function: 28
0000 0073 0000 000A 0020 0020 0020 0020 0020 0020 0040 0040 0040 0040 0040 0040 0020 0020 0020 0020 0040 0020 0020 0CC5
Device Code: 21 Function: 29
0000 0073 0000 000A 0020 0020 0020 0020 0020 0020 0040 0040 0040 0040 0040 0040 0020 0020 0020 0020 0040 0040 0020 0CA4
Device Code: 21 Function: 30
0000 0073 0000 000A 0020 0020 0020 0020 0020 0020 0040 0040 0040 0040 0040 0040 0020 0020 0020 0020 0020 0020 0040 0CC5
Device Code: 21 Function: 31
0000 0073 0000 000B 0020 0020 0020 0020 0020 0020 0040 0040 0040 0040 0040 0040 0020 0020 0020 0020 0020 0020 0020 0020 0020 0CA4
Device Code: 21 Function: 32
0000 0073 0000 000B 0020 0020 0020 0020 0020 0020 0040 0040 0040 0040 0020 0020 0040 0020 0020 0020 0020 0020 0020 0020 0020 0CC5
Device Code: 21 Function: 33
0000 0073 0000 000B 0020 0020 0020 0020 0020 0020 0040 0040 0040 0040 0020 0020 0040 0020 0020 0020 0020 0020 0020 0040 0020 0CA4
Device Code: 21 Function: 34
0000 0073 0000 000A 0020 0020 0020 0020 0020 0020 0040 0040 0040 0040 0020 0020 0040 0020 0020 0020 0020 0040 0040 0CC5
Device Code: 21 Function: 35
0000 0073 0000 000B 0020 0020 0020 0020 0020 0020 0040 0040 0040 0040 0020 0020 0040 0020 0020 0020 0020 0040 0020 0020 0020 0CA4
Device Code: 21 Function: 36
0000 0073 0000 000A 0020 0020 0020 0020 0020 0020 0040 0040 0040 0040 0020 0020 0040 0020 0020 0040 0040 0020 0020 0CC5
Device Code: 21 Function: 37
0000 0073 0000 000A 0020 0020 0020 0020 0020 0020 0040 0040 0040 0040 0020 0020 0040 0020 0020 0040 0040 0040 0020 0CA4
Device Code: 21 Function: 38
0000 0073 0000 000A 0020 0020 0020 0020 0020 0020 0040 0040 0040 0040 0020 0020 0040 0020 0020 0040 0020 0020 0040 0CC5
Device Code: 21 Function: 39
0000 0073 0000 000B 0020 0020 0020 0020 0020 0020 0040 0040 0040 0040 0020 0020 0040 0020 0020 0040 0020 0020 0020 0020 0020 0CA4
Device Code: 21 Function: 40
0000 0073 0000 000A 0020 0020 0020 0020 0020 0020 0040 0040 0040 0040 0020 0020 0040 0040 0040 0020 0020 0020 0020 0CC5
Device Code: 21 Function: 41
0000 0073 0000 000A 0020 0020 0020 0020 0020 0020 0040 0040 0040 0040 0020 0020 0040 0040 0040 0020 0020 0040 0020 0CA4
Device Code: 21 Function: 42
0000 0073 0000 0009 0020 0020 0020 0020 0020 0020 0040 0040 0040 0040 0020 0020 0040 0040 0040 0040 0040 0CC5
Device Code: 21 Function: 43
0000 0073 0000 000A 0020 0020 0020 0020 0020 0020 0040 0040 0040 0040 0020 0020 0040 0040 0040 0040 0020 0020 0020 0CA4
Device Code: 21 Function: 44
0000 0073 0000 000A 0020 0020 0020 0020 0020 0020 0040 0040 0040 0040 0020 0020 0040 0040 0020 0020 0040 0020 0020 0CC5
Device Code: 21 Function: 45
0000 0073 0000 000A 0020 0020 0020 0020 0020 0020 0040 0040 0040 0040 0020 0020 0040 0040 0020 0020 0040 0040 0020 0CA4
Device Code: 21 Function: 46
0000 0073 0000 000A 0020 0020 0020 0020 0020 0020 0040 0040 0040 0040 0020 0020 0040 0040 0020 0020 0020 0020 0040 0CC5
Device Code: 21 Function: 47
0000 0073 0000 000B 0020 0020 0020 0020 0020 0020 0040 0040 0040 0040 0020 0020 0040 0040 0020 0020 0020 0020 0020 0020 0020 0CA4
Device Code: 21 Function: 48
0000 0073 0000 000B 0020 0020 0020 0020 0020 0020 0040 0040 0040 0040 0020 0020 0020 0020 0040 0020 0020 0020 0020 0020 0020 0CC5
Device Code: 21 Function: 49
0000 0073 0000 000B 0020 0020 0020 0020 0020 0020 0040 0040 0040 0040 0020 0020 0020 0020 0040 0020 0020 0020 0020 0040 0020 0CA4
Device Code: 21 Function: 50
0000 0073 0000 000A 0020 0020 0020 0020 0020 0020 0040 0040 0040 0040 0020 0020 0020 0020 0040 0020 0020 0040 0040 0CC5
Device Code: 21 Function: 51
0000 0073 0000 000B 0020 0020 0020 0020 0020 0020 0040 0040 0040 0040 0020 0020 0020 0020 0040 0020 0020 0040 0020 0020 0020 0CA4
Device Code: 21 Function: 52
0000 0073 0000 000A 0020 0020 0020 0020 0020 0020 0040 0040 0040 0040 0020 0020 0020 0020 0040 0040 0040 0020 0020 0CC5
Device Code: 21 Function: 53
0000 0073 0000 000A 0020 0020 0020 0020 0020 0020 0040 0040 0040 0040 0020 0020 0020 0020 0040 0040 0040 0040 0020 0CA4
Device Code: 21 Function: 54
0000 0073 0000 000A 0020 0020 0020 0020 0020 0020 0040 0040 0040 0040 0020 0020 0020 0020 0040 0040 0020 0020 0040 0CC5
Device Code: 21 Function: 55
0000 0073 0000 000B 0020 0020 0020 0020 0020 0020 0040 0040 0040 0040 0020 0020 0020 0020 0040 0040 0020 0020 0020 0020 0020 0CA4
Device Code: 21 Function: 56
0000 0073 0000 000B 0020 0020 0020 0020 0020 0020 0040 0040 0040 0040 0020 0020 0020 0020 0020 0020 0040 0020 0020 0020 0020 0CC5
Device Code: 21 Function: 57
0000 0073 0000 000B 0020 0020 0020 0020 0020 0020 0040 0040 0040 0040 0020 0020 0020 0020 0020 0020 0040 0020 0020 0040 0020 0CA4
Device Code: 21 Function: 58
0000 0073 0000 000A 0020 0020 0020 0020 0020 0020 0040 0040 0040 0040 0020 0020 0020 0020 0020 0020 0040 0040 0040 0CC5
Device Code: 21 Function: 59
0000 0073 0000 000B 0020 0020 0020 0020 0020 0020 0040 0040 0040 0040 0020 0020 0020 0020 0020 0020 0040 0040 0020 0020 0020 0CA4
Device Code: 21 Function: 60
0000 0073 0000 000B 0020 0020 0020 0020 0020 0020 0040 0040 0040 0040 0020 0020 0020 0020 0020 0020 0020 0020 0040 0020 0020 0CC5
Device Code: 21 Function: 61
0000 0073 0000 000B 0020 0020 0020 0020 0020 0020 0040 0040 0040 0040 0020 0020 0020 0020 0020 0020 0020 0020 0040 0040 0020 0CA4
Device Code: 21 Function: 62
0000 0073 0000 000B 0020 0020 0020 0020 0020 0020 0040 0040 0040 0040 0020 0020 0020 0020 0020 0020 0020 0020 0020 0020 0040 0CC5
Device Code: 21 Function: 63
0000 0073 0000 000C 0020 0020 0020 0020 0020 0020 0040 0040 0040 0040 0020 0020 0020 0020 0020 0020 0020 0020 0020 0020 0020 0020 0020 0CA4
Device Code: 21 Function: 64
0000 0073 0000 000A 0040 0040 0020 0020 0040 0040 0040 0040 0040 0020 0020 0020 0020 0020 0020 0020 0020 0020 0020 0CC5
Device Code: 21 Function: 65
0000 0073 0000 000A 0040 0040 0020 0020 0040 0040 0040 0040 0040 0020 0020 0020 0020 0020 0020 0020 0020 0040 0020 0CA4
Device Code: 21 Function: 66
0000 0073 0000 0009 0040 0040 0020 0020 0040 0040 0040 0040 0040 0020 0020 0020 0020 0020 0020 0040 0040 0CC5
Device Code: 21 Function: 67
0000 0073 0000 000A 0040 0040 0020 0020 0040 0040 0040 0040 0040 0020 0020 0020 0020 0020 0020 0040 0020 0020 0020 0CA4
Device Code: 21 Function: 68
0000 0073 0000 0009 0040 0040 0020 0020 0040 0040 0040 0040 0040 0020 0020 0020 0020 0040 0040 0020 0020 0CC5
Device Code: 21 Function: 69
0000 0073 0000 0009 0040 0040 0020 0020 0040 0040 0040 0040 0040 0020 0020 0020 0020 0040 0040 0040 0020 0CA4
Device Code: 21 Function: 70
0000 0073 0000 0009 0040 0040 0020 0020 0040 0040 0040 0040 0040 0020 0020 0020 0020 0040 0020 0020 0040 0CC5
Device Code: 21 Function: 71
0000 0073 0000 000A 0040 0040 0020 0020 0040 0040 0040 0040 0040 0020 0020 0020 0020 0040 0020 0020 0020 0020 0020 0CA4
Device Code: 21 Function: 72
0000 0073 0000 0009 0040 0040 0020 0020 0040 0040 0040 0040 0040 0020 0020 0040 0040 0020 0020 0020 0020 0CC5
Device Code: 21 Function: 73
0000 0073 0000 0009 0040 0040 0020 0020 0040 0040 0040 0040 0040 0020 0020 0040 0040 0020 0020 0040 0020 0CA4
Device Code: 21 Function: 74
0000 0073 0000 0008 0040 0040 0020 0020 0040 0040 0040 0040 0040 0020 0020 0040 0040 0040 0040 0CC5
Device Code: 21 Function: 75
0000 0073 0000 0009 0040 0040 0020 0020 0040 0040 0040 0040 0040 0020 0020 0040 0040 0040 0020 0020 0020 0CA4
Device Code: 21 Function: 76
0000 0073 0000 0009 0040 0040 0020 0020 0040 0040 0040 0040 0040 0020 0020 0040 0020 0020 0040 0020 0020 0CC5
Device Code: 21 Function: 77
0000 0073 0000 0009 0040 0040 0020 0020 0040 0040 0040 0040 0040 0020 0020 0040 0020 0020 0040 0040 0020 0CA4
Device Code: 21 Function: 78
0000 0073 0000 0009 0040 0040 0020 0020 0040 0040 0040 0040 0040 0020 0020 0040 0020 0020 0020 0020 0040 0CC5
Device Code: 21 Function: 79
0000 0073 0000 000A 0040 0040 0020 0020 0040 0040 0040 0040 0040 0020 0020 0040 0020 0020 0020 0020 0020 0020 0020 0CA4
Device Code: 21 Function: 80
0000 0073 0000 0009 0040 0040 0020 0020 0040 0040 0040 0040 0040 0040 0040 0020 0020 0020 0020 0020 0020 0CC5
Device Code: 21 Function: 81
0000 0073 0000 0009 0040 0040 0020 0020 0040 0040 0040 0040 0040 0040 0040 0020 0020 0020 0020 0040 0020 0CA4
Device Code: 21 Function: 82
0000 0073 0000 0008 0040 0040 0020 0020 0040 0040 0040 0040 0040 0040 0040 0020 0020 0040 0040 0CC5
Device Code: 21 Function: 83
0000 0073 0000 0009 0040 0040 0020 0020 0040 0040 0040 0040 0040 0040 0040 0020 0020 0040 0020 0020 0020 0CA4
Device Code: 21 Function: 84
0000 0073 0000 0008 0040 0040 0020 0020 0040 0040 0040 0040 0040 0040 0040 0040 0040 0020 0020 0CC5
Device Code: 21 Function: 85
0000 0073 0000 0008 0040 0040 0020 0020 0040 0040 0040 0040 0040 0040 0040 0040 0040 0040 0020 0CA4
Device Code: 21 Function: 86
0000 0073 0000 0008 0040 0040 0020 0020 0040 0040 0040 0040 0040 0040 0040 0040 0020 0020 0040 0CC5
Device Code: 21 Function: 87
0000 0073 0000 0009 0040 0040 0020 0020 0040 0040 0040 0040 0040 0040 0040 0040 0020 0020 0020 0020 0020 0CA4
Device Code: 21 Function: 88
0000 0073 0000 0009 0040 0040 0020 0020 0040 0040 0040 0040 0040 0040 0020 0020 0040 0020 0020 0020 0020 0CC5
Device Code: 21 Function: 89
0000 0073 0000 0009 0040 0040 0020 0020 0040 0040 0040 0040 0040 0040 0020 0020 0040 0020 0020 0040 0020 0CA4
Device Code: 21 Function: 90
0000 0073 0000 0008 0040 0040 0020 0020 0040 0040 0040 0040 0040 0040 0020 0020 0040 0040 0040 0CC5
Device Code: 21 Function: 91
0000 0073 0000 0009 0040 0040 0020 0020 0040 0040 0040 0040 0040 0040 0020 0020 0040 0040 0020 0020 0020 0CA4
Device Code: 21 Function: 92
0000 0073 0000 0009 0040 0040 0020 0020 0040 0040 0040 0040 0040 0040 0020 0020 0020 0020 0040 0020 0020 0CC5
Device Code: 21 Function: 93
0000 0073 0000 0009 0040 0040 0020 0020 0040 0040 0040 0040 0040 0040 0020 0020 0020 0020 0040 0040 0020 0CA4
Device Code: 21 Function: 94
0000 0073 0000 0009 0040 0040 0020 0020 0040 0040 0040 0040 0040 0040 0020 0020 0020 0020 0020 0020 0040 0CC5
Device Code: 21 Function: 95
0000 0073 0000 000A 0040 0040 0020 0020 0040 0040 0040 0040 0040 0040 0020 0020 0020 0020 0020 0020 0020 0020 0020 0CA4
Device Code: 21 Function: 96
0000 0073 0000 000A 0040 0040 0020 0020 0040 0040 0040 0040 0020 0020 0040 0020 0020 0020 0020 0020 0020 0020 0020 0CC5
Device Code: 21 Function: 97
0000 0073 0000 000A 0040 0040 0020 0020 0040 0040 0040 0040 0020 0020 0040 0020 0020 0020 0020 0020 0020 0040 0020 0CA4
Device Code: 21 Function: 98
0000 0073 0000 0009 0040 0040 0020 0020 0040 0040 0040 0040 0020 0020 0040 0020 0020 0020 0020 0040 0040 0CC5
Device Code: 21 Function: 99
0000 0073 0000 000A 0040 0040 0020 0020 0040 0040 0040 0040 0020 0020 0040 0020 0020 0020 0020 0040 0020 0020 0020 0CA4
Device Code: 21 Function: 100
0000 0073 0000 0009 0040 0040 0020 0020 0040 0040 0040 0040 0020 0020 0040 0020 0020 0040 0040 0020 0020 0CC5
Device Code: 21 Function: 101
0000 0073 0000 0009 0040 0040 0020 0020 0040 0040 0040 0040 0020 0020 0040 0020 0020 0040 0040 0040 0020 0CA4
Device Code: 21 Function: 102
0000 0073 0000 0009 0040 0040 0020 0020 0040 0040 0040 0040 0020 0020 0040 0020 0020 0040 0020 0020 0040 0CC5
Device Code: 21 Function: 103
0000 0073 0000 000A 0040 0040 0020 0020 0040 0040 0040 0040 0020 0020 0040 0020 0020 0040 0020 0020 0020 0020 0020 0CA4
Device Code: 21 Function: 104
0000 0073 0000 0009 0040 0040 0020 0020 0040 0040 0040 0040 0020 0020 0040 0040 0040 0020 0020 0020 0020 0CC5
Device Code: 21 Function: 105
0000 0073 0000 0009 0040 0040 0020 0020 0040 0040 0040 0040 0020 0020 0040 0040 0040 0020 0020 0040 0020 0CA4
Device Code: 21 Function: 106
0000 0073 0000 0008 0040 0040 0020 0020 0040 0040 0040 0040 0020 0020 0040 0040 0040 0040 0040 0CC5
Device Code: 21 Function: 107
0000 0073 0000 0009 0040 0040 0020 0020 0040 0040 0040 0040 0020 0020 0040 0040 0040 0040 0020 0020 0020 0CA4
Device Code: 21 Function: 108
0000 0073 0000 0009 0040 0040 0020 0020 0040 0040 0040 0040 0020 0020 0040 0040 0020 0020 0040 0020 0020 0CC5
Device Code: 21 Function: 109
0000 0073 0000 0009 0040 0040 0020 0020 0040 0040 0040 0040 0020 0020 0040 0040 0020 0020 0040 0040 0020 0CA4
Device Code: 21 Function: 110
0000 0073 0000 0009 0040 0040 0020 0020 0040 0040 0040 0040 0020 0020 0040 0040 0020 0020 0020 0020 0040 0CC5
Device Code: 21 Function: 111
0000 0073 0000 000A 0040 0040 0020 0020 0040 0040 0040 0040 0020 0020 0040 0040 0020 0020 0020 0020 0020 0020 0020 0CA4
Device Code: 21 Function: 112
0000 0073 0000 000A 0040 0040 0020 0020 0040 0040 0040 0040 0020 0020 0020 0020 0040 0020 0020 0020 0020 0020 0020 0CC5
Device Code: 21 Function: 113
0000 0073 0000 000A 0040 0040 0020 0020 0040 0040 0040 0040 0020 0020 0020 0020 0040 0020 0020 0020 0020 0040 0020 0CA4
Device Code: 21 Function: 114
0000 0073 0000 0009 0040 0040 0020 0020 0040 0040 0040 0040 0020 0020 0020 0020 0040 0020 0020 0040 0040 0CC5
Device Code: 21 Function: 115
0000 0073 0000 000A 0040 0040 0020 0020 0040 0040 0040 0040 0020 0020 0020 0020 0040 0020 0020 0040 0020 0020 0020 0CA4
Device Code: 21 Function: 116
0000 0073 0000 0009 0040 0040 0020 0020 0040 0040 0040 0040 0020 0020 0020 0020 0040 0040 0040 0020 0020 0CC5
Device Code: 21 Function: 117
0000 0073 0000 0009 0040 0040 0020 0020 0040 0040 0040 0040 0020 0020 0020 0020 0040 0040 0040 0040 0020 0CA4
Device Code: 21 Function: 118
0000 0073 0000 0009 0040 0040 0020 0020 0040 0040 0040 0040 0020 0020 0020 0020 0040 0040 0020 0020 0040 0CC5
Device Code: 21 Function: 119
0000 0073 0000 000A 0040 0040 0020 0020 0040 0040 0040 0040 0020 0020 0020 0020 0040 0040 0020 0020 0020 0020 0020 0CA4
Device Code: 21 Function: 120
0000 0073 0000 000A 0040 0040 0020 0020 0040 0040 0040 0040 0020 0020 0020 0020 0020 0020 0040 0020 0020 0020 0020 0CC5
Device Code: 21 Function: 121
0000 0073 0000 000A 0040 0040 0020 0020 0040 0040 0040 0040 0020 0020 0020 0020 0020 0020 0040 0020 0020 0040 0020 0CA4
Device Code: 21 Function: 122
0000 0073 0000 0009 0040 0040 0020 0020 0040 0040 0040 0040 0020 0020 0020 0020 0020 0020 0040 0040 0040 0CC5
Device Code: 21 Function: 123
0000 0073 0000 000A 0040 0040 0020 0020 0040 0040 0040 0040 0020 0020 0020 0020 0020 0020 0040 0040 0020 0020 0020 0CA4
Device Code: 21 Function: 124
0000 0073 0000 000A 0040 0040 0020 0020 0040 0040 0040 0040 0020 0020 0020 0020 0020 0020 0020 0020 0040 0020 0020 0CC5
Device Code: 21 Function: 125
0000 0073 0000 000A 0040 0040 0020 0020 0040 0040 0040 0040 0020 0020 0020 0020 0020 0020 0020 0020 0040 0040 0020 0CA4
Device Code: 21 Function: 126
0000 0073 0000 000A 0040 0040 0020 0020 0040 0040 0040 0040 0020 0020 0020 0020 0020 0020 0020 0020 0020 0020 0040 0CC5
Device Code: 21 Function: 127
0000 0073 0000 000B 0040 0040 0020 0020 0040 0040 0040 0040 0020 0020 0020 0020 0020 0020 0020 0020 0020 0020 0020 0020 0020 0CA4
Post 10 made on Sunday March 20, 2011 at 06:29
Jasonvp
Select Member
Joined:
Posts:
July 2008
2,404
You could try combining both T=0 and T=1 together but I don't think it will work. It will just send e.g DIGIT1 twice.

DIGIT1  (T=0+T=1) A
0000 0073 000B 000A 0020 0020 0040 0040 0040 0040 0040 0040 0040 0020 0020 0020 0020 0020 0020 0020 0020 0040 0020 0CA4 0020 0020 0020 0020 0020 0020 0040 0040 0040 0040 0040 0020 0020 0020 0020 0020 0020 0020 0020 0040 0020 0CA4

DIGIT1  (T=0+T=1) B
0000 0073 0000 0015 0020 0020 0040 0040 0040 0040 0040 0040 0040 0020 0020 0020 0020 0020 0020 0020 0020 0040 0020 0CA4 0020 0020 0020 0020 0020 0020 0040 0040 0040 0040 0040 0020 0020 0020 0020 0020 0020 0020 0020 0040 0020 0CA4

DIGIT1  (T=0+T=1) C
0000 0073 0015 0000 0020 0020 0040 0040 0040 0040 0040 0040 0040 0020 0020 0020 0020 0020 0020 0020 0020 0040 0020 0CA4 0020 0020 0020 0020 0020 0020 0040 0040 0040 0040 0040 0020 0020 0020 0020 0020 0020 0020 0020 0040 0020 0CA4
OP | Post 11 made on Sunday March 20, 2011 at 13:48
frenchaxim
Long Time Member
Joined:
Posts:
August 2003
64
Jason

Thank you so much for giving me the full list, I did not dare asking.
Yes I was opening it with notepad, but for some reason it was giving me the device number 15, no matter what I did!
Anyway I have your list now.
Combining T=0 and T=1 in the same code does not work.
I have found the non event code, as there is an "enter" command. It seems to be easier to create every command followed in a macro by the "enter" command (with T=1)
All now works fine, except for repeat on hold on volume up or down. So far I have to do it manually, not great but I have not find any solution yet.

Thanks again, Jason
Post 12 made on Sunday March 20, 2011 at 18:42
Jasonvp
Select Member
Joined:
Posts:
July 2008
2,404
Are you setting the !Output to 'Hex' instead of 'Decimal' or 'Both'?

This is what you get when sent to Hex,

Device Code: 15 Function: 00
0000 0073 0000 000A 0020 0020 0040 0040 0040 0040 0040 0040 0040 0020 0020 0020 0020 0020 0020 0020 0020 0020 0020 0CC5

15 in hex is 21 in decimal. When the !Output file is set 'Hex' the Device Code and Function no. are in hex instead of decimal but still give the same Pronto Hex String (code).

When you enter the Device no. (Main a) and or the Sub Device (Sub b) these are always in decimal. IRTools DecodeIR results are show in decimal. 'OBC' is the Function no. in decimal.

Last edited by Jasonvp on March 20, 2011 18:51.
OP | Post 13 made on Sunday April 3, 2011 at 11:02
frenchaxim
Long Time Member
Joined:
Posts:
August 2003
64
Jason

Thank you very much.
With your help I was finally able to solve my problem using your codes and a zero event code after each command. A bit cumbersome to set up, but works flawlessly!

Thanks


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