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:
48 bit binary to hex - help
This thread has 6 replies. Displaying all posts.
Post 1 made on Tuesday April 21, 2015 at 03:18
adamgsteele
Lurking Member
Joined:
Posts:
April 2015
3
Unfortunately due to cabling i need to use IR to control a Sharp PN-U series LCD panel instead of RS232

Sharp sent me a excel file with the 48 Bit binary codes which i have no idea how to turn into hex codes

I learnt the Power toggle code from the remote into the RTI IR manager which looks like this;
0000 006D 0000 0032 0080 0041 000F 000F 000F 0031 000F 000F 000F 0031 000F 000F 000F 0031 000F 000F 000F 0031 000F 000F 000F 0031 000F 000F 000F 0031 000F 0031 000F 000F 000F 0031 000F 000F 000F 0031 000F 0031 000F 0031 000F 0031 000F 000F 000F 0031 000F 000F 000F 000F 000F 000F 000F 0031 000F 0031 000F 000F 000F 0031 000F 000F 000F 000F 000F 000F 000F 000F 000F 000F 000F 000F 000F 000F 000F 0031 000F 000F 000F 000F 000F 000F 000F 0031 000F 000F 000F 000F 000F 000F 000F 0031 000F 000F 000F 0031 000F 000F 000F 0AA7

Code above has been tested and works

Does anyone know how i can get a workable discrete ON OFF codes ?

