Note: This information applies to RemoteLog modules only.
It is possible to insert a control character, such as a tab, into a message string or modem initialization string. The rules are as follows:
Alpha characters when used with the caret are not case sensitive. i.e.. ^A & ^a are equivalent.
A double caret (^^) places a caret character into the string.
A caret followed by three digit decimal number is the equivalent ASCII character. i.e.. ^094 is the ^ char.
Note: Numbers larger than 255 are discarded. Also, numbers that are less than three digits are assumed to be the decimal number they represent.
A caret followed by an invalid character will be discarded. The valid characters are @ [ \ ] ^ _ and alphanumeric only.