
UMTS/HSPA Module Series
WCDMA UGxx FILE AT Commands Manual
WCDMA_UGxx_FILE_AT_Commands_Manual Confidential / Released 12 / 19
2.7. AT+QFREAD Read the File
AT+QFREAD reads the data of the file related to the handle. The data starts from the current position of
the file pointer which belongs to the file handle.
Parameter
2.8. AT+QFWRITE Write the File
AT+QFWRITE writes the data to the file in storage. The data starts from the current position of the file
pointer which belongs to the file handle.
AT+QFREAD Read the File
Test Command
AT+QFREAD=?
Response
+QFREAD: <file_handle>[,<length>]
OK
Write Command
AT+QFREAD=<file_handle>[,<length>
]
Response
CONNECT
<read_length>
TA switches to data mode. When the total size of the data
reaches <length> (unit: byte), TA will return to command
mode, display the result and then reply the following codes:
OK
or
+CME ERROR: <err>
<file_handle>
The handle of the file to be operated
<length>
The length of the file to be read out and the default is the file length
<read_length>
The actual read length
<err>
The error code from the module (see the
Appendix A
)
AT+QFWRITE Write the File
Test Command
AT+QFWRITE=?
Response
+QFWRITE: <file_handle>[,<length>[,<timeout>]]
OK
Write Command
AT+QFWRITE=<file_handle>[,<length
>[,<timeout>]]
Response
CONNECT
TA switches to data mode. When the total size of the written
data reaches <length> (unit: byte) or the time, TA will return to
Quectel
Confidential