combining protocols
Moderator: Moderators
combining protocols
I have a combo DVD/VCR unit which seems to use NEC1 for DVD and Emerson protocol for VCR.
The problem is that some keys are for both functions (such as menu) which only send out an Emerson code. When I am building a device in keymap-master for the DVD how would I add the Emerson code as part of the NEC protocol???
I would rather not map the DVD codes to the VCR device. I want to keep them independant if possible.
Thanks
The problem is that some keys are for both functions (such as menu) which only send out an Emerson code. When I am building a device in keymap-master for the DVD how would I add the Emerson code as part of the NEC protocol???
I would rather not map the DVD codes to the VCR device. I want to keep them independant if possible.
Thanks
-
Mark Pierson
- Expert
- Posts: 3018
- Joined: Sun Aug 03, 2003 12:13 am
- Location: Connecticut, USA
- Contact:
Are you sure of those signals? It appears odd that one device (even a combo) would use two distinct signals. Did you determine this by learning the signals and then decoding them in IR?
To answer your question, you could use key moves to add the Emerson commands to the DVD device. Or, you could probably build an upgrade using the device combiner.
To answer your question, you could use key moves to add the Emerson commands to the DVD device. Or, you could probably build an upgrade using the device combiner.
Mark
Yes I learned the devices from the existing remote.
I thought it was strange but when I analyzed why some of the keys were coming out as Emerson I realized it was all the keys that were shared with the VCR function. Then when I started learning the VCR only keys they were all Emerson protocol.
So what do you sugest is the best way to create this remote?
When you say "To answer your question, you could use key moves to add the Emerson commands to the DVD device." You mean to do key moves from the VCR device??
Or, you could probably build an upgrade using the device combiner.
How do I do that??
I thought it was strange but when I analyzed why some of the keys were coming out as Emerson I realized it was all the keys that were shared with the VCR function. Then when I started learning the VCR only keys they were all Emerson protocol.
So what do you sugest is the best way to create this remote?
When you say "To answer your question, you could use key moves to add the Emerson commands to the DVD device." You mean to do key moves from the VCR device??
Or, you could probably build an upgrade using the device combiner.
How do I do that??
-
Mark Pierson
- Expert
- Posts: 3018
- Joined: Sun Aug 03, 2003 12:13 am
- Location: Connecticut, USA
- Contact:
You're going to build 2 upgrade files. One will be for the VCR using the Emerson protocol and all of the VCR-specific functions. The other will be for the DVD using the NEC1 protocol and its DVD-specific functions. Let's say you call the VCR setup code VCR/0123 and the DVD setup code DVD/1234. To fill in the missing Emerson signals (from the VCR device) needed by the DVD, you create key moves bound to that device that specify VCR/0123 as the device type/setup code and the EFC of the desired command.lexar wrote:When you say "To answer your question, you could use key moves to add the Emerson commands to the DVD device." You mean to do key moves from the VCR device??
The Device Combiner protocol let's you combine signals from up to 16 different devices. It's documented in the "keymap-master-protocols.txt" file.Or, you could probably build an upgrade using the device combiner. How do I do that??
Mark
-
Mark Pierson
- Expert
- Posts: 3018
- Joined: Sun Aug 03, 2003 12:13 am
- Location: Connecticut, USA
- Contact:
-
The Robman
- Site Owner
- Posts: 21890
- Joined: Fri Aug 01, 2003 9:37 am
- Location: Chicago, IL
- Contact:
If the DVD portion only needs a few Emerson signals, I would agree with Mark that key moves would be the best way to program this, rather than using the device combiner.
But the device combiner is certainly an option.
But the device combiner is certainly an option.
Rob
www.hifi-remote.com
Please don't PM me with remote questions, post them in the forums so all the experts can help!
www.hifi-remote.com
Please don't PM me with remote questions, post them in the forums so all the experts can help!
The memory in the remote is divided into regions so you have to look at how much of each memory area you have available.lexar wrote:What is the more efficient method to conserve memory on the remote?
If you are running low on memory in the keymove/macro area (listed as Move/Macro by IR), then the device combiner would save keymove memory.
If you are running low on upgrade memory (where devices and protocols go -- listed as Upgrade by IR) then keymoves will save upgrade memory.
The place where IR shows the amount of free memory is at the very bottom of the window.
You don't want to select NEC1 or EMERSON because as you noted, only the one you select will work. What you want is DEV Combiner and then fill in the device info fields for your 2 devices. I think it is covered in the readme that comes with KM.lexar wrote:I then put it to only NEC1 and all the NEC1 keys are working....
Any suggestions??
Scott