Programmer's Guide
PcOS Series 80PLUS
Control Codes
Character Print
Rev B 4/13/99
Page 27
Character Print Control
Character Pitch
Function
Begin 10 cpi character pitch
ASCII
[DC2]
Hexadecimal
12H
Decimal
<18>
IPCL
&%F3
Description
This command sets 10 characters per inch (cpi) print pitch.
Function
Begin 12 cpi character pitch
ASCII
[ESC] :
Hexadecimal
1BH 3AH
Decimal
<27><58>
IPCL
&%F2
Description
This command sets 12 characters per inch (cpi) print pitch.
Function
Begin 17 cpi character pitch
ASCII
[SI]
Hexadecimal
0FH
Decimal
<15>
IPCL
&%F1
Description
This command sets 17 characters per inch (cpi) print pitch
Function
Set specified character pitch
ASCII
[ESC] [ P <n>
Hexadecimal
1BH 5BH 50H <n>
Decimal
<27> <91> <80> <n>
IPCL
&%F<n>
Description
This command sets character per inch (cpi) print pitch to <n>.
Where n
<10>
selects 10 cpi
&%F3
<12>
selects 12 cpi
&%F2
<15>
selects 15 cpi
&%F6
<17>
selects 17 cpi
&%F1
<20>
selects 20 cpi
&%F5