Re: Apple TV Scrolling Speed
Posted: Sat May 03, 2014 3:19 pm
by DemoPad
The trick is to store the learned command with the offset in the correct place, so that you are not repeating the entire code, but rather only the section of the code which actually repeats. I assume you are using Global Cache, in which case:
sendir,1:1,1,39000,10,137,347,172,21,22,21,64,21,64,21,64,21,22,21,64,21,64,21,64,21,64,21,64,21,64,21,22,21,22,21,22,21,22,21,64,21,64,21,22,21,64,21,64,21,64,21,22,21,64,21,22,21,64,21,64,21,64,21,22,21,22,21,22,21,22,21,64,21,1391,347,172,21,22,21,64,21,64,21,64,21,22,21,64,21,64,21,64,21,64,21,64,21,64,21,22,21,22,21,22,21,22,21,64,21,22,21,22,21,64,21,22,21,22,21,22,21,22,21,22,21,64,21,64,21,64,21,22,21,22,21,22,21,22,21,64,21,1557,347,86,21,3699
Will active the option menu (long press of select)
and
sendir,1:1,1,39000,10,69,348,172,21,22,21,64,21,64,21,64,21,22,21,64,21,64,21,64,21,64,21,64,21,64,21,22,21,22,21,22,21,22,21,64,21,22,21,22,21,22,21,64,21,22,21,22,21,22,21,22,21,64,21,64,21,64,21,22,21,22,21,22,21,22,21,64,21,1558,347,87,21,780
repeated should scroll left, provided you send the command to the IP2IR before it has finished executing the previous command. You might want to use a :
stopir,1:1
on the release of the button to stop scrolling as soon as you lift your finger off the button.
Re: Apple TV Scrolling Speed
Posted: Sun May 04, 2014 12:50 pm
by Dulstone
Thanks for the tip. I'm nearly there but struggling with why you chose 137 and 69 offset in the 2 examples. I can't see the full codes as they truncated in your post.
Here is my select code :
sendir,1:2,1,38461,1,1,347,173,21,22,21,65,21,65,21,65,21,22,21,65,21,65,21,65,21,65,21,65,21,65,21,22,
21,22,21,22,21,22,21,65,21,22,21,22,21,65,21,65,21,65,21,22,21,65,21,22,21,65,21,22,21,65,21,65,21,65,
21,65,21,22,21,23,21,3846
And here is my left code :
sendir,1:2,1,38343,1,1,347,172,21,22,21,64,21,64,21,64,21,22,21,64,21,64,21,64,21,64,21,64,21,64,21,22,
21,22,21,22,21,22,21,64,21,64,21,22,21,22,21,64,21,22,21,22,21,22,21,22,21,64,21,22,21,64,21,64,21,64,
21,64,21,22,21,23,21,3834
Both only have a max offset of 67 ?
How do you figure out which part is the preamble ?
Thanks
Rob.