334
10) Error release request commands in Status 5
Upon receive of this command, the printer releases the item No. error or BCC error, and resume printing from the item with
the error.
[Command]
SOH (HEX 01H) + SUB (HEX 1AH)
[Format]
STX + SOH + SUB + a + ETX
a "Release" 0: cancel the data with error
1: print the data with error
[Examples]
STX SOH SUB 0 ETX
[Supplemental explanation]
1. This command shall not be included in the print data (<A>~<Z>).
2. There is no returned data to the command. To check the result of the command, you need to send item status
request command (SOH + ENQ).
11) Starting item No. specifying command
This is a command to notify the item No. of the first print data to be sent to the printer. The printer regards the value of the
item No. specified by this command + 1 as the item No. of print data sent afterwards.
[Command]
<IQ>
[Format]
<IQ> aaaaa
●Parameter
00000 - 99999 (necessary to put all 5 digits)
[Example 1] [Example 2]
<A> <A>
<ID> ***** <ID> *****
<IQ> 00000 <IQ>
99999
<Z> <Z>
<A> <A>
<ID> 00001 <ID> 00000
. .
. .
<Z> <Z>
[Supplemental explanation]
1. This command shall not be included in the print data (<A>~<Z>).
2. When "99999" is specified with this command, the next item No. will be "00000".