5525B/31/32 Line Matrix Printer LinePrinter Plus Programmer's Reference
Reverse
 51
NOTE: The character set used when OCR-A or OCR-B are selected 
depends on the Standard character set currently selected. The 
character set can be changed by using SFCC l or by using the front 
panel.
Example Any of the BASIC expressions listed below will select the DP 
print mode at 17 cpi.
where
m
 (print mode) = SOH (hex 00) or 0 (hex 30)
n
 (pitch) = EOT (hex 04) or 4 (hex 34)
CHR$(1);“X”;CHR$(0);CHR$(4);
CHR$(1);“X”;CHR$(30);CHR$(34);
CHR$(1);“X04”;
Reverse
ASCII Code SFCC } ; 
n
Hex Code SFCC 7D 3B 
n
Dec Code SFCC 125 59
 n
Purpose Moves the logical print head up.
Discussion If 
n 
is “L,” the print head moves up one line. (Reverse line feed.)
If 
n
 is “P,” the print head moves up to the previous top of form. 
(Reverse form feed.)










