Your Universal Remote Control Center
RemoteCentral.com
RTI Control Systems 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 1 of 3
Topic:
Extron hex code help
This thread has 33 replies. Displaying posts 1 through 15.
Post 1 made on Monday November 2, 2009 at 08:54
edwards81
Long Time Member
Joined:
Posts:
June 2008
25
I have the hex codes and signal timing page from Extrons website.I need to get hex codes for a system 5 ir remote. I am confused on the inverse code. I need to make a hex code string for the following buttons. button # 1 hex code 00 on button
button # 2 hex code 01 off button
button # 3 hex code 02 mute button
button # 6 hex code 05 volume up
button # 7 hex code 06 volume down
button # 10 hex code 09 input 1
button # 11 hex code 0A input 2
button # 12 hex code 0B input 3
button # 13 hex code 0C input 4
button #14 hex code 0D input 5
byte 1 00 byte 2 FF byte 3 is hex code byte 3 inverse code
Post 2 made on Monday November 2, 2009 at 09:37
estech
Active Member
Joined:
Posts:
August 2002
584
I don't know about the Extron specifically, but whenever I've run into inverse hex values before, they were the value subtracted from FF.

Button 1: FF - 00 = FF, command: 00 FF 00 FF
Button 14: FF - 0D = F2, command: 00 FF 0D F2

Hope this is helpful.
Pay no attention to that man behind the curtain.
Post 3 made on Monday November 2, 2009 at 13:13
RTI Installer
Super Member
Joined:
Posts:
March 2002
3,320
I thought that extron for the most part was simple 4 character commands? This is source change on an extron switcher -> 6*1! This is a volume up 1*1G This is a mute-> 1*1Z and so forth
Never Ignore the Obvious -- H. David Gray
OP | Post 4 made on Monday November 2, 2009 at 14:41
edwards81
Long Time Member
Joined:
Posts:
June 2008
25
This is where im confused. The Extron example code is the following 00 FF 0E F1
The 0E is the hex code F1 inverse code. It looks as inverse code is flipped... the 0 as the first command is now the second command in the code and the letter is now the 1st command . Its looks as 0 goes to 1 and E goes to F. So is the button 1 hex 00 inverse would be 11 ? When I type that hex code in RTI program it come back as token missing.
Post 5 made on Tuesday November 3, 2009 at 00:55
RTI Installer
Super Member
Joined:
Posts:
March 2002
3,320
On November 2, 2009 at 14:41, edwards81 said...
This is where im confused. The Extron example code is the following 00 FF 0E F1
The 0E is the hex code F1 inverse code. It looks as inverse code is flipped... the 0 as the first command is now the second command in the code and the letter is now the 1st command . Its looks as 0 goes to 1 and E goes to F. So is the button 1 hex 00 inverse would be 11 ? When I type that hex code in RTI program it come back as token missing.

Try using * as your second digit?
 
Its been years since I delt with Extron, did you call them and ask for a complete example to get you started? Thats what I did.
Never Ignore the Obvious -- H. David Gray
Post 6 made on Tuesday November 3, 2009 at 00:59
estech
Active Member
Joined:
Posts:
August 2002
584
Your example is exactly as I explained above.

FF - 0E = F1

If you're using windows, set the calculator to scientific view, and select hex, then just do the math.
Pay no attention to that man behind the curtain.
Post 7 made on Tuesday November 3, 2009 at 01:14
RTI Installer
Super Member
Joined:
Posts:
March 2002
3,320
Ya know what forget what I said, you are taking IR I am talking RS232 sorry try the following thread it might help [Link: remotecentral.com] Next time I will actually read the post first

Taken from the link above : "So for example, your Input1 is:
900A 006D 0000 0001 00FF 09F6 "

And this is the full hex equivalent of above
0000 0073 0013 0000 0020 0020 0040 0020 0020 0020 0020 0020 0020 0020 0020 0020 0020 00A0 0020 0020 0020 0020 0020 0020 0020 0020 0020 0020 0020 0020 0020 0020 0020 0020 0020 0020 0020 0020 0020 0020 0020 09B7

Last edited by RTI Installer on November 3, 2009 01:22.
Never Ignore the Obvious -- H. David Gray
OP | Post 8 made on Tuesday November 3, 2009 at 05:26
edwards81
Long Time Member
Joined:
Posts:
June 2008
25
Thank you for all the help !!!! I think I got it but one more question.....
hex what i got
input 1 09 00FF 09 F6
input 2 0a 00FF 09 F5
input 3 0b 00FF 09 F4 ect....

How do I compute the rest of the string ? It said earlier post input 1 hex 900a 006d 0000 0001 00ff 09f6 Where does the 900a 006d 0000 0001 come from ? Or can I just use the 900a 006d 0000 0001 then my codes on all inputs and buttons that I need to control.

