=============================================================================== W A V E C O M =============================================================================== Open AT Sample: Data Storage =============================================================================== (To print this file : use Notepad and remove all margins and default header.) Application description ======================= This application allows to handle the A&D storaga area, through the following command set. The AT+WRITE command allows to write data in a cell, and to list the currently allocated ones. AT+WRITE=[,] is the A&D cell identifier is the A&D cell required size, in KBytes (max: 10) --> If the cell does not exists * if used and not equal to 0, the A&D cell will be filled with generated data buffer * if not or equal to 0, the current port is switched to data mode using FCM API All received data blocks are written in the cell End of transfer is Ctrl-Z character. --> If the cell exists, it will be deleted AT+WRITE=? Lists all the A&D cells in memory The AT+READ command dumps the required A&D cell content on the current port AT+READ= is the A&D cell identifier AT+READ=? Lists all the A&D cells in memory The AT+REPAIR command launches the re-compaction process The AT+FORMAT command launches the format process The AT+INSTALL command allows to install the provided cell content AT+INSTALL= is the A&D cell identifier