Get gateway IP. 
 A network gateway 
connects the device via 
another network and 
maybe over the 
Internet. Be aware of 
security problems.  
Note that this command 
is DEPRECATED and 
is now replaced by 
NET-CONFIG 
command. 
COMMAND 
#NET-GATE?<CR> 
FEEDBACK 
~nn@NET-GATEip_address<CR><LF> 
ip_address – Format: 
xxx.xxx.xxx.xxx 
Get the gateway IP address: 
#NET-GATE?<CR> 
Set IP address. 
 For proper settings 
consult your network 
administrator. 
Note that this command 
is DEPRECATED and 
is now replaced by 
NET-CONFIG 
command. 
COMMAND 
#NET-IPip_address<CR> 
FEEDBACK 
~nn@NET-IPip_address<CR><LF> 
ip_address – Format: 
xxx.xxx.xxx.xxx 
Set the IP address to 
192.168.1.39: 
#NET-
IP192.168.001.039<CR
> 
Get IP address. 
 
 For proper settings 
consult your network 
administrator. 
Note that this command 
is DEPRECATED and 
is now replaced by 
NET-CONFIG 
command. 
COMMAND 
#NET-IP?<CR> 
FEEDBACK 
~nn@NET-IPip_address<CR><LF> 
ip_address – Format: 
xxx.xxx.xxx.xxx 
Get the IP address: 
#NET-IP?<CR> 
Get MAC address. 
 For backward 
compatibility, the id 
parameter can be 
omitted. In this case, 
the Network ID, by 
default, is 0, which is 
the Ethernet control 
port. 
COMMAND 
#NET-MAC?id<CR> 
FEEDBACK 
~nn@NET-MACid,mac_address<CR><LF> 
id – Network ID–the device 
network interface (if there are more 
than one). Counting is 0 based, 
meaning the control port is ‘0’, 
additional ports are 1,2,3….  
mac_address – Unique MAC 
address. Format: XX-XX-XX-XX-
XX-XX where X is hex digit 
Set subnet mask. 
 
 For proper settings 
consult your network 
administrator. 
Note that this command 
is DEPRECATED and 
is now replaced by 
NET-CONFIG 
command. 
COMMAND 
#NET-MASKnet_mask<CR> 
FEEDBACK 
~nn@NET-MASKnet_mask<CR><LF> 
net_mask – Format: 
xxx.xxx.xxx.xxx 
Set the subnet mask to 
255.255.0.0: 
#NET-
MASK255.255.000.000<
CR> 
Get subnet mask. 
 
 For proper settings 
consult your network 
administrator. 
Note that this command 
is DEPRECATED and 
is now replaced by 
NET-CONFIG 
command. 
COMMAND 
#NET-MASK?<CR> 
FEEDBACK 
~nn@NET-MASKnet_mask<CR><LF> 
net_mask – Format: 
xxx.xxx.xxx.xxx 
Get the subnet mask: 
#NET-MASK?<CR> 
Set password for login 
level. 
 The default 
password is an empty 
string. 
COMMAND 
#PASSlogin_level,password<CR> 
FEEDBACK 
~nn@PASSlogin_level,password<CR><LF> 
login_level – Level of login to 
set (End User or Administrator). 
password – Password for the 
login_level. Up to 15 printable ASCII 
chars 
Set the password for the 
Admin protocol permission 
level to 33333: 
#PASSadmin,33333<CR> 
Get password for login 
level. 
 The default 
password is an empty 
string. 
COMMAND 
#PASS?login_level<CR> 
FEEDBACK 
~nn@PASSlogin_level,password<CR><LF> 
login_level – Level of login to 
set (End User or Administrator). 
password – Password for the 
login_level. Up to 15 printable ASCII 
chars 
Get the password for the 
Admin protocol permission 
level: 
#PASS?admin<CR> 
Get the port list of this 
machine. 
 The response is 
returned in one line and 
terminated 
with<CR><LF>. 
The response format 
lists port IDs separated 
by commas. 
This is an Extended 
Protocol 3000 
command. 
COMMAND 
#PORTS-LIST?<CR> 
FEEDBACK 
~nn@PORTS-LIST[<direction_type>. <port_format>. 
<port_index>,..,]<CR><LF> 
The following attributes comprise 
the port ID: 
▪ <direction_type> – 
Direction of the port: 
o  IN 
o  OUT 
▪ <port_format> – Type of 
signal on the port: 
o  HDMI 
▪ <port_index> – The port 
number as printed on the front 
or rear panel:  
1 – Input 1 
2 – Input 2 
3 – Input 3 
4 – Input 4 
 
1 – Output 1 
2 – Output 2 
3 – Output 3 
4 – Output 4 
Get the ports list: 
#PORTS-LIST?<CR>