A SERVICE OF

logo

Page 28
COURIER FONTS ASCII range 32-255 <ESC><‘k’><n> (n = {‘0’ to ‘5’})
Number of columns Matrix size Command Character pitch
48 8 x 22
<ESC> <‘k’> <‘5’>
25 CPI
42 9 x 22
<ESC> <‘k’> <‘4’>
23 CPI
38 10 x 22
<ESC> <‘k’> <‘3’>
20 CPI
32 12 x 22
<ESC> <‘k’> <‘2’>
17 CPI
24 16 x 22
<ESC> <‘k’> <‘1’>
13 CPI
24 16 x 22
<ESC> <‘k’> <‘0’>
13 CPI BOLD
Print Contrast Adjust Commands
<ESC> <‘P’> <n>
(n = {‘0’ .. ‘9’}
0’: most contrast
‘9’: least contrast
6-Bit Dot Addressable Graphics
The printer will operate in 6-Bit Dot Addressable Graphics mode on receiving the Esc-G graphic
command. While in this mode the printer prints one dot line at a time on receipt of 64 graphic
characters or LF command. The LF command advances the paper by one (0.25mm) dot line.
Each horizontal graphic dot is made from 1x6 dot cells; the total number of dot cells per line is
64, corresponding to the 384 total dots per line capacity. Each dot in a dot cell can be turned on
or off by sending specific ASCII characters. For example, 0x3F hex will energize all dots, while
0x40 hex de-energizes all the dots.
Select 6 Bit Addressable Graphic Mode:
<ESC> <‘G’>
Graphic Character set: From 03F-7E Hex using bits 0-5
Select Text Mode: <ESC> <‘A’>
Perform n .25mm dot line feed: <ESC> <‘J’> <n>
Perform single .25mm dot line feed: <LF> or <CR>