Skip to content

Instantly share code, notes, and snippets.

@rismoney
Created March 30, 2016 02:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rismoney/5b1df372510b19f465146b128273aa18 to your computer and use it in GitHub Desktop.
Save rismoney/5b1df372510b19f465146b128273aa18 to your computer and use it in GitHub Desktop.
Each C4630 SE inbound serial command begins with a colon character (:), followed by a single letter that indicates the
desired command, then one or more parameters, and ends with a carriage return (<cr>).
Command Syntax Parameter s State Comment s
Zone Power :Zxy<cr> x = Zone 1 – 6; y = State 1=On; 0=Off Discrete Zone Setting
All Zones Off :Zy<cr> y = State 1=On; 0=Off Global Setting Only
Source Select :Sxy<cr> x = Zone 1 – 6; y = Source 1 – 4 Adjustable Discrete Zone Setting
Volume :Vxyy<cr> x = Zone 1 – 6; yy = Vol 0 – 60 Adjustable Discrete Zone Setting
Volume Step :Vx++<cr> ++ = increase 1 step Adjustable Discrete Zone Setting
:Vx--<cr> -- = decrease 1 step Adjustable Discrete Zone Setting
Page Volume :Gxyy<cr> x = Zone 1 – 6; yy = Vol 0 – 60 Adjustable Discrete Zone Setting
Page Volume Step :Gx++<cr> ++ = increase 1 step Adjustable Discrete Zone Setting
:Gx--<cr> -- = decrease 1 step Adjustable Discrete Zone Setting
Mute :Mxy<cr> x = Zone 1 – 6; y = State 1 = Mute On; 0 = Mute Off Discrete Zone Setting
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment