User`s guide

RN-WIFLYCR-UG
www.rovingnetworks.com Version 1.2r 4/30/13 page 12
The minimum interval value is 1 (every 2 seconds) and the maximum value is 0xff
(every 256 seconds). Setting the interval value to zero disables UDP broadcast mes-
sages.
Default: 7
Example: set broadcast interval 6 // Sets the heartbeat UDP message
// interval to 6 seconds
2.3.7 set broadcast port <value>
This commands sets the port to which the UDP hello/heartbeat message is sent, where
<value> represents the port number.
Default: 55555
Example: set broadcast port 55555 // Sets the port to which the UDP heart
// beat is sent to 55555
2.3.8 set broadcast remote <value>
This commands sets the port to which the backup UDP hello/heartbeat message is
sent, where <value> represents the port number.
Default: 0
Example: set broadcast port 4444 // Sets the port to 44444
2.3.9 set comm $ <char>
This command sets character used to enter command mode to <char>. You typically
use this setting when $$$ (the default string used to enter command mode) is a possi-
ble data string. You must carefully note the new character. After you save this setting,
upon every subsequent reboot the module ignores $$$ and looks for
<char><char><char> to enter command mode.
Default: $
Example: set comm $ w // Sets the string to enter command mode
// to www
2.3.10 set comm close <string>
This command sets the ASCII string that is sent to the local UART when the TCP port
is closed, where <string> is one or more characters up to a maximum of 32 (32 bytes).
If you do not wish to use a string, use a zero (0) as the <string> parameter.
Default: *CLOS*
Example: set comm close *port closed* // Set the string to *port closed*
2.3.11 set comm open <string>
This command sets the ASCII string that is sent to the local UART when the TCP port
is opened, where <string> is one or more characters up to a maximum of 32 (32 bytes).
If you do not wish to use a string, use a zero (0) as the <string> parameter.
Default: *OPEN*
Example: set comm open *port open* // Set the string to *port open*