Commands
GS L Set Feed Length
Description
Sets the distance the print medi a will advance upon receip t of a formfeed (FF or ESC
E) command. The distance i s defined as n/203 inches. The number of do ts = n1 * 256 +
n2.
Expression
ASCII GS L n1n2
Decimal 2976 n1 n2
Hex 1D4C n1 n2
Parameters
n1 themost significant byte
n2 theleast significa ntbyte
Inches/203 = (n1 * 256) + n2
Length
(in inches) #of D ots n1 n2
0.5 102 0 102
1.0 203 0 203
2.0 406 1 150
3.0 609 2 97
4.0 812 3 44
5.0 1015 3 247
6.0 1218 4 194
7.0 1421 5 141
8.0 1624 6 88
Example
43