Add a remote control to a Harman Kardon HK6350R amplifier.


Author Message
Marcel27

Senior Member

Joined: 13/08/2024
Location: Netherlands
Posts: 104
Posted: 08:42am 17 Oct 2024      

  phil99 said  Just noticed a careless copy/paste in the code above.
This line:-
if DevKey = if (DevKey <> Up%) and (DevKey <> Down%) then 'quick stop
shoold be:-
if (DevKey <> Up%) and (DevKey <> Down%) then 'quick stop

@Phil99 Yes, I already found that typo and corrected that in my version and did not take the effort to report it. Your software example does its job and it is a good start. Thanks again.