Last edited by edwards81 on November 3, 2009 07:24.
Post 9 made on Friday November 6, 2009 at 18:02
johnsfine
IR Expert
Joined:
Posts:
September 2002
5,159
I was just pulled into this thread by a private message that did not say what protocol the signals were. I guessed NEC1, which is confirmed by this post
[Link: remotecentral.com]

So if the Universal remote you wanted to program were a Pronto, you could use the short form of Pronto Hex RTI Installer quoted from that thread

900A 006D 0000 0001 00FF 09F6

But, I'm pretty sure RTI does not understand that form. You need the long form of Pronto Hex.

On November 3, 2009 at 01:14, RTI Installer said...
And this is the full hex equivalent of above
0000 0073 0013 0000 0020 0020 0040 0020 0020 0020 0020 0020 0020 0020 0020 0020 0020 00A0 0020 0020 0020 0020 0020 0020 0020 0020 0020 0020 0020 0020 0020 0020 0020 0020 0020 0020 0020 0020 0020 0020 0020 09B7

But where did you get that from? That is long form Pronto Hex of a completely unrelated signal.

I thought my answer in the private message was enough. It was:

Get the makehex program
Edit nec1.irp to have Device=0
Drag/drop nec1.irp onto makehex.exe creating nec1.hex
Edit nec1.hex to copy out long Pronto Hex for the functions you want:

The third part of each hex string you quoted is the function number:
0 = ON
1 = OFF
..
9 = Input 1
10 = Input 2
..
13 = Input 5

You can get makehex from [Link: hifi-remote.com]
There is a Readme file, which will confirm the instructions I just gave.

The second private message doesn't really tell me what about those instructions wasn't enough.

I don't normally read this sub forum of RC. If you want further help from me here, a private message or email giving me the URL of the thread is best. Asking the actual question by private message or email is never as good as sending the URL of a public question.
Post 10 made on Thursday November 12, 2009 at 22:53
ossound
Lurking Member
Joined:
Posts:
November 2009
1
Hello, I am new to this forum and have been reading over all the information here for the past few day. My delima also involves extron equipment. They have a published IR-signal hex-code booklet on their website and I am trying to interpret the information so i can get the codes added to my harmony remote account. I have a Harmony H1100 and I am trying to use it with my Extron MLC226 wall panel, this panel responds to the IR402 remote control. The commands for the IR402 remote are in this pdf: [Link: media.extron.com] . I have the Pronto Hex converter/generator program but am alittle confused when it comes to using it. I apologize for being relatively unfamiliar with all the technologies involved. but i was looking for some reassurance that I am on the right path in getting to a format that harmony can add to my account.
Post 11 made on Friday November 13, 2009 at 00:59
RTI Installer
Super Member
Joined:
Posts:
March 2002
3,320
On November 6, 2009 at 18:02, johnsfine said...
I was just pulled into this thread by a private message that
But, I'm pretty sure RTI does not understand that form. You need the long form of Pronto Hex.

But where did you get that from? That is long form Pronto Hex of a completely unrelated signal.

I got the hex from the RC5 To Hex conversion utility, I use it all the time, works great for me. RTi does understand the long pronto code, That's where I got half the mega list from, I simply converted Pronto RC5 to the long hex
Never Ignore the Obvious -- H. David Gray
Post 12 made on Friday November 13, 2009 at 02:34
scottedge267
Advanced Member
Joined:
Posts:
February 2003
790
On November 13, 2009 at 00:59, RTI Installer said...
I got the hex from the RC5 To Hex conversion utility, I use it all the time, works great for me. RTi does understand the long pronto code, That's where I got half the mega list from, I simply converted Pronto RC5 to the long hex

could you upload that to the files section? I couldn't find it there and the links on this website go to an old geocites website.
Post 13 made on Friday November 13, 2009 at 04:24
makitamark
Advanced Member
Joined:
Posts:
April 2004
984
On November 13, 2009 at 00:59, RTI Installer said...
I got the hex from the RC5 To Hex conversion utility, I use it all the time, works great for me. RTi does understand the long pronto code, That's where I got half the mega list from, I simply converted Pronto RC5 to the long hex

Yes but the protocol is not RC5, it's NEC.
Post 14 made on Friday November 13, 2009 at 05:52
Jasonvp
Select Member
Joined:
Posts:
July 2008
2,404
Here are all the Hex Codes.

Just match the Function Hex Code in Brackets to the Button Hex Code.

E.G.
Button 15 Hex Code 0E

Will be,

Device Code: 0 (0x00) Function: 14 (0x0E)
0000 006D 0022 0002 0157 00AC 0015 0016 0015 0016 0015 0016 0015 0016 0015 0016 0015 0016 0015 0016 0015 0016 0015 0041 0015 0041 0015 0041 0015 0041 0015 0041 0015 0041 0015 0041 0015 0041 0015 0016 0015 0041 0015 0041 0015 0041 0015 0016 0015 0016 0015 0016 0015 0016 0015 0041 0015 0016 0015 0016 0015 0016 0015 0041 0015 0041 0015 0041 0015 0041 0015 0689 0157 0056 0015 0E94


