Specifications
Programmers Guide TH230/TH230+
96
GS ( E p
L
p
H
fn d1 d2 <Function 1>
Code ASCII:
GS ( E p
L
p
H
fn d1 d2
Code HEX: 0x1D 0x28 0x45 0x03 0x00 0x01 0x49 0x4E
Range: (p
L
+ p
H
× 256) = 3 (p
L
= 3, p
H
= 0)
fn = 1
d1 = 73 = ‘I’
d2 = 78 = ‘N’
Description:
This command changes the printer into the user setting mode.
Notes:
• If the printer is in standard mode, this command is valid only at the
beginning of the line.
• If the printer is in page mode, this command is ignored.
• Do not use this command while defining macros, because macros cannot
be included with this command.
• When the printer goes into the user setting mode, it transmits a “mode
change notice” back to the host.
Transmit data
Hex
Decimal
Data quantity
Header
0x37
55
1 byte
Identifier
0x20
32
1 byte
NULL 0x00 0 1 byte
• When it has executed this function, send the next commands after
checking the “mode change notice“.
• The host can differentiate the “mode change notice” from other data
the printer transmits by the specific information in the transmit data
block. When the header transmitted from the printer is 0x37 or 55
decimal, the data up to NUL (0x00 or 0 decimal) is handled as one group
and can be identified using the following data:
Transmit data Hex Decimal
1st byte (header) 0x37 55
2nd byte
(identifier)
0x20 32
However, consider the following requirement for data processing:
• When communication with the printer uses XON/XOFF control, the
XOFF code may interrupt the “Header to NUL” data string.