IBM 4613 Film Camera User Manual


 
SurePOS 100 Technical Reference
Page 45 of 104
Function:
Set n/144 inch line feed
Code:
"y" n
1Bh 79h n
Definition Range:
1 <= n <= 255
Outline:
Line feed is set at n/144 inch after this code is received.
Function:
Set n/216 inch line feed
Code:
"3" n
1Bh 33h n
Definition Range:
1 <= n <= 255
Outline:
Line feed is set at n/216 inch after this code is received.
The actual line feed is set at INT (n X 2/3 + 0.5)/144 inch.
9.3.6 Control Codes Used for Page Layout
Function:
Form feed
Code:
0Ch
Outline:
After data in the buffer is printed, paper feeds to the top of the next page.
Function:
Set page length in lines
Code:
"C" n
1Bh 43h n
Definition Range:
Default value = 42,
1 <= n <= 255 (Impact printer)
1 <= n <= 127 (Thermal printer)
Outline:
Sets the page length at n lines.
Function:
Set page length in inches
Code:
"C" n
1Bh 43h 00h n
Definition Range:
1 <= n <= 127 (Impact printer)
1 <= n <= 22 (Thermal printer)
Outline:
Sets the page length at n inches.
Function: