Smart Machine Smart Decision
SIM7500_SIM7600 Series_AT Command Manual_V1.07 2017-12-25
This command is used to
output cached data (generated by AT+CFTPGET/AT+CFTPLIST) to
MCU.
SIM PIN References
YES Vendor
Syntax
Read Command Responses
AT+CFTPCACHERD? +CFTPCACHERD: <len>
OK
Execute Command Responses
If cache data is AT+CFTPGET:
[+CFTPGET: DATA,<out_len><CR><LF>]
[…]
OK
If the cache data is AT+CFTPLIST:
[+CFTPLIST: DATA,<out_len><CR><LF>]
[…]
OK
ERROR
Defined values
<len>
The bytes of data cached in FTP module.
<out_len>
The bytes of data to output. The maximum value is 1024 for each AT+CFTPCACHERD calling.
Examples
+CFTPCACHERD: 102400
AT+CFTPCACHERD
+CFTPGET: DATA, 1024
…
OK