NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public Hardware v
« Previous 1 24 25 26 27 28 263 Next »
MCE Remote WITHOUT ANY SOFTWARE!

 
  • 0 Vote(s) - 0 Average
MCE Remote WITHOUT ANY SOFTWARE!
skyking
Offline

Junior Member

Posts: 26
Threads: 5
Joined: Nov 2009
#31
2010-02-09, 05:03 AM (This post was last modified: 2010-02-10, 07:07 AM by skyking.)
I'm getting places with this, thank you very much!
Where I'm lost now is converting the F keys to the proper binary values.
I have an OEM HP with music, radio, and pictures button. I need to map F4, F5, F6
I already know the proper first part from the IRcodes table. I could use some help with how to get the rest.
I looked at what was here and can't see where
04,00,40
for F7 came from:o

EDIT: Ok I got it. The 04 for keyboard commands, the 00 well, just because.Smile
misterc
Offline

Junior Member

Posts: 3
Threads: 0
Joined: Mar 2007
#32
2010-02-09, 09:45 PM
Firstly thanks for this useful information on how to change the codes, it works perfect for me. I wanted to change one of the mappings to switch between fullscreen and windowed and I cant work out how to map Alt+Enter on the remote, I previously used the Green Windows button on HIP to do this.

Could you tell me the code used to map the Green button to Alt+Enter. Thanks.
pBS
Offline

Posting Freak

Posts: 4,829
Threads: 182
Joined: Aug 2005
#33
2010-02-17, 07:00 PM
alt-enter would be 04,04,28 i believe...
the key modifiers are:

list of ctrl/alt/shift states:
CTRL 1 (0x01)
SHIFT 2 (0x02)
CTRL+SHIFT 3 (0x03)
ALT 4 (0x04)
CTRL+ALT 5 (0x05)
SHIFT+ALT 6 (0x06)
WIN 8 (0x08)
CTRL+WIN 9 (0x09)
SHIFT+WIN 10 (0x0A)
ALT+WIN 12 (0x0C)

which gets put in second pair of last section..

04,04,28 =
first pair=what type of key it is, [keyboard key, remote key,appcommand,etc]
second pair=modifier...alt-cntrl-shift,etc..
third pair=key code itself..


so,
04,=it's a keyboard key we're emulating
04,=alt-
28,=enter...
Hardware: HDHR Prime, HDPVR 1212, Raspberry pi2, VFD display w/LCDSmartie
pBS
Offline

Posting Freak

Posts: 4,829
Threads: 182
Joined: Aug 2005
#34
2010-02-17, 07:44 PM
btw,power is 03,81,00 for the regular power key...
03,82,00 is suspend/sleep..
03,83,00 is system wake? hmm...interesting..
Hardware: HDHR Prime, HDPVR 1212, Raspberry pi2, VFD display w/LCDSmartie
misterc
Offline

Junior Member

Posts: 3
Threads: 0
Joined: Mar 2007
#35
2010-02-27, 12:38 PM
thanks for the correct codes for Alt+Enter, it worked perfect.
jw100
Offline

Junior Member

Posts: 44
Threads: 10
Joined: Mar 2010
#36
2010-03-30, 03:43 PM (This post was last modified: 2010-03-30, 04:37 PM by jw100.)
This fix has saved me from remote hell after trying Intelliremote (works well but needs $$), LMRemote and IR ServerSuite (couldn't get fully working, maybe crippled under Win7). If I were to be using the remote with other applications, I would splash out on Intelliremote, but it's over complex just for a few key mappings.

Besides the changes made in the revised map at the start of this thread, I have added a few more mappings.
Since there's no UK Freeview Teletext support, I programmed my "teletext" button for subtitles instead:
5A,00,00,00,04,01,0C
where 5A is my RC118 teletext button (MCE-compatible), and 04,01,0C is keyboard press Ctrl-Y.
This actually works better than on any other Freeview TV/recorder I have used - they all need multiple button presses. [Edit: I just noticed the yellow button is already programmed for that, but I think the labelled key will be easier to remember]

49,00,00,00,04,00,3E F5 Pictures
50,00,00,00,04,00,3F F6 Radio
4A,00,00,00,04,00,3C F3 Videos
47,00,00,00,04,00,3D F4 Music

One guide says to restart eHome under Devices after changes, but this is greyed out under Win7 defaults, so I just plugged the receiver out/in to force it.
My exported key is attached - please backup your own before using.
NPVR 2.5.5 - Windows 7 64-bit - Acer Revo R3610 - IA330 dual-core 1.6GHz - 3GB - Aim RC118 remote
dvasco
Offline

Senior Member

Posts: 718
Threads: 113
Joined: Jun 2006
#37
2010-04-22, 04:33 PM
pBS,

I have gone to Windows 7 and I am trying to use your mceblast but I am not seeing the emitter light up. The wiki directs me to this thread. Can you give me an example of how I would send channel 241 to port 2? mceblast 241 remoteindex b or just mceblast 241 b?
[SIZE="1"] [COLOR="Blue"]
NPVR | Athlon XP 5000+ 2 GB RAM | Asus EAH3450 | Hauppauge HVR-1600 & Colossus | MS MCE Beanbag
Harmony 659 | RF keyboard | Vizio 42" LCD & Panasonic 32" CRT | 3 PCH A-100 [/COLOR][/SIZE]
collin
Offline

Member

Posts: 62
Threads: 10
Joined: Sep 2009
#38
2010-04-22, 10:26 PM
I was not able to get MCEblast to work, I also run windows 7. I used IRBlast.exe(comes with IR server suite) for blasting and used the following parameters: -host localhost –port Port_1(2) –channel {channel}. The MCE remote fix works great for my remote though!
GB-PVR 1.4.7|Antec Fusion Black iMon LCD|Gigabyte GA-MA78LM-S2H|AMD Athlon II X2 240 Regor 2.8GHz|Asus 8400 GS 512MB|2GB Mushkin DDR2 SDRAM DDR2 1066 RAM|Western Digital WD-3200AAVS 320GB|Hauppauge PVR-150 & PVR-250|Windows 7 Home Premium
dvasco
Offline

Senior Member

Posts: 718
Threads: 113
Joined: Jun 2006
#39
2010-04-23, 06:12 PM
Collin, do you have 64bit Windows 7? I got IR Server to capture some keys and I tested and saw the blasters/emitters light up. I set that aside to set up a few other things and made some changes in GBPVR for the PCH and now I can't get the receiver to capture the key presses from the satellite remote. I have rebooted and switched between pBs' reg patch and the default. I still can't get it to work again. Any ideas?
[SIZE="1"] [COLOR="Blue"]
NPVR | Athlon XP 5000+ 2 GB RAM | Asus EAH3450 | Hauppauge HVR-1600 & Colossus | MS MCE Beanbag
Harmony 659 | RF keyboard | Vizio 42" LCD & Panasonic 32" CRT | 3 PCH A-100 [/COLOR][/SIZE]
collin
Offline

Member

Posts: 62
Threads: 10
Joined: Sep 2009
#40
2010-04-23, 10:17 PM (This post was last modified: 2010-04-24, 03:22 AM by collin.)
dvasco Wrote:Collin, do you have 64bit Windows 7? I got IR Server to capture some keys and I tested and saw the blasters/emitters light up. I set that aside to set up a few other things and made some changes in GBPVR for the PCH and now I can't get the receiver to capture the key presses from the satellite remote. I have rebooted and switched between pBs' reg patch and the default. I still can't get it to work again. Any ideas?

I'm running the 32bit home edition(it was cheap). I actually found a posting from someone else on here with a way to manually input the codes for your device. If you have IR Server Suite installed go to c:\program data(not program files)\ir server suite\set top boxes. Program Data is hidden by default. If your STB is one of the directories, copy the commands in that directory to c:\program data\IR Server Suite\IR Commands. The next time you go into IR Server Suite's Translator the commands will show up in the IR Commands tab and will just work. No learning necessary. I only use IR Server Suite for blasting, I use the reg patch for remote keys. It's been a rock solid setup and was the easiest way I found to control two STBs with two IR blasters.
GB-PVR 1.4.7|Antec Fusion Black iMon LCD|Gigabyte GA-MA78LM-S2H|AMD Athlon II X2 240 Regor 2.8GHz|Asus 8400 GS 512MB|2GB Mushkin DDR2 SDRAM DDR2 1066 RAM|Western Digital WD-3200AAVS 320GB|Hauppauge PVR-150 & PVR-250|Windows 7 Home Premium
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

Pages (7): « Previous 1 2 3 4 5 6 7 Next »
Jump to page 


Possibly Related Threads…
Thread Author Replies Views Last Post
  Replacing an MCE Remote Bobins 0 194 2025-06-08, 05:28 PM
Last Post: Bobins
  Ctrl and Alt ignored from remote ElihuRozen 3 1,714 2021-12-01, 03:08 AM
Last Post: sub
  Anyone got suggestions on TV tuner software? bakelmion 1 1,744 2021-10-19, 01:54 PM
Last Post: mvallevand
  Remote Control Recommendations NumberFive 0 1,533 2020-12-24, 07:27 PM
Last Post: NumberFive
  MCE remote giving double press mail@cravenplan.co.uk 2 2,878 2020-01-25, 03:51 AM
Last Post: dsreyn
  Control via TV Remote (Pulse-Eight CEC) W3bbo 3 3,261 2019-12-06, 06:32 PM
Last Post: sub
  Info (and Blue) button on Sony Bravia Android TV Remote? jksmurf 18 7,495 2019-03-02, 10:03 PM
Last Post: mvallevand
  IR Remote - must be a simple solution overlooking acemib 5 3,039 2018-09-14, 06:20 AM
Last Post: sub
  USB IR Receiver for Harmony Remote SNielson 1 2,248 2018-04-23, 09:33 AM
Last Post: Graham
  MCE Remote, hauppauge hd-pvr 1212, windows 10 and cable box issues astrothug 2 3,153 2018-03-18, 10:57 PM
Last Post: astrothug

  • View a Printable Version
  • Subscribe to this thread
Forum Jump:

© Designed by D&D, modified by NextPVR - Powered by MyBB

Linear Mode
Threaded Mode