Your Universal Remote Control Center
RemoteCentral.com
RS-232 & IP Control Forum - View Post
Previous section Next section Up level
Up level
The following page was printed from RemoteCentral.com:

Login:
Pass:
 
 

Topic:
IP Control of BoxeeBox using URC MX5000 (posted at IP too)
This thread has 7 replies. Displaying all posts.
Post 1 made on Wednesday December 22, 2010 at 22:17
Duct Tape
Loyal Member
Joined:
Posts:
November 2008
5,295
 I'm trying to use an MX5000 to control a Boxee Box via IP.

I can control the Boxee Box using commands entered into the address bar of a web browser and the commands work fine. such as:

http://192.168.2.191:8800/xbmcCmds/x...nd=SendKey(272)

that is the left arrow command

I have entered the ip address of the Boxee Box (192.168.2.191) and the Port (8800) into the device setup section in CCP.

I entered: /xbmcCmds/xbmcHttp?command=SendKey(272) 
for my test command


nothing happens when I test using the remote. I can ping the remote, and the boxee box from my laptop, so I know they are both connected to the network. 

I got the webserver command info for the BoxeeBox here:

http://developer.boxee.tv/Remote_Con...trol_Interface

Is this just not possible to do with an MX5000? or am I doing something wrong?

Thanks
[Link: facebook.com]
OP | Post 2 made on Friday December 24, 2010 at 13:14
Duct Tape
Loyal Member
Joined:
Posts:
November 2008
5,295
 For anyone interested in the answer, the string should look like this:

GET /xbmcCmds/xbmcHttp?command=SendKey(272) HTTP/1.1\x0d\x0aContent-Length: 0\x0d\x0a\x0d\x0a

Thanks to Fischer and mncsolutions over at the URC Control Room.
[Link: facebook.com]
Post 3 made on Sunday December 26, 2010 at 11:55
carlva
Lurking Member
Joined:
Posts:
December 2010
3
This is very helpful. I was also struggling with the MX-5000 programming.

What is the SendKey command for OK (Enter), Fast Forward, and Rewing?

