summaryrefslogtreecommitdiff
path: root/systems/msdos/emtex-contrib/contrib/bj10e.dvidot
blob: a8a85da86ad5a05979e44d53e357fb97413f8ed6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
Date:    Tue, 25 Feb 92 17:22:02 +0000
From:    SYSMGR@uk.ac.kcl.ph.ipg
Subject: EmTeX (DVIDOT) driver for BJ10e

I sent this to UKTEX July last, but judging from Andrew McLean's
letter it hasn't found its way into the archive. Its short enough to
bear repetition anyway: following is a DVIDOT driver revipe for a Cannon
BJ10e.

Notes:

I have split the INIT1 and INIT2 lines in two to keep within 80 characters.
To use, I think you'll  have to re-join these into one rather long line,
unless there is a continuation line mechanism that I didn't notice in
the MAKEDOT doc. Also, you'll want your BJ10e in mode 2 (IBM emulation).
The graphics sequences used are IBM ones, and presumably there is some
IBM printer for which this recipe will also work.

The font libraries you need are the P6H_*.FLI. I made mine myself using
MFJOB; took a few days on a 386SX, and they occupy about 6Mb. 

                                Nigel Arnot.

*
* BJ10e high resolution driver (derived from ibm4208m.dot )
*
COMMENT=360x360 driver for BJ10e
ENV_NAME=BJ10E
LOG_NAME=dvidot
FONT_PATH=\emtex\pixel.p6h\$rdpi
PAGE_WIDTH=8in
PAGE_HEIGHT=11in
FORM_LENGTH=
RESOLUTION=360 360
COLUMNS=2880
ONE_LINE_FEED=
BLANK_WIDTH=36
METHOD=6 1
MAX_WIDTH=2880
PINS=7 0
MAX_LF=255
FF_METHOD=FF
S_OPTION=SLOW
*
* INIT 1 resets to user defaults, may include economy mode SW1-2 ON
INIT1=CAN ESC '[ 'K 1 0 4 DC2 ESC 'F ESC 'H ESC 'I 0 ESC 'T ESC 'X 1 80 
ESC "[@" 4 0 0 0 17 1 ESC '_ 0 ESC '- 0 ESC '[ '\ 4 0 0 0 0x68 0x01 ESC '3 48 C
R
*
* whereas INIT 2 resets to factory, SW1-2 OFF.
INIT2=CAN ESC '[ 'K 1 0 0 DC2 ESC 'F ESC 'H ESC 'I 0 ESC 'T ESC 'X 1 80 
ESC "[@" 4 0 0 0 17 1 ESC '_ 0 ESC '- 0 ESC '[ '\ 4 0 0 0 0x68 0x01 ESC '3 48 C
R
*
* and after we are done go back to user defaults.
EXIT=ESC '[ 'K 1 0 0
*
GRAPH_MODE=FS 'C 'B 4 4 LH+0
GRAPH_END=
LINE_FEED=FS 'C 'J 4 L+0
FORM_FEED=FF
POS_X=
*
* The end
*