
UMTS/HSPA Module Series
WCDMA UGxx FILE AT Commands Manual
WCDMA_UGxx_FILE_AT_Commands_Manual Confidential / Released 17 / 19
3.1.2. Download the File
AT+QFDWL="RAM:test.txt"
//Down
load the text file “RAM:test.txt” from RAM.
CONNECT
<Output Data>
+QFDWL: 10,613e
//Get the bytes of the downloaded data and the checksum.
OK
3.2. Write and Read the File
3.2.1. Write and Read RAM File
AT+QFLDS="RAM"
//
Query the space information of RAM.
+QFLDS: 524288,524288
OK
AT+QFOPEN="RAM:1",0
//Open the file in the RAM.
+QFOPEN: 3000
OK
AT+QFWRITE=3000,10
//Write 10 bytes to the file.
CONNECT
<Write Data>
+QFWRITE: 10,10
//The actual written bytes and the size of the file are returned.
OK
AT+QFSEEK=3000,0,0
//Set the file pointer to the beginning of the file.
OK
AT+QFREAD=3000,10
//Read the data.
CONNECT
<Read Data>
OK
AT+QFCLOSE=3000
//Close the file.
OK
Quectel
Confidential