Search found 9 matches

by clinkme
Sat May 05, 2007 12:38 am
Forum: JP1 - Software
Topic: Ideas for Button action with same EFC/OBC
Replies: 26
Views: 24023

Rob, thank you very much,

unfortunatelly, after my additional investigation I know that my original remote uses NEC1 protocol (seperate short code when button is held down).
So, is it possible to re-use your hack for NEC1 protocol, and if yes, can you show the right way?

Thanks again,
Il
by clinkme
Thu May 03, 2007 3:31 am
Forum: JP1 - Software
Topic: Ideas for Button action with same EFC/OBC
Replies: 26
Views: 24023

Hello Rob!
Is your new hacked protocol compatible with Kameleon URC-8040?
Thanks in advance,
Il
by clinkme
Wed May 02, 2007 10:20 pm
Forum: JP1 - General Forum
Topic: How to hack NEC1 protocol?
Replies: 2
Views: 4325

How to hack NEC1 protocol?

I've a box (hdd player Enigma), where a long press of the FFWD and REW buttons is
treated as rewind and fast forward, and a short press is treated as NEXT and PREV files. It is very terrible, so I begin to search and have found here a hacked NEC2 protocol with similar functionality written by Rob ...
by clinkme
Mon Sep 05, 2005 7:24 am
Forum: Code Search (Closed)
Topic: "Region Free" code for Pioneer DVD players
Replies: 40
Views: 56977

Thanks

Thank you very much, Rob, for your quick reply, and again for all the job with JP1,
Il
by clinkme
Sun Sep 04, 2005 11:49 pm
Forum: Code Search (Closed)
Topic: "Region Free" code for Pioneer DVD players
Replies: 40
Views: 56977

Compatible with URC-8040

Hi,
the question to Mr. TheRobman,

is this upgrade/protocol compatible with URC-8040 (from the beginning of that topic you say about URC-8060 remote)

Thanks in advance,
Il
by clinkme
Sat Sep 03, 2005 8:52 am
Forum: JP1 - General Forum
Topic: URC-8040 WAV Upgrade
Replies: 1
Views: 3509

URC-8040 WAV Upgrade

Sorry for a stupid question,
is it possible to upgrade URC-8040 (Kameleon 4/European) with WAV-file? I've prepared the file on the computer, but 8040's manuals doesn't point me to the right place - how to say to the 8040 go to the sound upgrade position?

Thanks in advance,
Il
by clinkme
Sat Sep 03, 2005 12:33 am
Forum: JP1 - Extenders
Topic: Using special pause protocol
Replies: 16
Views: 18909

Thank to all, guys,
I'll try out all these pause protocols.

What to about "Why do you need to know?" - because I'm a programmes in the past,
I want to understand, how all the stuff works. Also, may be I can to enhance some code for all users (al least for my URC-8040).
For example, I don't use any ...
by clinkme
Fri Sep 02, 2005 7:27 am
Forum: JP1 - Extenders
Topic: Using special pause protocol
Replies: 16
Views: 18909

OK, at now it's clear for me. The pause function, because it is only "virtual", can be inserted into macro *only* from the PC with IR.EXE. Thanks...
But what about the second question about guidelines how the microprocessor handles the upgrade code (I mean what registers|memory area it uses, for ...
by clinkme
Fri Sep 02, 2005 3:47 am
Forum: JP1 - Extenders
Topic: Using special pause protocol
Replies: 16
Views: 18909

Using special pause protocol

Hello,
please help me to use a special pause protocol from URC-8040 extender. the code for it is:
tv_1104:
db FB ;Protocol = 0x1FB
db 0 ;No digit map
db 1 ;No defined keys

Protocol_1FB:
db 00,00,01
org Ram
LD W2, R03 ;Get count
CALL BlinkW2Times ;Pause by blinking LED
RET
There is no ...