Onkyo driver command format

I have an Onkyo TX-NR717, Just getting into the eISCP commands for these things. I would like to control certain functions that the driver cannot, but are specified in the ISCP protocol. What is the correct command syntax to put into the "Send Msg" box? For example: If I wanted to mute it via the msg box, what would I type? The built-in driver works on my receiver. I have the ISCP protocol command list.

What I have gathered from the protocol so far is, to mute, the data would be "!1AMT01[CR]" ...maybe it is something like ISCPxx!1AMT01[CR], where I'm just missing the "xx"part. Anyone have an idea?

Theres actually a bug in the sendMsg method, this will be fixed in the next release.
At which point you would just submit the listed ICSP command without any of the prefix or suffix characters, so mute would be sendMsg("AMT01")

1 Like

Awesome! That’s what I had tried at first, but didn’t work. So thought you had to send the full ICSP command. That’s going to be much easier. Thank you for confirming I’m not going crazy! :rofl:

1 Like