Page 2 of 2

Re: Philips Pronto 3speed & factory remote hex codes

Posted: Tue May 22, 2012 4:48 pm
by vayaasco
I purchased a UE46ES6300 Samsung TV. I tried ruSamsungTVCommunicator to Factory and 3Speed, but I can't start application because can't connect to 52335 port. But by telnet I can connect to 55000 port. My TV don't ask for authorization.

I have an IR Adapter but is not compatible with lirc and I can't use it.

Is possible to send this codes by TCP connection to port 55000? I can use "Remote LAN Control" (http://sf.net/projects/samygo/files/PC% ... p/download) to send it with the option Options->Configuration->Keycode test?

Re: Philips Pronto 3speed & factory remote hex codes

Posted: Fri Jun 01, 2012 11:43 am
by pdca
...have a look at this thread as well...viewtopic.php?f=52&t=4109

Re: Philips Pronto 3speed & factory remote hex codes

Posted: Fri Jul 06, 2012 2:56 pm
by nobody
We should just do the same for Bluray players :)

Re: Philips Pronto 3speed & factory remote hex codes

Posted: Tue Aug 20, 2013 3:51 pm
by nobody
has anyone tried?

Re: Philips Pronto 3speed & factory remote hex codes

Posted: Fri Nov 08, 2013 9:14 pm
by Mille
Gia90 wrote:
So now we have the IR CODES FOR "FACTORY" AND "3SPEED" BUTTONS!!! :mrgreen:
Here are the HEX codes:

FACTORY

Code: Select all

Device Code: 7.7 Function: 59
0000 006D 0000 0022 00AC 00AB 0015 0041 0015 0041 0015 0041 0015 0016 0015 0016 0015 0016 0015 0016 0015 0016 0015 0041 0015 0041 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 0016 0015 0016 0015 0016 0015 0016 0015 0041 0015 0016 0015 0016 0015 0016 0015 0041 0015 0041 0015 0689
3SPEED

Code: Select all

Device Code: 7.7 Function: 60
0000 006D 0000 0022 00AC 00AB 0015 0041 0015 0041 0015 0041 0015 0016 0015 0016 0015 0016 0015 0016 0015 0016 0015 0041 0015 0041 0015 0041 0015 0016 0015 0016 0015 0016 0015 0016 0015 0016 0015 0016 0015 0016 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 0689
If you need them in others format, just ask, i studied a lot too understand how ir codes work, so i think i can convert them for you :)

PS: The whole list of ir codes for Samsung D-series and the knowledge i gained about ir codes is from this awesome site: http://www.remotecentral.com

I'm trying to get this work on my Samsung S4 that has an IR blaster. I'm using the Samsung IR - Universal Remote app from google play. Thing is it only accepts decimal commands. Anyone could help convert those codes? Or give a hint on how to execute them through my android phone. :P

Re: Philips Pronto 3speed & factory remote hex codes

Posted: Mon Dec 30, 2013 5:42 pm
by beatfreak
we have the raw codes...i think the IR codes would have to be much shorter
compare with the rest of buttons: viewtopic.php?f=15&t=6302

header looks quite similar, but i haven't found the right way for conversion yet

EDIT:
thats it!
you take the raw LIRC codes as posted by gnufan,
seperate the header
then you got a long chain of 552 1709 and 552 579 (in my lirc.conf a one is 609 1637 and a zero is 609 514)
so we replace 552 1709 with "one" and 552 579 with "zero"
then the words with numbers and we get for FACTORY
11100000111000001101110000100011
convert that to HEX and get
E0E0DC23
and that looks very much like pre_data and hex_code in my lircd.conf ;)
so 3speed is 3CC3

same method (and same result) for the codes posted by Gia90 here 0000 006D 0000 0022 00AC 00AB is the header, 0015 0041 is a one and 0015 0016 is a zero, and we get a tailing 0015 0689

@mille
try this
FACTORY:
HEX2DEC(DC23) = 56355
HEX2DEC(E0E0DC23 = 3772832803 (this is what actually would be sent [after the header])
HEX2DEC(3CC3) = 15555
HEX2DEC(E0E03CC3) = 3772792003

EDIT2:
Tested and verified on UE40C6500, updated my lircd.conf.
thank you guys 8-)

Re: Philips Pronto 3speed & factory remote hex codes

Posted: Wed Jul 28, 2021 8:15 am
by rso
please provide lirc file , the android remote i downloaded , only accepts lirc or file

Re: Philips Pronto 3speed & factory remote hex codes

Posted: Wed Jul 28, 2021 12:32 pm
by sectroyer
rso wrote: Wed Jul 28, 2021 8:15 am please provide lirc file , the android remote i downloaded , only accepts lirc or file
I wasn't able to make lirc work. Only raw ir.

Re: Philips Pronto 3speed & factory remote hex codes

Posted: Fri Jul 30, 2021 7:04 am
by rso
ok which android app , you used raw ir please, and by raw do ypu mean 5677777 etc ?