PSB No:
Page: 7 of 14
EXAMPLE
1.The desired distance is l/4 inch.
2.1/4x 360 = 90
3.90 divided by 256 = 0 with a remainder of 90.
4.2%90=166
5.n1=166
6.n2=255
In the Basic programming language, the command would look like this.
LPRlNT CHR$(27);“(v”;CHR$(2);CHR$(O);CHR$(166);CHR$(255)
This command, as listed in the line above, will feed the reverse feed the paper 1/4 inch from the current line. The current print column (horizontal position) IS NOT changed.