Product specifications

SLCS Programming Manual
Rev. 1.24
- 46 -
2-3-3 SO (Set Orientation)
Description
Set printing direction
Syntax
SOp1
Parameters
p1 : Printing direction
T : Print from top to bottom(default)
B : Print from bottom to top
Example
SOT // Print from top of the image buffer to bottom.
SOB // Print from bottom of the image buffer to top.
1. SOT (Print from Top to Bottom) 2. SOB (Print from Bottom to Top)
Printing Direction