Page 15 of 16
Global functions
In the global functions, all the functions allowed to adjust the basic functions of the Sound Bar is
showen.
All commands start with “NEUNIT=1,” followed by the command in <A>, the value after the equal
sign must be replaced with the value in <X> or a question mark, all commands must end with a \
CR
Description <A> <X> Default <X> R/W
Power amplifier on and off POWER=<X> ON or OFF OFF R/W
Select audio input INPUT=<X> 1 to 3 1 R/W
Increment or decrement
output volume
VOL=<X> INC or DEC R/W
Set output volume to
specific value
VOL=<X>
-70 to +12 0
R/W
Mute audio output on or off MUTE=<X> ON or OFF OFF R/W
Request software version SWVERSION=? x.y.z R
Example of use:
NEUNIT=1,POWER=ON\CR <- Turn on the Sound Bar.
NEUNIT=1,POWER=OFF\CR <- Turn off the Sound Bar.
NEUNIT=1,POWER=?\CR <- Query the power status.
NEUNIT=1,INPUT=1\CR <- Sets the audio input to input 1 (UNBALANCED).
NEUNIT=1,INPUT=2\CR <- Sets the audio input to input 2 (OPTICAL).
NEUNIT=1,INPUT=3\CR <- Sets the audio input to input 3 (BALANCED).
NEUNIT=1,INPUT=?\CR <- Query the selected audio input.
NEUNIT=1,VOL=INC\CR <- Increments the master volume one step.
NEUNIT=1,VOL=DEC\CR <- Decrements the master volume one step.
NEUNIT=1,VOL=DEC\CR <- Decrements the master volume one step.
NEUNIT=1,VOL=+10\CR <- Sets the master volume to 10.
NEUNIT=1,VOL=?\CR <- Query the master volume level.
NEUNIT=1,MUTE=ON\CR <- Mute audio output.
NEUNIT=1,MUTE=OFF\CR <- Unmute audio output.
NEUNIT=1,MUTE=?\CR <- Query the audio output mute state.