Thanks!
Post 4 made on Sunday December 26, 2010 at 13:38
carlva
Lurking Member
Joined:
Posts:
December 2010
3
space = SendKey(61472) 0xF020
singlequote = SendKey(61662) 0xF0EE
, = SendKey(61628) 0xF0BC
- = SendKey(61629) 0xF0BD
. = SendKey(61630) 0xF0BE
/ = SendKey(61631) 0xF0BF
0 = SendKey(61488) 0xF030
1 = SendKey(61489) 0xF031
2 = SendKey(61490) 0xF032
3 = SendKey(61491) 0xF033
4 = SendKey(61492) 0xF034
5 = SendKey(61493) 0xF035
6 = SendKey(61494) 0xF036
7 = SendKey(61495) 0xF037
8 = SendKey(61496) 0xF038
9 = SendKey(61497) 0xF039
; = SendKey(61626) 0xF0BA
equals = SendKey(61627) 0xF0BB
A = SendKey(61505) 0xF041
B = SendKey(61506) 0xF042
C = SendKey(61507) 0xF043
D = SendKey(61508) 0xF044
E = SendKey(61509) 0xF045
F = SendKey(61510) 0xF046
G = SendKey(61511) 0xF047
H = SendKey(61512) 0xF048
I = SendKey(61513) 0xF049
J = SendKey(61514) 0xF04A
K = SendKey(61515) 0xF04B
L = SendKey(61516) 0xF04C
M = SendKey(61517) 0xF04D
N = SendKey(61518) 0xF04E
O = SendKey(61519) 0xF04F
P = SendKey(61520) 0xF050
Q = SendKey(61521) 0xF051
R = SendKey(61522) 0xF052
S = SendKey(61523) 0xF053
T = SendKey(61524) 0xF054
U = SendKey(61525) 0xF055
V = SendKey(61526) 0xF056
W = SendKey(61527) 0xF057
X = SendKey(61528) 0xF058
Y = SendKey(61529) 0xF059
Z = SendKey(61530) 0xF05A
[ = SendKey(61659) 0xF0DB
\ = SendKey(61660) 0xF0DC
] = SendKey(61661) 0xF0DD
_ = SendKey(61629) 0xF0BD
` = SendKey(61632) 0xF0C0
backspace = SendKey(61448) 0xF008
enter = SendKey(61453) 0xF00D
tab = SendKey(61449) 0xF009
control = SendKey(61457) 0xF011
alt = SendKey(61458) 0xF012
pausebreak = SendKey(61459) 0xF013
capslock = SendKey(61460) 0xF014
esc = SendKey(61467) 0xF01B
pageup = SendKey(61473) 0xF021
pagedown = SendKey(61474) 0xF022
end = SendKey(61475) 0xF023
home = SendKey(61476) 0xF024
leftarrow = SendKey(61477) 0xF025
uparrow = SendKey(61478) 0xF026
rightarrow = SendKey(61479) 0xF027
downarrow = SendKey(61480) 0xF028
printscreen = SendKey(61484) 0xF02C
insert = SendKey(61485) 0xF02D
delete = SendKey(61486) 0xF02E
window = SendKey(61531) 0xF05B
F1 = SendKey(61552) 0xF070
F2 = SendKey(61553) 0xF071
F3 = SendKey(61554) 0xF072
F4 = SendKey(61555) 0xF073
F5 = SendKey(61556) 0xF074
F6 = SendKey(61557) 0xF075
F7 = SendKey(61558) 0xF076
F8 = SendKey(61559) 0xF077
F9 = SendKey(61560) 0xF078
F10 = SendKey(61561) 0xF079
F11 = SendKey(61562) 0xF07A
F12 = SendKey(61563) 0xF07B
numlock = SendKey(61584) 0xF090
OP | Post 5 made on Wednesday December 29, 2010 at 08:38
Duct Tape
Loyal Member
Joined:
Posts:
November 2008
5,295
On December 26, 2010 at 11:55, carlva said...
This is very helpful. I was also struggling with the MX-5000 programming.

What is the SendKey command for OK (Enter), Fast Forward, and Rewing?

Thanks!

OK:
GET /xbmcCmds/xbmcHttp?command=SendKey(256) HTTP/1.1\x0d\x0aContent-Length: 0\x0d\x0a\x0d\x0a

Fast Forward:
GET /xbmcCmds/xbmcHttp?command=Action(16) HTTP/1.1\x0d\x0aContent-Length: 0\x0d\x0a\x0d\x0a
 
Rewind:
GET /xbmcCmds/xbmcHttp?command=Action(17) HTTP/1.1\x0d\x0aContent-Length: 0\x0d\x0a\x0d\x0a
[Link: facebook.com]
Post 6 made on Sunday May 8, 2011 at 13:32
carlva
Lurking Member
Joined:
Posts:
December 2010
3
What is the SendKey command for the Menu button on the remote?
OP | Post 7 made on Sunday May 8, 2011 at 16:04
Duct Tape
Loyal Member
Joined:
Posts:
November 2008
5,295
 i use this command for the menu button on the mx5000

GET\x20/xbmcCmds/xbmcHttp?command=SendKey(257)\x20HTTP/1.1\x0D\x0AContent-Length:\x200\x0D\x0A\x0D\x0A

I think it is the Home command
[Link: facebook.com]
Post 8 made on Tuesday January 15, 2013 at 16:21
jcp411
Lurking Member
Joined:
Posts:
January 2013
3
Just a thanks to carlva for posting the above Boxee codes! They really helped. I did find some updated codes for the alpha characters on Boxee forums which worked for a box we were setting up. [Link: forums.boxee.tv]

Thanks again.


Jump to


Protected Feature Before you can reply to a message...
You must first register for a Remote Central user account - it's fast and free! Or, if you already have an account, please login now.

Please read the following: Unsolicited commercial advertisements are absolutely not permitted on this forum. Other private buy & sell messages should be posted to our Marketplace. For information on how to advertise your service or product click here. Remote Central reserves the right to remove or modify any post that is deemed inappropriate.

Hosting Services by ipHouse