User manual
A630/A631/A632 Printer Series User Manual Page 55 / 63 Reference: FDE 3106894 Issue F
5.3.10.2.8 E
RASE
S
ELECTED
F
LASH
S
ECTOR
Erases the previously selected sector. The printer transmits ACK when the sector has been erased. If the
previous sector is not successfully erased, or if no sector was selected, the printer transmits NAK.
ASCII
GS DLE n
Hexadecimal 1D 10 n
Value and Range of n
0-3 = 256k bytes Flash
Exceptions:
Available only in download mode.
5.3.10.2.9 D
OWNLOAD TO
A
CTIVE
F
LASH
S
ECTOR
Contains a start address (ah x 256 + al) and count (ch x 256 + cl) of binary bytes to load into the selected
sector, followed by that many bytes. The start address is relative to the start of the sector. Addresses run
from 0 to 64K.
The printer may return one of several responses. ACK means that the data was written correctly and the
host should transmit the next block. NAK means that, for some reason, the data was not written correctly.
This could mean that communications failed or that the write to flash failed. The alternatives seem to be to
retry the block or halt loading and assume a hardware failure.
ASCII
GS DC1 al ah cl ch d1…dn
Hexadecimal 1D 11 al ah cl ch d1…dn
Value of al = low byte of the address , must be even
Value of ah = high byte of the address
Value of cl = low byte of the count , must be even
Value of ch = high byte of the count
Value of d = data bytes, from 2 to n (always even)
Value of n
(for number of data bytes)
Range of Address (al ah) Range of Count (cl ch)
((ch * 256) + cl) 0000-FFFE (hexadecimal) 0002-FFFE (hexadecimal)
Range: Addresses run from 0 to 64K.
Related Information: Available only in download mode.
5.3.11 Configuration commands
5.3.11.1.1 SELECT
EMULATION
ASCII
US SOH n
Hexadecimal 1F 01 n
Comments: This command is used to select the emulation.
n = 01 => ESC/POS emulation
n = 00 => DP1000 emulation