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
|
<table class="head">
<tr>
<td class="head-ltitle">ZSC(4)</td>
<td class="head-vol">Device Drivers Manual (mac68k)</td>
<td class="head-rtitle">ZSC(4)</td>
</tr>
</table>
<div class="manual-text">
<section class="Sh">
<h1 class="Sh" id="NAME"><a class="permalink" href="#NAME">NAME</a></h1>
<p class="Pp"><code class="Nm">zsc</code> — <span class="Nd">serial
communications interface</span></p>
</section>
<section class="Sh">
<h1 class="Sh" id="SYNOPSIS"><a class="permalink" href="#SYNOPSIS">SYNOPSIS</a></h1>
<p class="Pp"><code class="Cd">zsc0 at obio?</code></p>
</section>
<section class="Sh">
<h1 class="Sh" id="DESCRIPTION"><a class="permalink" href="#DESCRIPTION">DESCRIPTION</a></h1>
<p class="Pp">The <code class="Nm">zsc</code> driver provides support for Z8530-
and Z85230-compatible EIA RS-232C (CCITT V.28) communications interfaces.
The Z8530 has a 3 character buffer, and the Z85230 has a 8 character buffer.
However, due to limitations in the design of the Z85230, the driver is
unable to distinguish it from the Z8530 and will not enable any enhanced
features of the controller.</p>
<p class="Pp">Input and output for each line may set to one of following baud
rates; 50, 75, 110, 134.5, 150, 300, 600, 1200, 1800, 2400, 4800, 9600,
19200, 38400, 57600, 115200, 230400, or any other baud rate which is a
factor of 115200.</p>
</section>
<section class="Sh">
<h1 class="Sh" id="FILES"><a class="permalink" href="#FILES">FILES</a></h1>
<dl class="Bl-tag">
<dt><span class="Pa">/dev/tty00</span></dt>
<dd style="width: auto;"> </dd>
<dt><span class="Pa">/dev/tty01</span></dt>
<dd style="width: auto;"> </dd>
</dl>
</section>
<section class="Sh">
<h1 class="Sh" id="SEE_ALSO"><a class="permalink" href="#SEE_ALSO">SEE
ALSO</a></h1>
<p class="Pp"><a class="Xr">tty(4)</a>, <a class="Xr">zstty(4)</a></p>
</section>
<section class="Sh">
<h1 class="Sh" id="HISTORY"><a class="permalink" href="#HISTORY">HISTORY</a></h1>
<p class="Pp">The <code class="Nm">zsc</code> driver was originally derived from
the sun3 <code class="Ic">zs</code> driver and is currently under
development.</p>
</section>
<section class="Sh">
<h1 class="Sh" id="BUGS"><a class="permalink" href="#BUGS">BUGS</a></h1>
<p class="Pp">Data loss is possible when using high speeds, particularly on
older (68020 or 68030) Macintosh models and on busy systems.</p>
</section>
</div>
<table class="foot">
<tr>
<td class="foot-date">August 6, 1993</td>
<td class="foot-os">NetBSD 10.1</td>
</tr>
</table>
|