1 | .TH ASCOMM 8 "4 April 1994" "Adobe Systems" |
---|
2 | \" Copyright (c) 1994 Adobe Systems Incorporated. All Rights Reserved. |
---|
3 | \" ATTN GOVERNMENT END USERS: See notice of rights in file XPSLIBDIRX/Notice |
---|
4 | \" RCSID: $Header: /afs/dev.mit.edu/source/repository/third/transcript/man/ascomm.8p,v 1.1.1.1 1996-10-07 20:25:40 ghudson Exp $ |
---|
5 | .ds PS P\s-2OST\s+2S\s-2CRIPT\s+2 |
---|
6 | .ds TS T\s-2RAN\s+2S\s-2CRIPT\s+2 |
---|
7 | .SH NAME |
---|
8 | ascomm\(em\*(TS AppSocket TCP/IP communication filter for \*(PS printers |
---|
9 | .SH "SYNOPSIS" |
---|
10 | .B XPSLIBDIRX/ascomm |
---|
11 | .SH "DESCRIPTION" |
---|
12 | This is the low-level \*(TS AppSocket TCP/IP communication filter for use |
---|
13 | by the 4.2BSD line printer spooling system through the printer description |
---|
14 | file /etc/printcap, or by the System V spooling system. |
---|
15 | For 4.2BSD, it is called from the |
---|
16 | .I psint.sh |
---|
17 | shell script. This script uses argv[0] (the name it was invoked under) |
---|
18 | to determine which action to take, which may involve invoking a translation |
---|
19 | filter or management filter before invoking the communications filter. |
---|
20 | The options are as specified in the |
---|
21 | .I 4.2BSD Line Printer Spooler Manual. |
---|
22 | If a log file is specified in /etc/printcap, |
---|
23 | .ascomm |
---|
24 | will maintain a log of each job processed, as well as any error output from |
---|
25 | the printer. |
---|
26 | For System V, it is called from the |
---|
27 | .I psinterface |
---|
28 | shell script. |
---|
29 | The program |
---|
30 | .I ascomm |
---|
31 | is the lowest level filter. It manages communication with the printer, |
---|
32 | error handling, status reporting, etc. It also manages a printer log file |
---|
33 | named transcript/\fIprinter\fP-log (under the lp spooling directory). |
---|
34 | .SH ENVIRONMENT |
---|
35 | .IP VERBOSELOG=\fInumber\fP |
---|
36 | print verbose log messages |
---|
37 | .IP ASCONTROL=\fInumber\fP |
---|
38 | if 1, use AppSocket control protocol (default) |
---|
39 | .IP ASSTATUS=\fInumber\fP |
---|
40 | if 1, query status during job on status port (default) |
---|
41 | .br |
---|
42 | .SH FILES |
---|
43 | .TP 2.2i |
---|
44 | \fIprinter\fP.acct |
---|
45 | printer accounting file (4.2BSD) |
---|
46 | .TP 2.2i |
---|
47 | \fIprinter\fP-log |
---|
48 | printer log file |
---|
49 | .TP 2.2i |
---|
50 | status |
---|
51 | printer status file (in the spool directory), shared by |
---|
52 | .I lpd(8) |
---|
53 | and |
---|
54 | .I ascomm |
---|
55 | (4.2BSD) |
---|
56 | .SH "SEE ALSO" |
---|
57 | lpr(1), lpc(8), lpd(8), printcap(5), psint(8) (4.2BSD) |
---|
58 | .br |
---|
59 | lp(1), lpstat(1), lpsched(1M), lpadmin(1M), psinterface(8) (SysV) |
---|
60 | .br |
---|
61 | transcript(1) |
---|
62 | .br |
---|
63 | .I 4.2BSD Line Printer Spooler Manual |
---|
64 | .br |
---|
65 | .I System V Line Printer Spooling Utilities |
---|
66 | .SH AUTHOR |
---|
67 | Adobe Systems Incorporated |
---|
68 | .SH NOTES |
---|
69 | To use ascomm to communicate with HP printers via TCP/IP, set both |
---|
70 | ASCONTROL and ASSTATUS to 0 (in the .options or \fIprinter\fP.opt files.) |
---|
71 | .br |
---|
72 | \*(PS is a registered trademark of Adobe Systems Incorporated. |
---|
73 | .br |
---|
74 | \*(TS is a trademark of Adobe Systems Incorporated. |
---|
75 | .br |
---|
76 | Unix is a trademark of AT&T Bell Laboratories. |
---|
77 | |
---|