I am trying to build a macro to turn on all of my devices at once, but unfortunately my receiver (Philips FR975) requires a long key press to power it on. Is there any way to do that in a macro?
On a related topic, if I can somehow map a short key press of a button to the long press behavior, that would also work (since I could then include that short key in the macro).
Thanks in advance!
Simulate a long key press in a macro?
Moderator: Moderators
-
vickyg2003
- Site Admin
- Posts: 7104
- Joined: Sat Mar 20, 2004 12:19 pm
- Location: Florida
- Contact:
-
PhileFriendly
- Posts: 28
- Joined: Sun Jan 02, 2005 2:28 am
Thanks for the replies. The remote I have is OARUSB04G, and I haven't put an extender on it; all I've done is loaded a couple device codes that I've gotten from the forum. Incidentally, I did try just holding down on the macro key, but that didn't work (I was hoping what jeajea suggested maybe would be working out of the box).
thanks!
thanks!
On the OARUSB04G you need the extender for this to work. Also, depending on how long a keypress you need, the extender allows you to change the hold time of any key in a macro from the default of 250ms (the hold time in the unextended remote). The available range is 0-450ms in increments of 50ms. So you can almost double the hold time of the unextended remote, but to go beyond 450ms you need to make it the last key of the sequence and hold the physical button for as long as you need.PhileFriendly wrote:Incidentally, I did try just holding down on the macro key, but that didn't work (I was hoping what jeajea suggested maybe would be working out of the box).
A note to old-timers puzzled by the above: macros in older UEI unextended remotes usually sent each signal 3 times, but UEI has changed this for the OARUSB04G and equivalents to a hold time of 250ms rather than a set number of repeats of the signal.
Graham
-
vickyg2003
- Site Admin
- Posts: 7104
- Joined: Sat Mar 20, 2004 12:19 pm
- Location: Florida
- Contact:
Thanks for that. It helps with the steep learning curve of moving on to the newer remotes.mathdon wrote: A note to old-timers puzzled by the above: macros in older UEI unextended remotes usually sent each signal 3 times, but UEI has changed this for the OARUSB04G and equivalents to a hold time of 250ms rather than a set number of repeats of the signal.