iMon revisited
Posted: Mon Aug 10, 2009 2:09 am
A while back, I asked Rob to create a device upgrade for an Soundgraph/iMon proprietary protocol. The complete history is here:
https://www.hifi-remote.com/forums/viewtopic.php?t=4626&
Rob succeeded, and I am still very happy with his efforts:
and the protocol upgrade...
In the meantime, UEI have made an upgrade for all the available functions on that remote.
Here's my problem:
I only need the Power function. All the other functions to control my PVR are present in a Hauppauge 45-button upgrade, which is smaller.
I tried to key-move the power function onto the power button. Simple.
NOT. It just doesn't work.
In the case of the UEI upgrade, I can see why, because all the functions are three byte hex codes. My URC 7562 accepts two-byte commands max.
However, the upgrade that Rob created (including a protocol upgrade), uses only 1 (one) byte command, hex E3. I would expect to be able to program a key-move onto the power button.
What am I doing wrong?
My workaround is this:
I stripped the UEI upgrade only to include the power button, mapped it on an unused (CD) device button and created a macro which triggers the CD-power button.
This works, but it is a bit dissatisfying, because I don't understand why a simple key-move won't do the trick.
Any clues?
Edit:forgot to mention that I use the URC-7562 Extender.
Edit2: I'm at work right now, will post the IR file this evening (GMT +1)
https://www.hifi-remote.com/forums/viewtopic.php?t=4626&
Rob succeeded, and I am still very happy with his efforts:
Code: Select all
Upgrade Code 0 = 68 00 (Cable/0000)
FF 00 11 4A E3
End
Code: Select all
Upgrade protocol 0 = 01 FF (S3C8+) iMON Power (PB v3.11)
42 89 11 8B 11 00 00 DC 02 55 00 DC 03 F6 02 55
02 55 12 16 18 1A 6C 02 87 36 02 4C 04 58 C3 56
C5 03 87 15 1E F6 01 4C E0 C3 E0 C3 4A EF 6A E8
1C 16 F6 01 4C 1C 16 F6 01 4C C6 F8 F0 3C F6 01
58 F6 01 0A 7B D0 AF
End
Here's my problem:
I only need the Power function. All the other functions to control my PVR are present in a Hauppauge 45-button upgrade, which is smaller.
I tried to key-move the power function onto the power button. Simple.
NOT. It just doesn't work.
In the case of the UEI upgrade, I can see why, because all the functions are three byte hex codes. My URC 7562 accepts two-byte commands max.
However, the upgrade that Rob created (including a protocol upgrade), uses only 1 (one) byte command, hex E3. I would expect to be able to program a key-move onto the power button.
What am I doing wrong?
My workaround is this:
I stripped the UEI upgrade only to include the power button, mapped it on an unused (CD) device button and created a macro which triggers the CD-power button.
This works, but it is a bit dissatisfying, because I don't understand why a simple key-move won't do the trick.
Any clues?
Edit:forgot to mention that I use the URC-7562 Extender.
Edit2: I'm at work right now, will post the IR file this evening (GMT +1)