TSC AUTO ID Technology Co., Ltd. 87 Copyright 2009 All Rights Reserved.
F: Download files to main board flash memory.
E: Download files to expansion memory module.
FILENAME.BAS The filename resident in printer memory.
Note:
(1). Filenames are case sensitive.
(2). File extensions must be ".BAS"
(3). Filenames must be in 8.3 format.
(4).It should use with EOP command.
(5). If memory is not specified, all files will be downloaded to DRAM.
No Battery is used to back up files in DRAM. which will be lost in the event
printer power is lost.
2. Download a data file:
DOWNLOAD [n,] "FILENAME", DATA SIZE, DATA CONTENT…
Parameter Description
n Specify the memory location to save downloaded files.
n is ignored: Download files to DRAM only. If you would
like to save the files from DRAM to Flash memory before
turning off power, issue the MOVE command to printer.
F: Download files to main board flash memory.
E: Download files to expansion memory module.
FILENAME The name of data file that will remain resident in the
printer memory (case sensitive).
DATA SIZE The actual size in bytes of the data file (without header)
DATA CONTENT The data which will be downloaded into printer.
Note:
(1). For text data files, CR (carriage return) 0x0D and LF (Line Feed) 0x0A is
the separator of data.
(2). If memory is not specified, all files will be downloaded to DRAM.
No Battery is used to back up files in DRAM. which will be lost in the event
printer power is lost.