Search found 14 matches

by raalph
Fri Jun 25, 2004 8:09 pm
Forum: JP1 - Beginners
Topic: URC 8910 and Long Key Press Special Protocol
Replies: 26
Views: 22701

Ahhhhhhhhhhhh!!!! :D
Success!!!
Thanks very much!

Now... about that extender...
J/K (...for now...)
by raalph
Fri Jun 25, 2004 7:21 pm
Forum: JP1 - Beginners
Topic: URC 8910 and Long Key Press Special Protocol
Replies: 26
Views: 22701

Yes, I made all the changes you specified, but the 2116 code also uses other specific registers, such as R7B. I did a search in Extender1 for R7B, and it's not referenced anywhere.
by raalph
Fri Jun 25, 2004 7:02 pm
Forum: JP1 - Beginners
Topic: URC 8910 and Long Key Press Special Protocol
Replies: 26
Views: 22701

Well, it's not working out for me.

Are we sure that the other registers used are the same in both the 2116 and 8910?
by raalph
Fri Jun 25, 2004 9:27 am
Forum: JP1 - Beginners
Topic: URC 8910 and Long Key Press Special Protocol
Replies: 26
Views: 22701

Yeah, late last night that's what I was wondering. But you know how it is... you get started down a path... now it's a challenge. I'll probably get this working, and then decide I don't like it anyway.
by raalph
Fri Jun 25, 2004 9:17 am
Forum: JP1 - Beginners
Topic: URC 8910 and Long Key Press Special Protocol
Replies: 26
Views: 22701

The way the 2116 non-extended version handles the macros seems completely different.


;If short key press
UseM1: ; Short or single press
LD R7B, R04 ; Call Macro from Second byte
JP Macro

;if long key press
UseM2: ; Long or double press
LD R7B, R05 ; Call macro from Third byte

Macro:
POP RC0 ...
by raalph
Thu Jun 24, 2004 10:29 pm
Forum: JP1 - Beginners
Topic: URC 8910 and Long Key Press Special Protocol
Replies: 26
Views: 22701

I looked at the source code for protocol $01F9 in Extender 1. I'm purely guessing that the issue is in the code that I think gets executed to push either the SKP macro or LKP macro into a pending keys queue:


L1F9_5: LD W3, R03 ;Length of SHORT/SINGLE press side
CLR R03
L1F9_3: CP RC3, R03 ...
by raalph
Thu Jun 24, 2004 7:35 pm
Forum: JP1 - Beginners
Topic: URC 8910 and Long Key Press Special Protocol
Replies: 26
Views: 22701

Paul,

I tried $92 $01 $15 $01 $16 but I get the same result.

I did notice that when you press the L3 button, the LED remains lit until you release the button, or until the timer expires. If the duration nibble is 4, the LED remains lit for about half a second; if 9, it remains lit for about a ...
by raalph
Thu Jun 24, 2004 9:24 am
Forum: JP1 - Beginners
Topic: URC 8910 and Long Key Press Special Protocol
Replies: 26
Views: 22701

I guess the biggest reason is that going with an Extender seemed a little intimidating, and (for now) the only feature I'm missing is LKP.
by raalph
Thu Jun 24, 2004 8:03 am
Forum: JP1 - Beginners
Topic: URC 8910 and Long Key Press Special Protocol
Replies: 26
Views: 22701

Thanks, Paul.

I'll try this tonight

But I'm curious... I would have thought that since the TV device is already the active device when I press L3, I wouldn't have to explicity specify TV again. In a normal macro, the remote just sends the commands as if you pressed the key, so if TV is the active ...
by raalph
Wed Jun 23, 2004 7:40 pm
Forum: JP1 - Beginners
Topic: URC 8910 and Long Key Press Special Protocol
Replies: 26
Views: 22701

Nils, I appreciate the help. I tried it, but I couldn't get it to work.

To get things to the simplest form, I started with a new IR file (using CPT0CPT0 RDF), added device upgrade MISC 1106 and protocol $01F9 by cutting and pasting from your post, and then added the following keymove:

Bound Device ...
by raalph
Tue Jun 22, 2004 5:47 pm
Forum: JP1 - Beginners
Topic: URC 8910 and Long Key Press Special Protocol
Replies: 26
Views: 22701

URC 8910 and Long Key Press Special Protocol

Can someone tell me where to find the Long/Double Key Press device and protocol upgrade for a URC 8910?

I downloaded 8910ex1_1.zip from Yahoo JP1 group, and it includes a file LongDoubleKeyPress.txt that says to cut/paste the device and protocol from the bottom of the file, but the URC 8910 is not ...
by raalph
Tue Jun 22, 2004 3:56 pm
Forum: JP1 - Beginners
Topic: Question On Sony TV Device Codes
Replies: 3
Views: 4198

Ok, thanks... I'll try that.

If you are interested... In 151, I want to use Video 7, Memory Stick, and PIP Zoom in left and right. In 119, I need the Favorites (Surf) code. My TV is a Sony KF-50WE610 which is an LCD rear projection TV, a relatively new model I think.
by raalph
Mon Jun 21, 2004 12:47 pm
Forum: JP1 - Beginners
Topic: Question On Sony TV Device Codes
Replies: 3
Views: 4198

Question On Sony TV Device Codes

I'm trying to set up a device upgrade for my Sony TV for my URC 8910 Remote.

Looking at http://www.hifi-remote.com/sony/Sony_tv.htm I need functions from 4 different devices (1, 164, 151, and 119).

Is there a protocol in KM that would allow me to use all 4 Sony devices in one upgade? How do I set ...
by raalph
Thu Apr 15, 2004 11:05 am
Forum: JP1 - Beginners
Topic: URC-8910 FAV
Replies: 1
Views: 3348

URC-8910 FAV

On the URC-8910, when you try to override the FAV button using the built-in Learning capability, it says it's "invalid" to program the FAV button.

I'd like to preprogram the FAV button.

Is it possible to reprogram the function of the FAV button using the built-in end-user capability of the remote ...