Page 2 of 2

Posted: Fri Jun 25, 2004 9:19 am
by e34m5
Wouldn't it be easier just to use the extender :?

Posted: Fri Jun 25, 2004 9:27 am
by raalph
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.

Posted: Fri Jun 25, 2004 10:53 am
by Nils_Ekberg
raalph wrote: Am I on the right track here? Should the code above work in a 8910?
It should work assuming what you did was take the 2116 standalone version and only made these changes.

Code: Select all

Ram = FF00
LCD_INVALID = 0D24
LCD_HELLO = 0D80
LCD_WELCOME = 0D86
R_IFlags = R87
R_DKey = R80
R_DKeyCnt = R83
StartT0 = 0791
ScanKeypad = 3EAD
DispLCD = 0FC5
KmmLoad = 167A
ReadKey = 3E8F

Posted: Fri Jun 25, 2004 5:55 pm
by vasqued2
You're on the right track. The LDKP for the extender won't work in the stand alone remote. The 2116 stand alone version will as long as you change the the address of Kmmload, etc.

David

Posted: Fri Jun 25, 2004 7:02 pm
by raalph
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?

Posted: Fri Jun 25, 2004 7:18 pm
by Nils_Ekberg
raalph wrote: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?
I am sure they are not the same. Did you make all the changes I outlined above?

Posted: Fri Jun 25, 2004 7:21 pm
by raalph
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.

Posted: Fri Jun 25, 2004 7:55 pm
by Nils_Ekberg
raalph wrote: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.
Change all R7B's to R82 and you should be good to go.

Sorry I missed that one because I didn't notice registers that were not in variables.

Posted: Fri Jun 25, 2004 8:09 pm
by raalph
Ahhhhhhhhhhhh!!!! :D
Success!!!
Thanks very much!

Now... about that extender...
J/K (...for now...)

Posted: Fri Jun 25, 2004 8:55 pm
by Nils_Ekberg
raalph wrote:Ahhhhhhhhhhhh!!!! :D
Success!!!
Thanks very much!

Now... about that extender...
J/K (...for now...)
Great...... :D

Now that it works I will package it and post it for others (Unless you want to do it David) since I was making the changes as I was giving them to you.

Posted: Sat Jun 26, 2004 5:20 am
by vasqued2
Go right ahead Nils!

David

Posted: Sat Jun 26, 2004 10:53 am
by Nils_Ekberg
I have uploaded the standalone version of Long/Double keypress protocol for the URC-8910/9910 to the special protocol section of the jp1 file section.