Cinterion
®
EHS6 AT Command Set
18.6 AT^SFSA
EHS6_ATC_V03.001 15/12/3
Confidential / Released
Page 432 of 513
Write Command
Read from a file. The file has to be opened for reading before.
The command returns <nbytes> bytes of binary data read from the file.
The number of bytes actually read can be equal or smaller than the requested number of bytes given by the
<size> parameter.
AT^SFSA="read", <fh>, <size>
Response(s)
In case of success:
<CR><LF>^SFSA: <nbytes>, <result><CR><LF>
[Binary data of <nbytes> bytes]
OK
In case of error:
^SFSA: <result>
ERROR
+CME ERROR: <err>
Write Command
Remove a file. The file has to be closed.
AT^SFSA="remove", <path>
Response(s)
In case of success:
^SFSA: <result>
OK
In case of error:
^SFSA: <result>
ERROR
+CME ERROR: <err>
Write Command
Rename a file or directory.
AT^SFSA="rename", <path>, <name>
Response(s)
In case of success:
^SFSA: <result>
OK
In case of error:
^SFSA: <result>
ERROR
+CME ERROR: <err>
Write Command
Remove a directory. The directory has to be empty.
AT^SFSA="rmdir", <path>
Response(s)
In case of success:
^SFSA: <result>
OK
In case of error:
^SFSA: <result>
ERROR
+CME ERROR: <err>