JP1 Remotes Forum Index JP1 Remotes


FAQFAQ SearchSearch 7 days of topics7 Days MemberlistMemberlist UsergroupsUsergroups RegisterRegister
ProfileProfile Log in to check your private messagesLog in to check your private messages Log inLog in

Always display custom name in 8910 extender
Goto page 1, 2  Next
 
Post new topic   Reply to topic    JP1 Remotes Forum Index -> JP1 - Extenders
View previous topic :: View next topic  
Author Message
bargain_pro



Joined: 10 Apr 2004
Posts: 11

                    
PostPosted: Thu Apr 15, 2004 9:54 am    Post subject: Always display custom name in 8910 extender Reply with quote

I want to keep the custom name ON all the time on the LCD. How do I do that? I am willing to change the ASM for the CustomName protocol.

Thanks,
bargain_pro
Back to top
View user's profile Send private message
chas6000



Joined: 27 Mar 2004
Posts: 111
Location: Connecticut, USA

                    
PostPosted: Thu Apr 15, 2004 10:36 am    Post subject: Reply with quote

i cant find any doc on how to use Custom Mode Names -- can anyone help?
Back to top
View user's profile Send private message
bargain_pro



Joined: 10 Apr 2004
Posts: 11

                    
PostPosted: Thu Apr 15, 2004 10:49 am    Post subject: Reply with quote

The documentation is included with extender and the name of file is CustomModeName.txt. Please read through it. If you don't see that file then your extender may not have CustomeMode name protocol with it.
Back to top
View user's profile Send private message
chas6000



Joined: 27 Mar 2004
Posts: 111
Location: Connecticut, USA

                    
PostPosted: Thu Apr 15, 2004 10:52 am    Post subject: Reply with quote

Thanks BP -- i had missed it!
Back to top
View user's profile Send private message
Nils_Ekberg
Expert


Joined: 02 Aug 2003
Posts: 1689
Location: Near Albany, NY

                    
PostPosted: Thu Apr 15, 2004 10:58 am    Post subject: Reply with quote

Assuming that what you are saying is that you want the LCD display of the device name etc. to be on all the time and still have the light go on and off then commenting out the CALL LCDOff in L40: in the extender .asm file MAY do it for you. I have not tried this but it is worth a try.

I am not sure how much current the LCD draws but I am sure it will shorten the battery life.
_________________
Nils
Files Section
Diagnosis File Section
Back to top
View user's profile Send private message Send e-mail
bargain_pro



Joined: 10 Apr 2004
Posts: 11

                    
PostPosted: Thu Apr 15, 2004 11:27 am    Post subject: Reply with quote

Let me try it tonight and I will post the results later.

Thanks,
BP
Back to top
View user's profile Send private message
Nils_Ekberg
Expert


Joined: 02 Aug 2003
Posts: 1689
Location: Near Albany, NY

                    
PostPosted: Thu Apr 15, 2004 11:56 am    Post subject: Reply with quote

bargain_pro wrote:
Let me try it tonight and I will post the results later.

Thanks,
BP
When you assemble it pay close attention to the MUST_BE's and patches
_________________
Nils
Files Section
Diagnosis File Section
Back to top
View user's profile Send private message Send e-mail
bargain_pro



Joined: 10 Apr 2004
Posts: 11

                    
PostPosted: Sat Apr 24, 2004 6:13 pm    Post subject: Reply with quote

Thanks, Nils.. Your solution worked like a charm!! The LCD display stays ON all the time after I removed "CALL LCDoff" line in the L40: routine. (line #633)

I guess the battery should last just as long because LCDs are typically very low drain hardware. And even if it does drain the battery, I am still OK with it since I use NiMH rechargable batteries. I will post the battery life results when my battery dies Laughing

Thanks again,
bargain_pro
Back to top
View user's profile Send private message
Nils_Ekberg
Expert


Joined: 02 Aug 2003
Posts: 1689
Location: Near Albany, NY

                    
PostPosted: Sat Apr 24, 2004 8:43 pm    Post subject: Reply with quote

Glad it worked for you.

I think you may be right about the life of the battery, it should be a minimal impact on a remote like this that already has a long life.
_________________
Nils
Files Section
Diagnosis File Section
Back to top
View user's profile Send private message Send e-mail
JPannell



Joined: 29 Apr 2004
Posts: 11

                    
PostPosted: Thu Apr 29, 2004 8:47 pm    Post subject: Reply with quote

Is there any way that you could post the modified extender?
Thanks,
Jason
Back to top
View user's profile Send private message
Nils_Ekberg
Expert


Joined: 02 Aug 2003
Posts: 1689
Location: Near Albany, NY

                    
PostPosted: Fri Apr 30, 2004 9:03 am    Post subject: Reply with quote

JPannell wrote:
Is there any way that you could post the modified extender?
Thanks,
Jason


I would suggest he e-mail it to you rather than post it since I would not want it to accidently get mixed up with the "official" version.. If it is posted it has to be clearly labeled that it is a "modified extender" and is unsupported. Unless ofcourse he wants to support it.

By the way, it was a pretty simple change so all you really need to do is download the assembler from jp1 files section, make the change outlined above, and re-assemble it, and install it. Each of these steps are pretty well documented.
_________________
Nils
Files Section
Diagnosis File Section
Back to top
View user's profile Send private message Send e-mail
bargain_pro



Joined: 10 Apr 2004
Posts: 11

                    
PostPosted: Fri Apr 30, 2004 1:43 pm    Post subject: Reply with quote

Nils is right, it is very trivial change to ASM file, all you have to do is remove "CALL LCDoff" line under L40: label and then assemble it using s3c8asm.exe (You will find this tool in the jp1/files/Programs directory at the very end).
C:\JP1> s3c8asm custom_8910ex1.asm -Acustom_8910ex1.hex -Lcustom_8910ex1.lst


If you still want my version of extender then please e-mail me at bargainoffice_AT_yahoo.com. You will, off course, need to patch it with your existing IR file using extinstall.exe.
C:\JP1> ExtInstall custom_extender.hex old_IR_file.txt new_IR_file.txt
Back to top
View user's profile Send private message
JPannell



Joined: 29 Apr 2004
Posts: 11

                    
PostPosted: Sat May 01, 2004 1:30 am    Post subject: Reply with quote

Hi Nils, Bargain_pro,
I folllowed your directions, and I also have the LCD displaying all the time, thanks for your help.
Jason
Back to top
View user's profile Send private message
pinkrdp



Joined: 08 Jul 2004
Posts: 22
Location: Austin, TX

                    
PostPosted: Mon Nov 01, 2004 3:28 pm    Post subject: Reply with quote

It is nice to have the LCD on all of the time. Any ideas as to how you might refresh the display every 1-2 minutes to keep the clock up to date?
Thanks,
Ronnie
Back to top
View user's profile Send private message
Nils_Ekberg
Expert


Joined: 02 Aug 2003
Posts: 1689
Location: Near Albany, NY

                    
PostPosted: Mon Nov 01, 2004 4:09 pm    Post subject: Reply with quote

Instead of commenting out the "CALL LCDoff" try changing it to "Call LCDon".
_________________
Nils
Files Section
Diagnosis File Section
Back to top
View user's profile Send private message Send e-mail
Display posts from previous:   
Post new topic   Reply to topic       JP1 Remotes Forum Index -> JP1 - Extenders All times are GMT - 5 Hours
Goto page 1, 2  Next
Page 1 of 2

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


 

Powered by phpBB © 2001, 2005 phpBB Group
Top 7 Advantages of Playing Online Slots The Evolution of Remote Control