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 427 of 509
Mod. 0808 2011-07 Rev.2
#LCSCRIPT - List Script Names
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 file <script_name> is in use than CRC16 cannot be calculated and
execution command does not report <crc>.
Note: if file <script_name> is not in the list of files stored in NVM execution
command exits with error message.
Test command returns OK result code.
#LCSCRIPT: “First.py”,51,8FD6
#LCSCRIPT: “Second.py”,178,A034
#LCSCRIPT: “Third.py”,120,7C48
#LCSCRIPT: free bytes: 20000
OK
AT#LCSCRIPT=“Second.py”
#LCSCRIPT: “Second.py”,178,A034
OK
If file Third.py is already in use.
AT#LCSCRIPT
#LCSCRIPT: “First.py”,51,8FD6
#LCSCRIPT: “Second.py”,178,A034
#LCSCRIPT: “Third.py”,120
#LCSCRIPT: free bytes: 20000
OK