Subversion Repositories planix.SVN

Rev

Rev 2 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
2 - 1
Serial communications program for PostScript printers.
2
 
3
Runs as a single read/write process (by default). Use the -R2 option
4
or set splitme to TRUE (file postio.c) to get separate read and write
5
processes. Although not the default, we recommend using separate read
6
and write processes.
7
 
8
Sends occasional status queries (control Ts) while transmitting files.
9
Use the -q option or set quiet (file postio.c) to TRUE to disable status
10
queries.
11
 
12
Datakit connections are supported on System V and Ninth Edition systems.
13
The syntax (for connecting to a Datakit destination) varies. Check the
14
SYSV and V9 versions of setupline() in file ifdef.c.
15
 
16
Set DKHOST and DKSTREAMS to TRUE in postio.mk for streams based DKHOST
17
support. When DKSTREAMS is TRUE postio.mk uses "dknetty" as the stream
18
module. Settings like DKSTREAMS=dkty select a different stream module
19
and may be required for full Datakit support on some systems.
20