Telit LE910 V2 Series AT Commands
80446ST10707A Rev. 0– 2015-11-03
Reproduction forbidden without Telit Communications S.p.A. written authorization - All Rights Reserved page 492 of 509
Mod. 0808 2011-07 Rev.2
#DWRCV – Receive data from M2M Service
If the data received are the consequence of a previous data sending issued
by AT#DWSEND, then they can be read only using AT#DWRCV
command and not AT#DWRCVR command (i.e.: AT#DWRCV and
AT#DWRCVR are not interchangeable).
Test command reports the supported range of values for all parameters.
Receive raw data from M2M Service - #DWRCVR
#DWRCVR – Receive raw data from M2M Service
Execution command permits the user to read raw data arriving from M2M
Service; the module is notified of these data by the URC #DWRING.
Parameters:
<msgId> - index of the data message to receive, as indicated in the URC
#DWRING
Range: >=1
If the data received are the consequence of a previous data sending (issued
by AT#DWSENDR), then the <msgId> value is the same of the
<msgId> value reported in the answer of AT#DWSENDR.
The incoming Server data are notified by the URC #DWRING with the
following format:
#DWRING: <type>,<msgId>,<len>
where:
<type> - type of the data message to receive
<msgId> - index of the data message to receive
<len> - length of data message to receive
If the incoming data are accepted with AT#DWRCVR, then the data are
received and showed with the following URC:
#DWRDATA: <msgId>,<error>,<len>,<data>
where:
<msgId> - defined as above
<error> - error code of the message to receive, 0 if there is no error.
<len> - defined as above
<data> - M2M Service data
Note: it is possible to use AT#DWRCVR only if the connection has been
opened with AT#DWCONN, else the ME is raising an error.