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 426 of 509
Mod. 0808 2011-07 Rev.2
Test command returns OK result code.
hereafter receive the prompt; then the script is displayed, immediately after the
prompt
<<<import MDM
MDM.send('AT\r',10)
Ans=MDM.receive(20)
OK
List Script Names - #LSCRIPT
#LCSCRIPT - List Script Names
Execution command reports either the list of file names for the files currently stored
in the Easy Script® related NVM, adding CRC16 information, and the available
free NVM memory in the format:
[#LCSCRIPT: <script_name1>,<size1>[,<crc1>]…
[<CR><LF>#LCSCRIPT: <script_namen>,<sizen>[,<crcn>]]]
<CR><LF>#LCSCRIPT: free bytes: <free_NVM>
where:
<script-namen> - file name, quoted string type (max 16 chars, case sensitive)
<sizen> - size of script in bytes
<crcn> - CRC16 poly (x^16+x^12+x^5+1) of script in hex format
<free_NVM> - size of available NVM memory in bytes
Note: CRC16 is calculated using the standard reversed CRC16-CCITT
x^16+x^12+x^5+1 polynomial (0x1021 representation, reversed) with initial value
FFFF.
Note: if one file currently stored in NVM is in use than CRC16 cannot be calculated
and execution command does not report <crcn> for that file.
<script_name>
Execution command reports size and CRC16 information of file <script_name> in
the format:
[#LCSCRIPT: <script_name>,<size>[,<crc>]]
where:
<script-name> - file name, quoted string type (max 16 chars, case sensitive)
<size> - size of script in bytes
<crc> - CRC16 poly (x^16+x^12+x^5+1) of script in hex format
Parameter:
<script_name> - file name, string type (max 16 chars, case sensitive).