AV Bridge CONFERENCE
25
Network Settings
NAME: network settings - get current network settings
SYNOPSIS: network settings {get}
DESCRIPTION: Method used to get the current network settings of the device
OPTIONS
get
Get the current network settings for the machine
EXAMPLES
network settings get
MAC Address:
00:04:a3:85:0a:ee
IP Address:
10.10.8.116
Netmask:
255.255.255.0
Gateway:
10.10.8.100
Returns the current network settings for mac address, IP address, net mask, and gateway
Serial
NAME: serial - Sets or gets the current serial settings
SYNOPSIS: serial { get | 9600 | 19200 | 38400 }
DESCRIPTION: The serial command is used to get or set the serial baud rate
OPTIONS
get
Returns the serial speed
9600
Sets the serial baud rate to 9600
19200
Sets the serial baud rate to 19200
38400
Sets the serial baud rate to 38400
EXAMPLES
serial get
Gets the current serial baud rate
serial 38400
Sets the external serial baud rate to 38400