here is the excel file of the binary codes  [Link: filedropper.com]
Post 2 made on Tuesday April 21, 2015 at 09:26
Barf
Long Time Member
Joined:
Posts:
August 2013
350
It appears to be the protocol that DecodeIR and IrScrutinizer (http://www.harctoolbox.org/IrScrutinizer.html) calls SharpDVD, The only "problem" is that the document and IrScrutinizer considers the parameters in the different bit-order. To be short, get IrScrutinizer, go to the Generate pane, select "SharpDVD" as protocol, fill in 2 for D, 22 for S, type E=0 in the Additional parameters text field. The value in F determines the signal generated. Since the bit-order needs to be reversed (0x80 = 10000000, which in the reverse byte order gives 00000001 = 0x1 = 1) fill in 1 for 0x80, which is "Power on" in the Excel sheet, and 129 for Power off. This gives
 
0000 006D 0000 0032 007A 003D 000F 000F 000F 002E 000F 000F 000F 002E 000F 000F 000F 002E 000F 000F 000F 002E 000F 000F 000F 002E 000F 000F 000F 002E 000F 002E 000F 000F 000F 002E 000F 000F 000F 002E 000F 002E 000F 002E 000F 002E 000F 000F 000F 002E 000F 000F 000F 000F 000F 000F 000F 002E 000F 002E 000F 000F 000F 002E 000F 000F 000F 000F 000F 000F 000F 002E 000F 000F 000F 000F 000F 000F 000F 000F 000F 000F 000F 000F 000F 000F 000F 002E 000F 000F 000F 000F 000F 000F 000F 002E 000F 000F 000F 002E 000F 000F 000F 02DA

and

0000 006D 0000 0032 007A 003D 000F 000F 000F 002E 000F 000F 000F 002E 000F 000F 000F 002E 000F 000F 000F 002E 000F 000F 000F 002E 000F 000F 000F 002E 000F 002E 000F 000F 000F 002E 000F 000F 000F 002E 000F 002E 000F 002E 000F 002E 000F 000F 000F 002E 000F 000F 000F 000F 000F 000F 000F 002E 000F 002E 000F 000F 000F 002E 000F 000F 000F 000F 000F 000F 000F 002E 000F 000F 000F 000F 000F 000F 000F 000F 000F 000F 000F 000F 000F 002E 000F 002E 000F 000F 000F 000F 000F 000F 000F 002E 000F 000F 000F 002E 000F 002E 000F 02DA

but I have no way of testing. Let us know if this works.
Post 3 made on Tuesday April 21, 2015 at 11:03
SysIntegration
Advanced Member
Joined:
Posts:
December 2013
895
On April 21, 2015 at 09:26, Barf said...
It appears to be the protocol that DecodeIR and IrScrutinizer (http://www.harctoolbox.org/IrScrutinizer.html) calls SharpDVD, The only "problem" is that the document and IrScrutinizer considers the parameters in the different bit-order. To be short, get IrScrutinizer, go to the Generate pane, select "SharpDVD" as protocol, fill in 2 for D, 22 for S, type E=0 in the Additional parameters text field. The value in F determines the signal generated. Since the bit-order needs to be reversed (0x80 = 10000000, which in the reverse byte order gives 00000001 = 0x1 = 1) fill in 1 for 0x80, which is "Power on" in the Excel sheet, and 129 for Power off. This gives

0000 006D 0000 0032 007A 003D 000F 000F 000F 002E 000F 000F 000F 002E 000F 000F 000F 002E 000F 000F 000F 002E 000F 000F 000F 002E 000F 000F 000F 002E 000F 002E 000F 000F 000F 002E 000F 000F 000F 002E 000F 002E 000F 002E 000F 002E 000F 000F 000F 002E 000F 000F 000F 000F 000F 000F 000F 002E 000F 002E 000F 000F 000F 002E 000F 000F 000F 000F 000F 000F 000F 002E 000F 000F 000F 000F 000F 000F 000F 000F 000F 000F 000F 000F 000F 000F 000F 002E 000F 000F 000F 000F 000F 000F 000F 002E 000F 000F 000F 002E 000F 000F 000F 02DA

and

0000 006D 0000 0032 007A 003D 000F 000F 000F 002E 000F 000F 000F 002E 000F 000F 000F 002E 000F 000F 000F 002E 000F 000F 000F 002E 000F 000F 000F 002E 000F 002E 000F 000F 000F 002E 000F 000F 000F 002E 000F 002E 000F 002E 000F 002E 000F 000F 000F 002E 000F 000F 000F 000F 000F 000F 000F 002E 000F 002E 000F 000F 000F 002E 000F 000F 000F 000F 000F 000F 000F 002E 000F 000F 000F 000F 000F 000F 000F 000F 000F 000F 000F 000F 000F 002E 000F 002E 000F 000F 000F 000F 000F 000F 000F 002E 000F 000F 000F 002E 000F 002E 000F 02DA

but I have no way of testing. Let us know if this works.

The schwartz is strong in this one.

"It appears to be a protocol IRS calls SharpDVD" says the guy who made IRS.  Your shameless self promotion is COMPLETELY warranted.  That you combined all the different (and some abandoned) programs into this unified greatness doesn't get nearly enough attention.  If I haven't said thank you this year, yet, your're awesome.  This program is my personal flotation device in the IRP sea.
0101001101111001011100110100100101101110011101000110010101100111011100100110000101110100011010010110111101101110
Post 4 made on Tuesday April 21, 2015 at 11:05
SysIntegration
Advanced Member
Joined:
Posts:
December 2013
895
On April 21, 2015 at 03:18, adamgsteele said...
Unfortunately due to cabling i need to use IR to control a Sharp PN-U series LCD panel instead of RS232

Sharp sent me a excel file with the 48 Bit binary codes which i have no idea how to turn into hex codes

I learnt the Power toggle code from the remote into the RTI IR manager which looks like this;
0000 006D 0000 0032 0080 0041 000F 000F 000F 0031 000F 000F 000F 0031 000F 000F 000F 0031 000F 000F 000F 0031 000F 000F 000F 0031 000F 000F 000F 0031 000F 0031 000F 000F 000F 0031 000F 000F 000F 0031 000F 0031 000F 0031 000F 0031 000F 000F 000F 0031 000F 000F 000F 000F 000F 000F 000F 0031 000F 0031 000F 000F 000F 0031 000F 000F 000F 000F 000F 000F 000F 000F 000F 000F 000F 000F 000F 000F 000F 0031 000F 000F 000F 000F 000F 000F 000F 0031 000F 000F 000F 000F 000F 000F 000F 0031 000F 000F 000F 0031 000F 000F 000F 0AA7

Code above has been tested and works

Does anyone know how i can get a workable discrete ON OFF codes ?

here is the excel file of the binary codes  [Link: filedropper.com]

Have you looked at this thread?  After a lot of going back and forth trying to find the codes for these monitors, someone posted a treasure trove.  Sugarsync link is still active, too, but you need ProntoEdit4 to open the file.
0101001101111001011100110100100101101110011101000110010101100111011100100110000101110100011010010110111101101110
OP | Post 5 made on Wednesday April 22, 2015 at 20:04
adamgsteele
Lurking Member
Joined:
Posts:
April 2015
3
Thanks Barf but that didn't work =(

Also tried all the codes that SysIntgration recommended from the other thread but nothing worked.

Thank you for all your help but i think ive spent too much time on this now. I have told the electricians who wired the job to get another cable to the TV and will control via RS232.

Its a shame manufactures cant take the extra time to develop these few codes for every panel they make. Would take them no time at all and save us so much heart ache. OH well !
Post 6 made on Thursday April 23, 2015 at 10:05
Barf
Long Time Member
Joined:
Posts:
August 2013
350
This program is my personal flotation device in the IRP sea.

Thanx for those words.

Have you looked at this thread?

This is interesting, because the signals there fit perfectly into the scheme. E.g. "Power ON (tested)" decodes as .... obc = 1, which fits perfectly with the excel sheet Power on (0x80); note that 0x80 is bitreversed 1, as I elaborated on in my first post. Also the signal in the first post fits.

On April 22, 2015 at 20:04, adamgsteele said...
Thanks Barf but that didn't work =(

Also tried all the codes that SysIntgration recommended from the other thread but nothing worked.

in the light of the above, this is really strange. You captured the signal in the first message yourself, and you claim that it works!!?? Subjectively, this is highly unlikey...

Its a shame manufactures cant take the extra time to develop these few codes for every panel they make. Would take them no time at all and save us so much heart ache. OH well !

I an not sure if I agree with you. They gave you a document that that at least I (and 3FG :-) ) could understand. The reason they "did not work" is still open though.
OP | Post 7 made on Sunday April 26, 2015 at 18:43
adamgsteele
Lurking Member
Joined:
Posts:
April 2015
3
I copied and pasted the Hex code into my IR library manger and then tested the codes through T3V remote.
"Power" which i learnt in, works perfectly but others don't =(
not sure what else i can try ?

thank you for your help though, Barf.
We are going to use RS232. which we probably should have done so from the start.


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