Chapter 6: Commands 7197 Owner’s Guide
February 2002
178
Erase Selected Flash Sector
ASCII: GS DLE n
Hexadecimal: 1D 10 n
Decimal:
29 16 n
Value and Range of n:
0 – 7 = 512K bytes Flash
0 – 15 = 1M bytes Flash
0 – 31 = 2M bytes Flash
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.
Example:
• MSComm1.Output = Chr$(&H1D) & Chr$(&H10) & Chr$(n)
Exceptions:
Available only in Download Mode.