Your Universal Remote Control Center
RemoteCentral.com
Philips Pronto Professional Forum - View Post
Up level
Up level
The following page was printed from RemoteCentral.com:

Login:
Pass:
 
 

Original thread:
Post 1 made on Monday March 18, 2024 at 22:14
mpg7321
Regular Member
Joined:
Posts:
June 2020
112
I would like to display the current mute status on my Marantz receiver.
what am I doing wrong, the code needing to be sent is MU?\r

var s = CF.extender[A].serial[1];
s.bitrate = 9600;
s.databits = 8;
s.parity = 0;
s.stopbits = 1;
var line = s.match('MU?\r','\r',1000);
CF.widget("Mute_Status").label = line;


Hosting Services by ipHouse