Epson U230 Printer User Manual


 
Programming Samples 4-2
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.
GS V (Function C)
1. The application will start printing Receipt 1. (There is space at the top when executing GS V
function B.)
111111111111111
222222222222222
333333333333333
444444444444444
Executing a cut
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
111111111111111
222222222222222
Program Example
PRINT #1, “111111111111111”; CHR$(&HA);
PRINT #1, “222222222222222”; CHR$(&HA);