MSD-501/502 Command Guide
93
@GBV
Bitmap memory status
Function
Getting
Format
@GBV
Return value
@GBV, num, block_1 (, block_2
・・・
)
Parameter
num: The number of divides
1 to 4 [Default] 1
block_1-4: Block size of each memory actually used
0 to 128 [Default] 12
Example
@GBV
@GBV,2,32,0
Getting actual state of bitmap memory.
Bitmap 1: 32 blocks (2,097,152 byes) are used;
bitmap 2: not registered.
Remarks
-
@GBN / @SBN
Bitmap number
Function
Getting
Setting
Format
@GBN
@SBN, bitmap
Return value
@GBN, bitmap
@SBN, bitmap
Parameter
bitmap: Bitmap number
1 = Bitmap 1 [Default],
2 = Bitmap 2,
3 = Bitmap 3,
4 = Bitmap 4
Only the number of divides or smaller value can be specified.
Specify the bitmap number first if using a remote control application or the like.
Example
@GBN
@GBN,2
Getting bitmap number to be registered.
Bitmap 2.
@SBN,2
@SBN,2
Registering an image in bitmap 2. (the bitmap file to
be sent next time will be registered in bitmap 2).
Completed normally.
Remarks
-