Cinterion
®
EHS6 AT Command Set
18.6 AT^SFSA
EHS6_ATC_V03.001 15/12/3
Confidential / Released
Page 431 of 513
Write Command
Read global status of FFS.
AT^SFSA="gstat"[, <drive>]
Response(s)
In case of success:
^SFSA: <StorageSize>
^SFSA: <FreeSpace>
^SFSA: <result>
OK
In case of error:
^SFSA: <result>
ERROR
+CME ERROR: <err>
Write Command
List content of a directory.
AT^SFSA="ls", <path>
Response(s)
In case of success:
[^SFSA: <name>]
[... ]
^SFSA: <result>
OK
In case of error:
^SFSA: <result>
ERROR
+CME ERROR: <err>
Write Command
Create a directory. The directory in which the new directory should be created must already exist, i.e. the cre-
ation of intermediate sub-directories is not supported.
AT^SFSA="mkdir", <path>
Response(s)
In case of success:
^SFSA: <result>
OK
In case of error:
^SFSA: <result>
ERROR
+CME ERROR: <err>
Write Command
Open a file.
AT^SFSA="open", <path>, <flag>
Response(s)
In case of success:
^SFSA: <fh>, <result>
OK
In case of error:
^SFSA: <result>
ERROR
+CME ERROR: <err>