Your Universal Remote Control Center
RemoteCentral.com
General Pro Remotes Forum - View Post
Up level
Up level
The following page was printed from RemoteCentral.com:

Login:
Pass:
 
 

Original thread:
Post 19 made on Friday September 20, 2013 at 07:43
Achin
Long Time Member
Joined:
Posts:
August 2013
32
hi,i have copy the Pronto hex code fron the remotecentral link [Link: remotecentral.com]
and i have pasted it inti Irpmaster and it gives me

protocol = Pioneer, device = 87, obc = 229
Analyzer result: {40.2k,547,msb}<2,-2|2,-9>(32,-16,A:32,2,-72.4m)+{A=$ea15a758}; Alt leadout form: ^113m

and i have used the above parametrs
device = 87, obc = 229 in my JAVA code to create the same pronto hex code but i am getting different Pronto code as i copy from the link in remotecentral, please tell me where i am wrong ?
and my JAVA code is
try {
// TODO code application logic here

HashMap parameters = new HashMap();

parameters.put("D", Long.parseLong("87"));//philips tv parameters on/off button
parameters.put("F", Long.parseLong("229"));


IrSignal irSignal = new IrSignal("IrpProtocols.ini", "pioneer", parameters);//NEC1-f16(nec1-f16) //NEC1//necshirrif

System.out.println("raw data "+irSignal);
System.out.println("Pronto "+irSignal.ccfString());

ModulatedIrSequence modulatedIrSequence = irSignal.toModulatedIrSequence(1);

Wave wave = new Wave(modulatedIrSequence, 48000, 8, 1, false, false, true, false);
//wave.export(new File("AF57C83HEX.wav"));

}catch (Exception ex) {
Logger.getLogger(IrpMaster.class.getName()).log(Level.SEVERE, null, ex.toString());
}
and i am getting the below pronto hex code
0000 0068 0000 0022 0169 00B4 0017 0044 0017 0044 0017 0044 0017 0017 0017 0044 0017 0017 0017 0044 0017 0017 0017 0017 0017 0017 0017 0017 0017 0044 0017 0017 0017 0044 0017 0017 0017 0044 0017 0044 0017 0017 0017 0044 0017 0017 0017 0017 0017 0044 0017 0044 0017 0044 0017 0017 0017 0044 0017 0017 0017 0044 0017 0044 0017 0017 0017 0017 0017 0017 0017 0636

but the orignal pronto hex code is below as you can see in the link i posted
0000 0067 0000 0022 0156 00ab 0016 0060 0016 0060 0016 0060 0016 0016 0016 0060 0016 0016 0016 0060 0016 0016 0016 0016 0016 0016 0016 0016 0016 0060 0016 0016 0016 0060 0016 0016 0016 0060 0016 0060 0016 0016 0016 0060 0016 0016 0016 0016 0016 0060 0016 0060 0016 0060 0016 0016 0016 0060 0016 0016 0016 0060 0016 0060 0016 0016 0016 0016 0016 0016 0016 0593


Hosting Services by ipHouse