Confidential
2.After printing Receipt 1, the application executes GS V function B. The printer feeds paper so that the printing on Receipt 1 exceeds the autocutter position and cuts the paper. For the next printing, there will be space between the positions of the autocutter and the print head.
| 111111111111111 |
| 222222222222222 |
Executing a cut | 333333333333333 |
| 444444444444444 |
|
|
GS V (Function C)
Program Example
PRINT #1, “111111111111111”; CHR$(&HA); PRINT #1, “222222222222222”; CHR$(&HA); PRINT #1, “333333333333333”; CHR$(&HA); PRINT #1, “444444444444444”; CHR$(&HA); PRINT #1,CHR$(&H1D);”V”;CHR&(66);CHR&(0);
Assumed A/C position
Assumed head position
1.The application will start printing Receipt 1. (There is space at the top when executing GS V function B.)
111111111111111
222222222222222
Program Example
PRINT #1, “111111111111111”; CHR$(&HA); PRINT #1, “222222222222222”; CHR$(&HA);
Programming Samples