Problem with decoding Sony VCR SLV-N71 Eject function
Posted: Fri Nov 05, 2004 11:09 am
Hi !
I got URC-8811 and I'm creating a device for my Sony VCR that has all the functions of the original remote. To do that I'm using the learning functionality of my remote.
All the other functions are fine and working except the 'eject' one.
I'm uning DecodeIR.dll v2.14 within IR.exe v.5.15
For this one in adition to protocol Sony12 device 11, there is a second part with protocol Async7. If I use only the first part the VCR does not respond.
I have many times with the eject button and the result is the same every time. Also it works when I use the learned signal so the problem should be with the decoding. I do not have any problems with all the other buttons.
The 'send once' section is blank and 'send repeatedly' has:
+2388 -608 +596 -602 +1194 -602 +1194 -602 +596 -602 +1194 -602 +596 -602 +596 -602 +1194 -602 +1194 -602 +596 -602 +1194 -602 +596 -24566
Frequency 40201
That gets decoded to:
Could you help me, please, to create the right function for this device?
All the other functions have only one part Sony12 device 11 or Sony15 device 186 and I do not have problem with that using Sony12/15 protocol.
I got URC-8811 and I'm creating a device for my Sony VCR that has all the functions of the original remote. To do that I'm using the learning functionality of my remote.
All the other functions are fine and working except the 'eject' one.
I'm uning DecodeIR.dll v2.14 within IR.exe v.5.15
For this one in adition to protocol Sony12 device 11, there is a second part with protocol Async7. If I use only the first part the VCR does not respond.
I have many times with the eject button and the result is the same every time. Also it works when I use the learned signal so the problem should be with the decoding. I do not have any problems with all the other buttons.
The 'send once' section is blank and 'send repeatedly' has:
+2388 -608 +596 -602 +1194 -602 +1194 -602 +596 -602 +1194 -602 +596 -602 +596 -602 +1194 -602 +1194 -602 +596 -602 +1194 -602 +596 -24566
Frequency 40201
That gets decoded to:
Code: Select all
# | Protocol | Device | Sub-Device | OBC | Hex Cmd | EFC | Misc
--+----------------------------+--------+------------+-----+------------+--------------+---------------------
1 | Sony12 | 11 | | 22 | 68 or 69 | 081 or 073 |
2 | Async7:285-313:80.86..9898 | 152 | 152 | 134 | | | 80 86 98 98 86 98 98
All the other functions have only one part Sony12 device 11 or Sony15 device 186 and I do not have problem with that using Sony12/15 protocol.