I have done the ict file for TMY HDR-ZS232E and it is a new protocol. Luckily, it was quite simple.
http://www.hifi-remote.com/forums/dload ... e_id=13643
http://www.hifi-remote.com/forums/dload ... e_id=13642
With 1 byte of device byte and 3 bytes of command byte.
structure : device, command
1=(422,-844) 0=(422,-422)
lead in=(3360,1680)
lead out style=LI, LO
lead out off=74766
I created the rmdu file, which is reported to work.
Thanks.
TMY HDR-ZS232E device upgrade
Moderator: Moderators
TMY HDR-ZS232E device upgrade
Last edited by chuliu on Sun Oct 25, 2015 8:31 am, edited 2 times in total.
-
The Robman
- Site Owner
- Posts: 21886
- Joined: Fri Aug 01, 2003 9:37 am
- Location: Chicago, IL
- Contact:
It's actually 3 fixed bytes and 1 variable byte, but you got that right in the code. As this is NEC based, you should assume that all data is LSB whereas you had the command byte as LSB and the device bytes as MSB.
Also, you appear to have only included 1 function and the OBC is not one of the 5 OBCs that appear in your IRScope file
Here is a version with all 5 buttons programmed (though I suspect there are more) which uses LSB for all the data:
http://www.hifi-remote.com/forums/dload ... e_id=13646
Also, you appear to have only included 1 function and the OBC is not one of the 5 OBCs that appear in your IRScope file
Here is a version with all 5 buttons programmed (though I suspect there are more) which uses LSB for all the data:
http://www.hifi-remote.com/forums/dload ... e_id=13646
Rob
www.hifi-remote.com
Please don't PM me with remote questions, post them in the forums so all the experts can help!
www.hifi-remote.com
Please don't PM me with remote questions, post them in the forums so all the experts can help!
Sorry about the mistake.
I have only partial icp file.
Admittedly I used msb and lsb inconsistently.
I will upload a complete bin file now, which still has the msb and lsb issue.
http://www.hifi-remote.com/forums/dload ... e_id=13647
I have only partial icp file.
Admittedly I used msb and lsb inconsistently.
I will upload a complete bin file now, which still has the msb and lsb issue.
http://www.hifi-remote.com/forums/dload ... e_id=13647