All Hex Codes


Device Code: 0 (0x00) Function: 0 (0x00)
0000 006D 0022 0002 0157 00AC 0015 0016 0015 0016 0015 0016 0015 0016 0015 0016 0015 0016 0015 0016 0015 0016 0015 0041 0015 0041 0015 0041 0015 0041 0015 0041 0015 0041 0015 0041 0015 0041 0015 0016 0015 0016 0015 0016 0015 0016 0015 0016 0015 0016 0015 0016 0015 0016 0015 0041 0015 0041 0015 0041 0015 0041 0015 0041 0015 0041 0015 0041 0015 0041 0015 0689 0157 0056 0015 0E94
Device Code: 0 (0x00) Function: 1 (0x01)
0000 006D 0022 0002 0157 00AC 0015 0016 0015 0016 0015 0016 0015 0016 0015 0016 0015 0016 0015 0016 0015 0016 0015 0041 0015 0041 0015 0041 0015 0041 0015 0041 0015 0041 0015 0041 0015 0041 0015 0041 0015 0016 0015 0016 0015 0016 0015 0016 0015 0016 0015 0016 0015 0016 0015 0016 0015 0041 0015 0041 0015 0041 0015 0041 0015 0041 0015 0041 0015 0041 0015 0689 0157 0056 0015 0E94
Device Code: 0 (0x00) Function: 2 (0x02)
0000 006D 0022 0002 0157 00AC 0015 0016 0015 0016 0015 0016 0015 0016 0015 0016 0015 0016 0015 0016 0015 0016 0015 0041 0015 0041 0015 0041 0015 0041 0015 0041 0015 0041 0015 0041 0015 0041 0015 0016 0015 0041 0015 0016 0015 0016 0015 0016 0015 0016 0015 0016 0015 0016 0015 0041 0015 0016 0015 0041 0015 0041 0015 0041 0015 0041 0015 0041 0015 0041 0015 0689 0157 0056 0015 0E94
Device Code: 0 (0x00) Function: 3 (0x03)
0000 006D 0022 0002 0157 00AC 0015 0016 0015 0016 0015 0016 0015 0016 0015 0016 0015 0016 0015 0016 0015 0016 0015 0041 0015 0041 0015 0041 0015 0041 0015 0041 0015 0041 0015 0041 0015 0041 0015 0041 0015 0041 0015 0016 0015 0016 0015 0016 0015 0016 0015 0016 0015 0016 0015 0016 0015 0016 0015 0041 0015 0041 0015 0041 0015 0041 0015 0041 0015 0041 0015 0689 0157 0056 0015 0E94
Device Code: 0 (0x00) Function: 4 (0x04)
0000 006D 0022 0002 0157 00AC 0015 0016 0015 0016 0015 0016 0015 0016 0015 0016 0015 0016 0015 0016 0015 0016 0015 0041 0015 0041 0015 0041 0015 0041 0015 0041 0015 0041 0015 0041 0015 0041 0015 0016 0015 0016 0015 0041 0015 0016 0015 0016 0015 0016 0015 0016 0015 0016 0015 0041 0015 0041 0015 0016 0015 0041 0015 0041 0015 0041 0015 0041 0015 0041 0015 0689 0157 0056 0015 0E94
Device Code: 0 (0x00) Function: 5 (0x05)
0000 006D 0022 0002 0157 00AC 0015 0016 0015 0016 0015 0016 0015 0016 0015 0016 0015 0016 0015 0016 0015 0016 0015 0041 0015 0041 0015 0041 0015 0041 0015 0041 0015 0041 0015 0041 0015 0041 0015 0041 0015 0016 0015 0041 0015 0016 0015 0016 0015 0016 0015 0016 0015 0016 0015 0016 0015 0041 0015 0016 0015 0041 0015 0041 0015 0041 0015 0041 0015 0041 0015 0689 0157 0056 0015 0E94
Device Code: 0 (0x00) Function: 6 (0x06)
0000 006D 0022 0002 0157 00AC 0015 0016 0015 0016 0015 0016 0015 0016 0015 0016 0015 0016 0015 0016 0015 0016 0015 0041 0015 0041 0015 0041 0015 0041 0015 0041 0015 0041 0015 0041 0015 0041 0015 0016 0015 0041 0015 0041 0015 0016 0015 0016 0015 0016 0015 0016 0015 0016 0015 0041 0015 0016 0015 0016 0015 0041 0015 0041 0015 0041 0015 0041 0015 0041 0015 0689 0157 0056 0015 0E94
Device Code: 0 (0x00) Function: 7 (0x07)
0000 006D 0022 0002 0157 00AC 0015 0016 0015 0016 0015 0016 0015 0016 0015 0016 0015 0016 0015 0016 0015 0016 0015 0041 0015 0041 0015 0041 0015 0041 0015 0041 0015 0041 0015 0041 0015 0041 0015 0041 0015 0041 0015 0041 0015 0016 0015 0016 0015 0016 0015 0016 0015 0016 0015 0016 0015 0016 0015 0016 0015 0041 0015 0041 0015 0041 0015 0041 0015 0041 0015 0689 0157 0056 0015 0E94
Device Code: 0 (0x00) Function: 8 (0x08)
0000 006D 0022 0002 0157 00AC 0015 0016 0015 0016 0015 0016 0015 0016 0015 0016 0015 0016 0015 0016 0015 0016 0015 0041 0015 0041 0015 0041 0015 0041 0015 0041 0015 0041 0015 0041 0015 0041 0015 0016 0015 0016 0015 0016 0015 0041 0015 0016 0015 0016 0015 0016 0015 0016 0015 0041 0015 0041 0015 0041 0015 0016 0015 0041 0015 0041 0015 0041 0015 0041 0015 0689 0157 0056 0015 0E94
Device Code: 0 (0x00) Function: 9 (0x09)
0000 006D 0022 0002 0157 00AC 0015 0016 0015 0016 0015 0016 0015 0016 0015 0016 0015 0016 0015 0016 0015 0016 0015 0041 0015 0041 0015 0041 0015 0041 0015 0041 0015 0041 0015 0041 0015 0041 0015 0041 0015 0016 0015 0016 0015 0041 0015 0016 0015 0016 0015 0016 0015 0016 0015 0016 0015 0041 0015 0041 0015 0016 0015 0041 0015 0041 0015 0041 0015 0041 0015 0689 0157 0056 0015 0E94
Device Code: 0 (0x00) Function: 10 (0x0A)
0000 006D 0022 0002 0157 00AC 0015 0016 0015 0016 0015 0016 0015 0016 0015 0016 0015 0016 0015 0016 0015 0016 0015 0041 0015 0041 0015 0041 0015 0041 0015 0041 0015 0041 0015 0041 0015 0041 0015 0016 0015 0041 0015 0016 0015 0041 0015 0016 0015 0016 0015 0016 0015 0016 0015 0041 0015 0016 0015 0041 0015 0016 0015 0041 0015 0041 0015 0041 0015 0041 0015 0689 0157 0056 0015 0E94
Device Code: 0 (0x00) Function: 11 (0x0B)
0000 006D 0022 0002 0157 00AC 0015 0016 0015 0016 0015 0016 0015 0016 0015 0016 0015 0016 0015 0016 0015 0016 0015 0041 0015 0041 0015 0041 0015 0041 0015 0041 0015 0041 0015 0041 0015 0041 0015 0041 0015 0041 0015 0016 0015 0041 0015 0016 0015 0016 0015 0016 0015 0016 0015 0016 0015 0016 0015 0041 0015 0016 0015 0041 0015 0041 0015 0041 0015 0041 0015 0689 0157 0056 0015 0E94
Device Code: 0 (0x00) Function: 12 (0x0C)
0000 006D 0022 0002 0157 00AC 0015 0016 0015 0016 0015 0016 0015 0016 0015 0016 0015 0016 0015 0016 0015 0016 0015 0041 0015 0041 0015 0041 0015 0041 0015 0041 0015 0041 0015 0041 0015 0041 0015 0016 0015 0016 0015 0041 0015 0041 0015 0016 0015 0016 0015 0016 0015 0016 0015 0041 0015 0041 0015 0016 0015 0016 0015 0041 0015 0041 0015 0041 0015 0041 0015 0689 0157 0056 0015 0E94
Device Code: 0 (0x00) Function: 13 (0x0D)
0000 006D 0022 0002 0157 00AC 0015 0016 0015 0016 0015 0016 0015 0016 0015 0016 0015 0016 0015 0016 0015 0016 0015 0041 0015 0041 0015 0041 0015 0041 0015 0041 0015 0041 0015 0041 0015 0041 0015 0041 0015 0016 0015 0041 0015 0041 0015 0016 0015 0016 0015 0016 0015 0016 0015 0016 0015 0041 0015 0016 0015 0016 0015 0041 0015 0041 0015 0041 0015 0041 0015 0689 0157 0056 0015 0E94
Device Code: 0 (0x00) Function: 14 (0x0E)
0000 006D 0022 0002 0157 00AC 0015 0016 0015 0016 0015 0016 0015 0016 0015 0016 0015 0016 0015 0016 0015 0016 0015 0041 0015 0041 0015 0041 0015 0041 0015 0041 0015 0041 0015 0041 0015 0041 0015 0016 0015 0041 0015 0041 0015 0041 0015 0016 0015 0016 0015 0016 0015 0016 0015 0041 0015 0016 0015 0016 0015 0016 0015 0041 0015 0041 0015 0041 0015 0041 0015 0689 0157 0056 0015 0E94
Device Code: 0 (0x00) Function: 15 (0x0F)
0000 006D 0022 0002 0157 00AC 0015 0016 0015 0016 0015 0016 0015 0016 0015 0016 0015 0016 0015 0016 0015 0016 0015 0041 0015 0041 0015 0041 0015 0041 0015 0041 0015 0041 0015 0041 0015 0041 0015 0041 0015 0041 0015 0041 0015 0041 0015 0016 0015 0016 0015 0016 0015 0016 0015 0016 0015 0016 0015 0016 0015 0016 0015 0041 0015 0041 0015 0041 0015 0041 0015 0689 0157 0056 0015 0E94
Device Code: 0 (0x00) Function: 16 (0x10)
0000 006D 0022 0002 0157 00AC 0015 0016 0015 0016 0015 0016 0015 0016 0015 0016 0015 0016 0015 0016 0015 0016 0015 0041 0015 0041 0015 0041 0015 0041 0015 0041 0015 0041 0015 0041 0015 0041 0015 0016 0015 0016 0015 0016 0015 0016 0015 0041 0015 0016 0015 0016 0015 0016 0015 0041 0015 0041 0015 0041 0015 0041 0015 0016 0015 0041 0015 0041 0015 0041 0015 0689 0157 0056 0015 0E94
Device Code: 0 (0x00) Function: 17 (0x11)
0000 006D 0022 0002 0157 00AC 0015 0016 0015 0016 0015 0016 0015 0016 0015 0016 0015 0016 0015 0016 0015 0016 0015 0041 0015 0041 0015 0041 0015 0041 0015 0041 0015 0041 0015 0041 0015 0041 0015 0041 0015 0016 0015 0016 0015 0016 0015 0041 0015 0016 0015 0016 0015 0016 0015 0016 0015 0041 0015 0041 0015 0041 0015 0016 0015 0041 0015 0041 0015 0041 0015 0689 0157 0056 0015 0E94
Device Code: 0 (0x00) Function: 18 (0x12)
0000 006D 0022 0002 0157 00AC 0015 0016 0015 0016 0015 0016 0015 0016 0015 0016 0015 0016 0015 0016 0015 0016 0015 0041 0015 0041 0015 0041 0015 0041 0015 0041 0015 0041 0015 0041 0015 0041 0015 0016 0015 0041 0015 0016 0015 0016 0015 0041 0015 0016 0015 0016 0015 0016 0015 0041 0015 0016 0015 0041 0015 0041 0015 0016 0015 0041 0015 0041 0015 0041 0015 0689 0157 0056 0015 0E94
Device Code: 0 (0x00) Function: 19 (0x13)
0000 006D 0022 0002 0157 00AC 0015 0016 0015 0016 0015 0016 0015 0016 0015 0016 0015 0016 0015 0016 0015 0016 0015 0041 0015 0041 0015 0041 0015 0041 0015 0041 0015 0041 0015 0041 0015 0041 0015 0041 0015 0041 0015 0016 0015 0016 0015 0041 0015 0016 0015 0016 0015 0016 0015 0016 0015 0016 0015 0041 0015 0041 0015 0016 0015 0041 0015 0041 0015 0041 0015 0689 0157 0056 0015 0E94
Device Code: 0 (0x00) Function: 20 (0x14)
0000 006D 0022 0002 0157 00AC 0015 0016 0015 0016 0015 0016 0015 0016 0015 0016 0015 0016 0015 0016 0015 0016 0015 0041 0015 0041 0015 0041 0015 0041 0015 0041 0015 0041 0015 0041 0015 0041 0015 0016 0015 0016 0015 0041 0015 0016 0015 0041 0015 0016 0015 0016 0015 0016 0015 0041 0015 0041 0015 0016 0015 0041 0015 0016 0015 0041 0015 0041 0015 0041 0015 0689 0157 0056 0015 0E94
Device Code: 0 (0x00) Function: 21 (0x15)
0000 006D 0022 0002 0157 00AC 0015 0016 0015 0016 0015 0016 0015 0016 0015 0016 0015 0016 0015 0016 0015 0016 0015 0041 0015 0041 0015 0041 0015 0041 0015 0041 0015 0041 0015 0041 0015 0041 0015 0041 0015 0016 0015 0041 0015 0016 0015 0041 0015 0016 0015 0016 0015 0016 0015 0016 0015 0041 0015 0016 0015 0041 0015 0016 0015 0041 0015 0041 0015 0041 0015 0689 0157 0056 0015 0E94
Device Code: 0 (0x00) Function: 22 (0x16)
0000 006D 0022 0002 0157 00AC 0015 0016 0015 0016 0015 0016 0015 0016 0015 0016 0015 0016 0015 0016 0015 0016 0015 0041 0015 0041 0015 0041 0015 0041 0015 0041 0015 0041 0015 0041 0015 0041 0015 0016 0015 0041 0015 0041 0015 0016 0015 0041 0015 0016 0015 0016 0015 0016 0015 0041 0015 0016 0015 0016 0015 0041 0015 0016 0015 0041 0015 0041 0015 0041 0015 0689 0157 0056 0015 0E94
Device Code: 0 (0x00) Function: 23 (0x17)
0000 006D 0022 0002 0157 00AC 0015 0016 0015 0016 0015 0016 0015 0016 0015 0016 0015 0016 0015 0016 0015 0016 0015 0041 0015 0041 0015 0041 0015 0041 0015 0041 0015 0041 0015 0041 0015 0041 0015 0041 0015 0041 0015 0041 0015 0016 0015 0041 0015 0016 0015 0016 0015 0016 0015 0016 0015 0016 0015 0016 0015 0041 0015 0016 0015 0041 0015 0041 0015 0041 0015 0689 0157 0056 0015 0E94
Device Code: 0 (0x00) Function: 24 (0x18)
0000 006D 0022 0002 0157 00AC 0015 0016 0015 0016 0015 0016 0015 0016 0015 0016 0015 0016 0015 0016 0015 0016 0015 0041 0015 0041 0015 0041 0015 0041 0015 0041 0015 0041 0015 0041 0015 0041 0015 0016 0015 0016 0015 0016 0015 0041 0015 0041 0015 0016 0015 0016 0015 0016 0015 0041 0015 0041 0015 0041 0015 0016 0015 0016 0015 0041 0015 0041 0015 0041 0015 0689 0157 0056 0015 0E94
Device Code: 0 (0x00) Function: 25 (0x19)
0000 006D 0022 0002 0157 00AC 0015 0016 0015 0016 0015 0016 0015 0016 0015 0016 0015 0016 0015 0016 0015 0016 0015 0041 0015 0041 0015 0041 0015 0041 0015 0041 0015 0041 0015 0041 0015 0041 0015 0041 0015 0016 0015 0016 0015 0041 0015 0041 0015 0016 0015 0016 0015 0016 0015 0016 0015 0041 0015 0041 0015 0016 0015 0016 0015 0041 0015 0041 0015 0041 0015 0689 0157 0056 0015 0E94
Device Code: 0 (0x00) Function: 26 (0x1A)
0000 006D 0022 0002 0157 00AC 0015 0016 0015 0016 0015 0016 0015 0016 0015 0016 0015 0016 0015 0016 0015 0016 0015 0041 0015 0041 0015 0041 0015 0041 0015 0041 0015 0041 0015 0041 0015 0041 0015 0016 0015 0041 0015 0016 0015 0041 0015 0041 0015 0016 0015 0016 0015 0016 0015 0041 0015 0016 0015 0041 0015 0016 0015 0016 0015 0041 0015 0041 0015 0041 0015 0689 0157 0056 0015 0E94
Device Code: 0 (0x00) Function: 27 (0x1B)
0000 006D 0022 0002 0157 00AC 0015 0016 0015 0016 0015 0016 0015 0016 0015 0016 0015 0016 0015 0016 0015 0016 0015 0041 0015 0041 0015 0041 0015 0041 0015 0041 0015 0041 0015 0041 0015 0041 0015 0041 0015 0041 0015 0016 0015 0041 0015 0041 0015 0016 0015 0016 0015 0016 0015 0016 0015 0016 0015 0041 0015 0016 0015 0016 0015 0041 0015 0041 0015 0041 0015 0689 0157 0056 0015 0E94
Device Code: 0 (0x00) Function: 28 (0x1C)
0000 006D 0022 0002 0157 00AC 0015 0016 0015 0016 0015 0016 0015 0016 0015 0016 0015 0016 0015 0016 0015 0016 0015 0041 0015 0041 0015 0041 0015 0041 0015 0041 0015 0041 0015 0041 0015 0041 0015 0016 0015 0016 0015 0041 0015 0041 0015 0041 0015 0016 0015 0016 0015 0016 0015 0041 0015 0041 0015 0016 0015 0016 0015 0016 0015 0041 0015 0041 0015 0041 0015 0689 0157 0056 0015 0E94
Device Code: 0 (0x00) Function: 29 (0x1D)
0000 006D 0022 0002 0157 00AC 0015 0016 0015 0016 0015 0016 0015 0016 0015 0016 0015 0016 0015 0016 0015 0016 0015 0041 0015 0041 0015 0041 0015 0041 0015 0041 0015 0041 0015 0041 0015 0041 0015 0041 0015 0016 0015 0041 0015 0041 0015 0041 0015 0016 0015 0016 0015 0016 0015 0016 0015 0041 0015 0016 0015 0016 0015 0016 0015 0041 0015 0041 0015 0041 0015 0689 0157 0056 0015 0E94
Device Code: 0 (0x00) Function: 30 (0x1E)
0000 006D 0022 0002 0157 00AC 0015 0016 0015 0016 0015 0016 0015 0016 0015 0016 0015 0016 0015 0016 0015 0016 0015 0041 0015 0041 0015 0041 0015 0041 0015 0041 0015 0041 0015 0041 0015 0041 0015 0016 0015 0041 0015 0041 0015 0041 0015 0041 0015 0016 0015 0016 0015 0016 0015 0041 0015 0016 0015 0016 0015 0016 0015 0016 0015 0041 0015 0041 0015 0041 0015 0689 0157 0056 0015 0E94
Device Code: 0 (0x00) Function: 31 (0x1F)
0000 006D 0022 0002 0157 00AC 0015 0016 0015 0016 0015 0016 0015 0016 0015 0016 0015 0016 0015 0016 0015 0016 0015 0041 0015 0041 0015 0041 0015 0041 0015 0041 0015 0041 0015 0041 0015 0041 0015 0041 0015 0041 0015 0041 0015 0041 0015 0041 0015 0016 0015 0016 0015 0016 0015 0016 0015 0016 0015 0016 0015 0016 0015 0016 0015 0041 0015 0041 0015 0041 0015 0689 0157 0056 0015 0E94
Device Code: 0 (0x00) Function: 64 (0x40)
0000 006D 0022 0002 0157 00AC 0015 0016 0015 0016 0015 0016 0015 0016 0015 0016 0015 0016 0015 0016 0015 0016 0015 0041 0015 0041 0015 0041 0015 0041 0015 0041 0015 0041 0015 0041 0015 0041 0015 0016 0015 0016 0015 0016 0015 0016 0015 0016 0015 0016 0015 0041 0015 0016 0015 0041 0015 0041 0015 0041 0015 0041 0015 0041 0015 0041 0015 0016 0015 0041 0015 0689 0157 0056 0015 0E94
Device Code: 0 (0x00) Function: 65 (0x41)
0000 006D 0022 0002 0157 00AC 0015 0016 0015 0016 0015 0016 0015 0016 0015 0016 0015 0016 0015 0016 0015 0016 0015 0041 0015 0041 0015 0041 0015 0041 0015 0041 0015 0041 0015 0041 0015 0041 0015 0041 0015 0016 0015 0016 0015 0016 0015 0016 0015 0016 0015 0041 0015 0016 0015 0016 0015 0041 0015 0041 0015 0041 0015 0041 0015 0041 0015 0016 0015 0041 0015 0689 0157 0056 0015 0E94
Device Code: 0 (0x00) Function: 66 (0x42)
0000 006D 0022 0002 0157 00AC 0015 0016 0015 0016 0015 0016 0015 0016 0015 0016 0015 0016 0015 0016 0015 0016 0015 0041 0015 0041 0015 0041 0015 0041 0015 0041 0015 0041 0015 0041 0015 0041 0015 0016 0015 0041 0015 0016 0015 0016 0015 0016 0015 0016 0015 0041 0015 0016 0015 0041 0015 0016 0015 0041 0015 0041 0015 0041 0015 0041 0015 0016 0015 0041 0015 0689 0157 0056 0015 0E94
Device Code: 0 (0x00) Function: 67 (0x43)
0000 006D 0022 0002 0157 00AC 0015 0016 0015 0016 0015 0016 0015 0016 0015 0016 0015 0016 0015 0016 0015 0016 0015 0041 0015 0041 0015 0041 0015 0041 0015 0041 0015 0041 0015 0041 0015 0041 0015 0041 0015 0041 0015 0016 0015 0016 0015 0016 0015 0016 0015 0041 0015 0016 0015 0016 0015 0016 0015 0041 0015 0041 0015 0041 0015 0041 0015 0016 0015 0041 0015 0689 0157 0056 0015 0E94
Device Code: 0 (0x00) Function: 68 (0x44)
0000 006D 0022 0002 0157 00AC 0015 0016 0015 0016 0015 0016 0015 0016 0015 0016 0015 0016 0015 0016 0015 0016 0015 0041 0015 0041 0015 0041 0015 0041 0015 0041 0015 0041 0015 0041 0015 0041 0015 0016 0015 0016 0015 0041 0015 0016 0015 0016 0015 0016 0015 0041 0015 0016 0015 0041 0015 0041 0015 0016 0015 0041 0015 0041 0015 0041 0015 0016 0015 0041 0015 0689 0157 0056 0015 0E94
Device Code: 0 (0x00) Function: 69 (0x45)
0000 006D 0022 0002 0157 00AC 0015 0016 0015 0016 0015 0016 0015 0016 0015 0016 0015 0016 0015 0016 0015 0016 0015 0041 0015 0041 0015 0041 0015 0041 0015 0041 0015 0041 0015 0041 0015 0041 0015 0041 0015 0016 0015 0041 0015 0016 0015 0016 0015 0016 0015 0041 0015 0016 0015 0016 0015 0041 0015 0016 0015 0041 0015 0041 0015 0041 0015 0016 0015 0041 0015 0689 0157 0056 0015 0E94
Device Code: 0 (0x00) Function: 70 (0x46)
0000 006D 0022 0002 0157 00AC 0015 0016 0015 0016 0015 0016 0015 0016 0015 0016 0015 0016 0015 0016 0015 0016 0015 0041 0015 0041 0015 0041 0015 0041 0015 0041 0015 0041 0015 0041 0015 0041 0015 0016 0015 0041 0015 0041 0015 0016 0015 0016 0015 0016 0015 0041 0015 0016 0015 0041 0015 0016 0015 0016 0015 0041 0015 0041 0015 0041 0015 0016 0015 0041 0015 0689 0157 0056 0015 0E94
Device Code: 0 (0x00) Function: 71 (0x47)
0000 006D 0022 0002 0157 00AC 0015 0016 0015 0016 0015 0016 0015 0016 0015 0016 0015 0016 0015 0016 0015 0016 0015 0041 0015 0041 0015 0041 0015 0041 0015 0041 0015 0041 0015 0041 0015 0041 0015 0041 0015 0041 0015 0041 0015 0016 0015 0016 0015 0016 0015 0041 0015 0016 0015 0016 0015 0016 0015 0016 0015 0041 0015 0041 0015 0041 0015 0016 0015 0041 0015 0689 0157 0056 0015 0E94
Device Code: 0 (0x00) Function: 72 (0x48)
0000 006D 0022 0002 0157 00AC 0015 0016 0015 0016 0015 0016 0015 0016 0015 0016 0015 0016 0015 0016 0015 0016 0015 0041 0015 0041 0015 0041 0015 0041 0015 0041 0015 0041 0015 0041 0015 0041 0015 0016 0015 0016 0015 0016 0015 0041 0015 0016 0015 0016 0015 0041 0015 0016 0015 0041 0015 0041 0015 0041 0015 0016 0015 0041 0015 0041 0015 0016 0015 0041 0015 0689 0157 0056 0015 0E94
Device Code: 0 (0x00) Function: 73 (0x49)
0000 006D 0022 0002 0157 00AC 0015 0016 0015 0016 0015 0016 0015 0016 0015 0016 0015 0016 0015 0016 0015 0016 0015 0041 0015 0041 0015 0041 0015 0041 0015 0041 0015 0041 0015 0041 0015 0041 0015 0041 0015 0016 0015 0016 0015 0041 0015 0016 0015 0016 0015 0041 0015 0016 0015 0016 0015 0041 0015 0041 0015 0016 0015 0041 0015 0041 0015 0016 0015 0041 0015 0689 0157 0056 0015 0E94
Device Code: 0 (0x00) Function: 74 (0x4A)
0000 006D 0022 0002 0157 00AC 0015 0016 0015 0016 0015 0016 0015 0016 0015 0016 0015 0016 0015 0016 0015 0016 0015 0041 0015 0041 0015 0041 0015 0041 0015 0041 0015 0041 0015 0041 0015 0041 0015 0016 0015 0041 0015 0016 0015 0041 0015 0016 0015 0016 0015 0041 0015 0016 0015 0041 0015 0016 0015 0041 0015 0016 0015 0041 0015 0041 0015 0016 0015 0041 0015 0689 0157 0056 0015 0E94
Device Code: 0 (0x00) Function: 75 (0x4B)
0000 006D 0022 0002 0157 00AC 0015 0016 0015 0016 0015 0016 0015 0016 0015 0016 0015 0016 0015 0016 0015 0016 0015 0041 0015 0041 0015 0041 0015 0041 0015 0041 0015 0041 0015 0041 0015 0041 0015 0041 0015 0041 0015 0016 0015 0041 0015 0016 0015 0016 0015 0041 0015 0016 0015 0016 0015 0016 0015 0041 0015 0016 0015 0041 0015 0041 0015 0016 0015 0041 0015 0689 0157 0056 0015 0E94
Device Code: 0 (0x00) Function: 76 (0x4C)
0000 006D 0022 0002 0157 00AC 0015 0016 0015 0016 0015 0016 0015 0016 0015 0016 0015 0016 0015 0016 0015 0016 0015 0041 0015 0041 0015 0041 0015 0041 0015 0041 0015 0041 0015 0041 0015 0041 0015 0016 0015 0016 0015 0041 0015 0041 0015 0016 0015 0016 0015 0041 0015 0016 0015 0041 0015 0041 0015 0016 0015 0016 0015 0041 0015 0041 0015 0016 0015 0041 0015 0689 0157 0056 0015 0E94





Cheers
Jason
Post 15 made on Friday November 13, 2009 at 18:12
kstrange
Long Time Member
Joined:
Posts:
February 2007
379
On November 13, 2009 at 02:34, scottedge267 said...
could you upload that to the files section? I couldn't find it there and the links on this website go to an old geocites website.

Sorry, they shut down geocities on the 26th of October! I'm too cheap to pay for another storage site....lol.

If anyone's looking for it let me know and I'll e-mail it to you!

Sent the file, should be in your inbox.
Page 1 of 3


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