- 121 -
GS R 0
[Function]
Collect the receipt
[Code]
<
1D
>
H
<
52
>
H
<
30
>
H
[Outline]
• This command have the presenter collect receipt to the direction set by MSW4-5.
• When printer receives this command, if presenter sensor detects paper presence,
motor is activated till sensor detects no paper.
• When printer receives this command, if presenter sensor detects no paper, motor is
activated 5 second and stop.
[Caution]
• When memory switch 4-4 is OFF, this command is ignored.
• If collection timer is set by GS+R+1+n and printer receives this command before the
time, this command have the presenter collects the receipt.
GS R 1 n
[Function]
Setting receipt collection timer
[Code]
<
1D
>
H
<
52
>
H
<
31
>
H
<
n
>
[Range]
0
≦n≦
9
[Outline]
• This command sets the time from ejecting a receipt till collecting it to (n
×
1 sec).
• When n = 0, this command does not set the time. (Use GS R 0 command for Receipt
collection)
[Caution]
When memory switch 4-4 is OFF, this command is ignored.
[Default]
n = 5 (5 sec)
[Sample Program]
LPRINT CHR$(&H1D); CHR$(&H52); CHR$(&H31); CHR$(1);