WE310F5-X IP2WiFi Legacy AT Command Reference Guide
80664ST11079A Rev. 3
Page 32 of 79
2021-10-25
Not Subject to NDA
Enhanced Asynchronous Notification
Command Description
This command is used to support enhanced asynchronous notification method.
Command Syntax
AT+ASYNCMSGFMT=n
Parameter Description
Table 30: Enhanced Asynchronous Notification Parameters.
Parameter
Optional/Mandatory
Value
Description
n
Mandatory
0 (default)
Disable this feature
1
Enable this feature
Enabling this feature results with all asynchronous message going to the serial interface with a header. Also, during
these asynchronous message transfer S2W Application makes the GPIO19 high. Node Start Up Handling.
Format
The asynchronous message format is as shown:
<ESC><TYPE><SUBTYPE><LENGTH><MESSAGE>
<ESC>
Escape
TYPE
Type of message and the length is one byte. For asynchronous
message, it is 0x41 (ASCII value A)
SUBTYPE
Message subtype and the length of this field is:
One byte when the value of this byte is one of the values from
0 to E.
Two bytes when the value of this byte is F where the first byte
and the next byte is read and interpreted as per the table in
A.2 Asynchronous & Enhanced Asynchronous Messages, page 512
.
LENGTH
Length of the asynchronous message in hex. This field length is 2
bytes. See
A.2 Asynchronous & Enhanced Asynchronous Messages,
page 512
.
MESSAGE
Exact asynchronous message as string.
Synchronous Response
Table 31: Enhanced Asynchronous Notification Synchronous Response.
Responses
Remarks
OK
Success
ERROR: INVALID INPUT
If parameters are not valid.
(If
n
value is other than 0 and 1)
Example
Asynchronous message CONNECT (When Telit node acts as a TCP server)
AT+WA=TelitDemo
IP
SubNet
Gateway
192.168.1.99:255:255:255.0:192.168.1.1
OK