iredit V1.379 will not convert this hex code
nick_b
Posts: 15
This IR hex code from Shinybow videoswitcher SW5440 will not convert in IRedit V1.379?
900A 006D 0000 0001 00FF 0FF0
Or is a AMX database 2010 available? And is this videoswitcher in the list?
Nick
900A 006D 0000 0001 00FF 0FF0
Or is a AMX database 2010 available? And is this videoswitcher in the list?
Nick
0
Comments
It's a pretty simple/odd code though...
try using this, I expect it works.
0000 006D 0022 0002 0157 00AB 0016 0015 0016 0015 0016 0015 0016 0015 0016 0015 0016 0015 0016 0015 0016 0015 0016 0040 0016 0040 0016 0040 0016 0040 0016 0040 0016 0040 0016 0040 0016 0040 0016 0040 0016 0040 0016 0040 0016 0040 0016 0015 0016 0015 0016 0015 0016 0015 0016 0015 0016 0015 0016 0015 0016 0015 0016 0040 0016 0040 0016 0040 0016 0040 0016 05E7 0157 0055 0016 0E3B
Are you using a Pronto Hex to Nec program?
The codes that I need:
ch1 (that is the one you send)
900A 006D 0000 0001 00FF 0FF0
ch2
900A 006D 0000 0001 00FF 10EF
ch3
900A 006D 0000 0001 00FF 12ED
ch4
900A 006D 0000 0001 00FF 13EC
pwr
900A 006D 0000 0001 00FF 0BF4
Nick from the Netherlands
Using makehex :
900A is normally used for NEC1 protocol.
Edit the makehex Nec template
00FF 10EF
In decimal:
00=000
FF=255
10=16
EF=239
device=000.255
function=16.
changing the ~F to 239 in the Form line
Drop this irp file on makehex.exe and result is a long hex file
I'm glad you found the makehex.Makehex saved me a couple of times. I use sometimes.
But the program I've used was the IR code doctor.
You can download here: http://www.ir-toolkit.com/
You can convert Nec, RC5, RC5x for the pronto format.
What I've done, was copy your code, paste in the ir code doctor, right click, convert to pronto.
The program also shows the IR waveform, like the IRedit.
Forget IRtools, ,makehex programs. . IR doctor will do the job Remote Central website will not list this program. Also a Google search Nec format , Pronto hex short to raw hex will not list the program. Yes it will be on google page 90.003 .
What I find is that ProntoPro software have builtin a nice library with a lot off remote codes. Do not select for the custom code option but browse the long list with 10.000 codes. No need for Hardware. I think the newest Philips software for the 2010 Pronto's will have a more up to date library.
Nick