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

Login:
Pass:
 
 

Original thread:
Post 10 made on Saturday August 24, 2013 at 04:36
Barf
Long Time Member
Joined:
Posts:
August 2013
350
Please have a look at IrMaster (the GUI program), which you already have downloaded. There you can generate all the Pronto codes you want, you can generate wave files, and you can send it to the audio device on the current computer (suitable hardware assumed). (You can also do this in IrpMaster Java using the play() function of the Wave class.)

Also note that with IrpMaster you can generate IrSignal's from other sources than Pronto strings. Like

HashMap parameters = new HashMap();
parameters.add("D", 0);
parameters.add("F", 12);
IrSignal irSignal = new IrSignal("IrpProtocols.ini", "rc5", parameters);
ModulatedIrSequence modulatedIrSequence = irSignal.toModulatedIrSequence(1);
Wave wave = ...
wave.play();



will turn on or off a Philips (or other RC5) TV.

Please do not send me PMs with your postings.


Hosting Services by ipHouse