www.rovingnetworks.com
Version 1.0r 9/21/2012
11
RN -W IFLYCR -U M
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 possible 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
set comm close <
string
>
This command sets the ASCI 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*
set comm open <
string
>
This command sets the ASCI 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*
set comm remote <
string
>
This command sets the ASCI string that is sent to the remote TCP client 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:
*HELLO*
Example:
set comm remote *welcome*
// Set the string to *welcome*
set comm idle <
value
>
This command sets the idle timer value, where <
value
> is a decimal number representing the number of seconds.
The idle timer value is the number of seconds during which no data is transmitted or received over TCP before the
connection is closed automatically. Setting the timer to 0 (the default) means the module never disconnects when
idle.
Default:
0
Example:
set comm idle 25
// Set the idle timer value to 25 s