Harman Kardon
Posted: Fri Jun 05, 2015 6:26 am
So I have a very old school AVR745 (one of the best pieces of modern AV electronics made). unfortunately the older it gets the less is available. as there is a plugin for eventghost it is pretty much a for not, doesn't run properly and isn't complete.
what i need is... I would like to know if newer harmans have serial control at all??? and if so does anyone have knowledge if their RS232 protocol has changed??
i do have the protocol information from the older ones 5+ years ago could be older, don't remember. I used to work for harman and I have cut apart the existing script and made it work properly, no more errors and messages about unreadable lines and stopped it from posting all the time and added globals for alot of functions and it gives events for mute on .... and OFF as well as power on and OFF it is built to suit my application tho, i wanted to know if there is a call for me to finish it for ease of use?
what needs to be done....
put in an actual event list.
add settings menu options for the the TCP event sender intergration. (higher end models have Abus and multiroom. pretty useless now because you can'y buy the Abus
components for it any more.
I have the Arduino scripts for ps3 BT remote to Eventghost to the HK to actually get the multiroom functionality back.
as well as a dual eventghost for server and HTPC OSD revival (HDMI is old on mine 1.2 i think 1080i) with media portal HDMI direct from pc to TV
finish adding events for everything
make a 100% OSD duplicate of the original for EG
I have still to resolve the 50ms timing thing tho. HK specifications are 50ms between commands. i am at about 150 and i don't get any responses at that speed. have to slow it down to 500ms for the volume bar to operate smooth. I think it's because both portions of the script can't be run in that close a proximity of each other don't know tho. haven't wanted to port the script over to an Arduino tho (better control over the timings than on a PC. and best I can get from the PS3 to Arduino shoot the command over wired network to EG is 65ms
if i cut the script for the Arduino down to just vol up and down i have gotten about 20ms, but the code on the Arduino is quite large because of what i needed to do (stupid proof the remote for the wife).
if anyone is interested let me know.
and let me have a general idea of what features are important and as well as ones i may have forgotten about.
i also made that -80 to +10 volume response to a normal 0 - 100 with a global for both
what i need is... I would like to know if newer harmans have serial control at all??? and if so does anyone have knowledge if their RS232 protocol has changed??
i do have the protocol information from the older ones 5+ years ago could be older, don't remember. I used to work for harman and I have cut apart the existing script and made it work properly, no more errors and messages about unreadable lines and stopped it from posting all the time and added globals for alot of functions and it gives events for mute on .... and OFF as well as power on and OFF it is built to suit my application tho, i wanted to know if there is a call for me to finish it for ease of use?
what needs to be done....
put in an actual event list.
add settings menu options for the the TCP event sender intergration. (higher end models have Abus and multiroom. pretty useless now because you can'y buy the Abus
components for it any more.
I have the Arduino scripts for ps3 BT remote to Eventghost to the HK to actually get the multiroom functionality back.
as well as a dual eventghost for server and HTPC OSD revival (HDMI is old on mine 1.2 i think 1080i) with media portal HDMI direct from pc to TV
finish adding events for everything
make a 100% OSD duplicate of the original for EG
I have still to resolve the 50ms timing thing tho. HK specifications are 50ms between commands. i am at about 150 and i don't get any responses at that speed. have to slow it down to 500ms for the volume bar to operate smooth. I think it's because both portions of the script can't be run in that close a proximity of each other don't know tho. haven't wanted to port the script over to an Arduino tho (better control over the timings than on a PC. and best I can get from the PS3 to Arduino shoot the command over wired network to EG is 65ms
if i cut the script for the Arduino down to just vol up and down i have gotten about 20ms, but the code on the Arduino is quite large because of what i needed to do (stupid proof the remote for the wife).
if anyone is interested let me know.
and let me have a general idea of what features are important and as well as ones i may have forgotten about.
i also made that -80 to +10 volume response to a normal 0 - 100 with a global for both