On Tue, Feb 21, 2023 at 7:27 PM Tony Golden <mrgolden@...> wrote:
Geoff Reynolds wrote an IR utility several years ago, that could easily swap the one-time and repeat codes, in addition to a few other useful functions.
I no longer have the link, but maybe he'll chime in with it.
> --- On Monday, February 20, 2023 at 6:35 PM, Steve Kuehn wrote:
>
> Yes this is a well known problem with the DM-RMC-100-C and I don't believe
> Crestron has ever come up with a fix for it.
>
> The issue is the DM-RMC-100-C does not handle an IR codes properly that has
> both at header and a repeat section.? LG uses header length of 34 and then a
> very short repeat section of length two.? Yamaha is similar.
>
> Basically what you need to do is generate 2 IR codes each for functions like
> vol+, vol-, up, down, left, and right.? For example, for up you will have a Up-
> Pulse and a Up-Hold. For the Up-Pulse, you will remove the repeat section of
> the code so it? just sends out a single 34 length header IR pulse.? For the
> Up_Hold, you will take the 34 length header and replace the repeat section with
> it -- so in the end you have a 0 length header and a 34 length repeat section
> which used to be the header. Then in your SIMPL program send the header pulse
> when the client pushes a button.? If the client holds the button, then send out
> the repeat code.
>
> Probably be best to use a program like VERT to convert Crestron codes into
> standard hex codes.? Then manually edit the hex codes and then import them back
> into Crestron.
>
> Good luck,
> Steve