
Serial Commands
Christie MicroTiles Serial Commands Technical Reference
16
020-101547-01 Rev. 1 (03-2015)
Examples
NET+ETH0?
Returns the IP address from Ethernet
port 0.
-
NET+ETH0 <IP address>
Sets the IP address for Ethernet port
0.
-
NET+SUB0?
Retrieves Network Subnet Mask from
Ethernet port 0.
-
NET+SUB0 <subnet mask>
Sets the subnet mask for Ethernet
port 0.
-
NET+GATE?
Retrieves the default gateway from
Ethernet port 0.
-
NET+GATE <gateway>
Sets the default gateway for Ethernet
port 0.
-
NET+MAC0?
Retrieves the MAC address from
Ethernet port 0.
-
NET+MODE?
Retrieves the Network IP address
mode, Auto or Manual.
-
NET+MODE <value>
Sets the network IP addressing mode. Auto = Obtains the IP address
automatically.
Manual = Sets the IP address to the
value identified by the user.
Set new IP address on the first ethernet controller.
(NET+ETH0 "192.168.1.35")
Set the gateway.
(NET+GATE "192.168.0.1")
Set the subnet mask on the first ethernet controller.
(NET+SUB0 "255.255.255.0")
Set the host name.
(NET+HOST "MyHostName")
Set the domain name.
(NET+DOMA "MyDomainName")
Get IP address from first controller. (NET+ETH0! "192.168.1.35").
(NET+ETH0 ?)
Get IP address from second controller. (NET+ETH1! "192.168.1.36").
(NET+ETH1 ?)
Get MAC address from first controller. (NET+MAC0! "00:12:3F:7B:76:B4").
(NET+MAC0 ?)
Command
Description
Values