Search found 3 matches

by siulung
Mon Mar 29, 2010 8:42 pm
Forum: Discrete Codes
Topic: Discrete On/Off for XBOX 360
Replies: 11
Views: 30613

Thx , that explained a lot about the protocol and make perfect sense.

the Makehex version i download came with an IRF file for MCE which is named rc6-M-L.irp and it is using the device 128.3972 , which most of the commands do works , i just assume there some sort of connection between 128.3972 and ...
by siulung
Sat Mar 27, 2010 2:20 pm
Forum: Discrete Codes
Topic: Discrete On/Off for XBOX 360
Replies: 11
Views: 30613

Thank you , i think i got lost when i assume all the 3 values are all hex , as the 116 and 15 are actually in dec.

What i am really trying to do is to look for the discrete commands for MCE , not xbox , which should be using the same protocol.

There are multiple post confirming that discrete power ...
by siulung
Wed Mar 24, 2010 8:20 pm
Forum: Discrete Codes
Topic: Discrete On/Off for XBOX 360
Replies: 11
Views: 30613

I am trying to understand the Microsoft protocol and came across this post , can someone explained the algorithm to convert from
116 15 2A and 116 15 29
to the binary string

ON
10000000 00001111 01110100 00101010
OFF
10000000 00001111 01110100 00101001

I do think the conversion is correct as i ...