EasyManua.ls Logo

CipherLab 8 Series

CipherLab 8 Series
263 pages
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Loading...
148
CipherLab BASIC Programming Part I
4.19.3 SD CARD
SD_FREE_MEMORY 8200, 8400, 8700
Purpose To get the size of free data memory on SD card in megabytes.
Syntax A% = SD_FREE_MEMORY
Remarks A%” is an integer variable to be assigned to the result.
Example
PRINT “Free memory on SD = ”, SD_FREE_MEMORY
See Also MEMORY_INFORMATION(6)
SD_SIZE 8200, 8400, 8700
Purpose To get the volume of SD card, excluding the space used by FAT structure.
Syntax A% = SD_SIZE
Remarks A%” is an integer variable to be assigned to the result, in units of megabytes.
Example
PRINT “SD size = ”, SD_SIZE
See Also MEMORY_INFORMATION(5)

Table of Contents

Related product manuals