Epson U230 Printer User Manual


 
Programming Samples 4-3
TM-U230 Developers Guide
Confidential
2. After printing the last line of Receipt 1, the application executes GS V function C.
When the printer processes GS V function C, feeds paper for 4 mm to secure space for the
cutting range.
3. The application starts printing Receipt 2.
111111111111111
222222222222222
333333333333333
444444444444444
(Execute GS V 98 0)
The parameter “0” of GS V 98 0 indicates paper
feed amount executed right before the paper cut.
Printing direction
Program Example
PRINT #1, “333333333333333”; CHR$(&HA);
PRINT #1, “444444444444444”; CHR$(&HA);
PRINT #1,CHR$(&H1D);”V”;CHR&(98);CHR&(
0
Assumed A/C position
Assumed head position
111111111111111
222222222222222
333333333333333
444444444444444
55555555555555
66666666666666
77777777777777
88888888888888
Cutting range
Program Example
PRINT #1, “555555555555555”; CHR$(&HA);
PRINT #1, “666666666666666”; CHR$(&HA);
PRINT #1, “777777777777777”; CHR$(&HA);
PRINT #1, “88888888888888”; CHR$(&HA);
Printing direction
Assumed A/C position
Assumed head position