Hi,
I am trying to send IR out via the Crestron module but have a problem where the IR string learnt is more than 255 characters in length. This breaks the Crestron limit of 255 characters on a STRING_OUTPUT.
How can I send this? Is it possible to break the string up into chunks <256 characters in length? If so then I can't see a way of sending this to the Crestron module as it is expecting the IR in one chunk. I guess the only way would be to change the module to do a GATHER until it sees a "\x0d" and add this to the final chunk?
Alternately, is there a way of reducing the IR string length?
It also has to take into account the sendir front bit....
Cheers
Jez