Specifications
TH82 Series Reference Manual
39/39
ESC ∼ Select print density
[FORMAT] <1B>H<7E>H<m><n>
[RANGE] m=0,
0≦n≦7
[FUNCTION] Selects print density.
Sets print density specified by n as follows.
n=0 Lightest
n=7 Deepest
[CAUTION] This command is enabled only when processed at the beginning of a line.
[DEFAULT] n=3
FS g 1 Write to NV user memory
[FORMAT] <1C>H<67>H<31>H<m><a1><a2><a3><a4><nL><nH>[d1...dk]
[RANGE] m=0
0≦(a1+(a2x256)+(a3x65536)+(a4x16777216))≦1023
1≦(nL+(nHx256))≦1024
32≦d≦255
k=(nL+(nHx256))
[FUNCTION] Writes data to NV(Non-volatile) user memory.
*m is set to 0.
*a1、a2、a3 and a4 specify the stored starting address of the data to (a1+(a2x256)+(a3x65536) +
(a4x16777216).
*nL、nH set the number of stored data to (nL+(nHx256)) bytes.
*d specifies the stored data.
[DETAILES] *NV user memory is the memory area which is used for the stored character font data in
non-volatile memory.
*This command is enabled only when processed at the beginning of a line in standard mode.
*This command is ignored in page mode.
*When this command is received during macro definition, the printer stops macro definition and
begins to process this command.
*If the values of the argument (m), the stored starting address (a1,a2,a3,a4) and the number of the
stored data (nL, nH) are out of the range, or if [the stored starting address (a1,a2,a3,a4) + the number
of the stored data (nL, nH)
≧1024], this command is ignored and the following data is processed as
normal data.
*If the value of the stored data (d) is out of range, the procession of this command is ended and the
data following are processed as normal data. In this case, the data which are already finished
processing are stored in the NV user memory.
*Procession which writes data to the NV user memory overwrites previous data. Thus, previous
data is deleted.
*If an error occurs during writing data to the NV user memory, “Memory or Gate array R/W error”
appears.
*Data of the stored in the NV user memory can be read by FS g 2.
*The data of the NV user memory is not initialized by executing ESC @, FS q, reset or power off.
[CAUTION] *Executing write command frequently by FS g 1 may damage to the NV memory. Thus, it is
strongly recommended to write the NV memory 10 times or less a day.
*When processing this command, the printer may be BUSY during writing the data to the NV user
memory and stops receiving data. Thus, it is prohibited to transmit data from the HOST, including
the real-time commands during the printer is busy.