Search found 31 matches

by alank2
Fri Sep 10, 2010 6:44 am
Forum: Code Search (Closed)
Topic: Cable HD DVR Motorola DCX3400-M
Replies: 15
Views: 25379

Hi Rob,

I am using an extender.

I had to remove my old TV and DVR and their protocols, and add the new ones to test them to see if they worked.

I used to have my receiver switch modes to select what was being watched/listened to, but since my receiver has no hdmi, I am using the TV as the input ...
by alank2
Thu Sep 09, 2010 10:10 pm
Forum: Code Search (Closed)
Topic: Cable HD DVR Motorola DCX3400-M
Replies: 15
Views: 25379

Hi,

Thanks for the help everyone. It took me 3 hours tonight to get all the changes I needed to get done completed, but everything works beautifully now and I changed a lot. My little $40 remote from Radio Shack is still kicking along and getting the job done!!

Thanks,

Alan
by alank2
Thu Sep 09, 2010 11:37 am
Forum: Code Search (Closed)
Topic: Cable HD DVR Motorola DCX3400-M
Replies: 15
Views: 25379

Hi,

Thanks guys, I appreciate it. Will check it out!

Alan
by alank2
Thu Sep 09, 2010 10:41 am
Forum: Code Search (Closed)
Topic: Cable HD DVR Motorola DCX3400-M
Replies: 15
Views: 25379

Hi,

Not yet. I'm using an extender on it. I was hoping to find a KM so I could choose which keys map to which keys... How do you think I should proceed?

Thanks for your help,

Alan
by alank2
Thu Sep 09, 2010 9:58 am
Forum: Code Search (Closed)
Topic: Cable HD DVR Motorola DCX3400-M
Replies: 15
Views: 25379

Hi,

Blink back says 1376.

Thanks,

Alan
by alank2
Thu Sep 09, 2010 8:42 am
Forum: Code Search (Closed)
Topic: Cable HD DVR Motorola DCX3400-M
Replies: 15
Views: 25379

Hi,

What is a blink back?

Thanks,

Alan
by alank2
Thu Sep 09, 2010 7:36 am
Forum: Code Search (Closed)
Topic: Cable HD DVR Motorola DCX3400-M
Replies: 15
Views: 25379

Cable HD DVR Motorola DCX3400-M

1. Device: Motorola DCX3400-M
2. Type of device: Cable HD DVR
3. Year: Not sure, just got it yesterday
4. JP1/UEI Remote model: RS 15-2116
5. Do you have a JP1 cable? Yes
6. Still have original remote? Yes
7. Checked the file section? Yes
8. Checked Pronto file section (at R/C)? No? R/C?
9 ...
by alank2
Mon Jan 25, 2010 10:31 pm
Forum: JP1 - Beginners
Topic: Help refresh my mind if you can!
Replies: 2
Views: 3476

Hi The Robman,

Thanks for the links, they worked great for me! Remote is programmed and working great with the new DVD.

Have a great day!

Alan
by alank2
Mon Jan 25, 2010 5:38 pm
Forum: JP1 - Beginners
Topic: Help refresh my mind if you can!
Replies: 2
Views: 3476

Help refresh my mind if you can!

Hi,

I have a radio shack 15-2116 8 in one remote. Back about 6 years ago I used IR.EXE to program it. I think I am using an extender but don't recall for sure.

I had it programmed for Toshiba DVD, but it died and I switched to a Sony DVP-NS710H.

I loaded IR and opened my config file 2116ex2.IR ...
by alank2
Sun Dec 26, 2004 10:11 pm
Forum: JP1 - Software
Topic: Can you re-order items in IR such as keymoves or macros?
Replies: 2
Views: 3682

Yes, thats it! Thanks, I didn't realize I could do that!!!

Have a great day,

Alan
by alank2
Sun Dec 26, 2004 8:54 pm
Forum: JP1 - Software
Topic: Can you re-order items in IR such as keymoves or macros?
Replies: 2
Views: 3682

Can you re-order items in IR such as keymoves or macros?

While it probably doesn't make much difference when it runs (although it would make a little!), is there a way I can move these item up or down within their list to organize them? For example, if keymove #39 would be better up at #10, is there a way to move it around?

Thanks,

Alan
by alank2
Mon Oct 25, 2004 7:31 am
Forum: JP1 - Extenders
Topic: 2116 extenders - any way to speed up?
Replies: 14
Views: 12813

Rom protocols execute directly in rom. They are not copied to ram. The extender doesn't know whether a protocol comes from rom or eeprom, so it must create a stack frame to reload itself after any protocol, even rom protocols where the extender would still be there without reload.

That might ...
by alank2
Mon Oct 25, 2004 7:11 am
Forum: JP1 - Extenders
Topic: 2116 extenders - any way to speed up?
Replies: 14
Views: 12813

On a human time scale, multiple loads of 255 bytes from eeprom to ram add up to very little. I haven't done all the computations necessary to know exactly how long it takes.

Too bad, I was hoping this might be the reason for the slowness since a previous poster mentioned is eeprom comm was done ...
by alank2
Mon Oct 25, 2004 6:37 am
Forum: JP1 - Extenders
Topic: 2116 extenders - any way to speed up?
Replies: 14
Views: 12813

The eeprom isn't mapped into the address space at all and it is impossible to execute code in the eeprom.

The remote can read an write the eeprom by a slow serial protocol, but can't directly address it.

The only way to use eeprom contents is to first copy them to either ram or registers.

That ...
by alank2
Mon Oct 25, 2004 6:29 am
Forum: JP1 - Extenders
Topic: 2116 extenders - any way to speed up?
Replies: 14
Views: 12813

Hi guys,

Can you help me understand how the extender works and how the remote's memory map is mapped? The asm file when compiled puts the eemain and ee_part2 at 0x0752 and 0x03a. Does the part 1 and part 2 get copied to 0xff00 and execute there? Why doesn't it execute in eeprom? Is the eeprom ...