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 425 of 509
Mod. 0808 2011-07 Rev.2
1 - file content is readable with #RSCRIPT (no effect).
The device shall prompt a five character sequence
<CR><LF><greater_than><greater_than><greater_than>
(IRA 13, 10, 62, 62, 62)
after command line is terminated with <CR>; after that a file can be entered from
TE, sized <size> bytes.
The operations completes when all the bytes are received.
If writing ends successfully, the response is OK; otherwise an error code is
reported.
Note: the file name should be passed between quotes; every textual script file must
have .py extension, whilst every pre-compiled executable script file must have .pyo
extension; file names are case sensitive.
Note: when sending the script be sure that the line terminator is <CR><LF> and
that your terminal program does not change it.
Test command returns OK result code.
AT#WSCRIPT="First.py ",54,0
>>> here receive the prompt; then type or send the textual script, sized 54 bytes
OK
Textual script has been stored
It’s recommended to use the extension .py only for textual script files and the
extension .pyo only for pre-compiled executable script files.
Read Script - #RSCRIPT
[<script_name>]
Execution command reports the content of file <script_name>.
Parameter:
<script_name> - file name, string type (max 16 chars, case sensitive).
The device shall prompt a five character sequence
<CR><LF><less_than><less_than><less_than>
(IRA 13, 10, 60, 60, 60)
followed by the file content.
Note: If the file <script_name> is not present an error code is reported.