www.pudn.com > IrDA.rar > circuit.ps


%!PS-Adobe-3.0 EPSF-3.0
%%Title: circuit
%%Creator: Xcircuit v2.3
%%CreationDate: Sun Nov 10 18:22:53 2002
%%Pages: 1
%%BoundingBox: 68 68 1087 671
%%DocumentNeededResources: font Helvetica font Times-Roman font Symbol 
%%EndComments
%%BeginProlog
%
%  PostScript prolog for output from xcircuit
%  Version: 2.3
%
%  Electrical circuit (and otherwise general) drawing program
%
%  Written by Tim Edwards 8/5/93--5/16/01  (tim@bach.ece.jhu.edu)
%  The Johns Hopkins University
%
%%BeginResource: procset XCIRCproc 2.3 1
% supporting definitions --- these are the primary xcircuit types.

/XCIRCsave save def
/topmat matrix currentmatrix def

/fontslant { /slant exch def [1 0 slant 1 0 0] 
    exch findfont exch makefont dup length dict /ndict exch def
    { 1 index /FID ne { ndict 3 1 roll put } { pop pop } ifelse } forall
    ndict definefont pop} def
/ul { dup type /stringtype eq showflag 1 eq and { gsave 
   currentpoint topmat setmatrix 0 0 moveto 2 index stringwidth pop (_)
   false charpath flattenpath pathbbox grestore exch pop 1 index
   sub setlinewidth exch pop currentpoint 3 -1 roll add moveto 0
   rlineto stroke moveto } if } def
/ol { dup type /stringtype eq showflag 1 eq and { gsave gsave
   currentpoint topmat setmatrix 2 index stringwidth pop 3 index
   true charpath flattenpath pathbbox grestore exch pop
   exch pop topmat setmatrix (_) true charpath pathbbox grestore
   exch pop 1 index sub setlinewidth exch pop currentpoint
   exch 4 1 roll exch sub add moveto pop 0 rlineto stroke
   moveto } if } def
/stW { gsave currentpoint newpath moveto true charpath flattenpath
	pathbbox pop exch pop sub grestore } def
/Ts {mark Tabs aload pop counttomark 1 add array astore /Tabs exch def Tabs
	0 currentpoint pop put} def
/Tbn {mark Tabs aload pop counttomark dup 2 add 1 roll cleartomark 1 sub} def
/Tb { 0 1 Tbn {Tabs exch get dup currentpoint pop lt
	{currentpoint exch pop moveto exit} {pop} ifelse } for } def
/Tf { Tbn -1 0 {Tabs exch get dup currentpoint pop gt
	{currentpoint exch pop moveto exit} {pop} ifelse } for } def
/qS { (aa) stW (a a) stW sub 4 div 0 Kn } def
/hS { qS qS } def
/pspc 0 def
/cf0 { scalefont setfont } bind def
/Kn { dup kY add /kY exch def rmoveto } bind def
/ss { /fscale fscale 0.67 mul def currentfont 0.67 cf0 0 fscale0 fscale mul
	0.33 mul neg Kn} def
/Ss { /fscale fscale 0.67 mul def currentfont 0.67 cf0 0 fscale0 fscale mul
	0.67 mul Kn } def
/ns { 0 kY neg Kn /kY 0 def /fscale 1.0 def xfont0 1.0 cf0 } def
/CR { ns 0 /Bline Bline fscale0 neg add def Bline moveto } def
/cf { dup type /realtype ne {1.0} if exch findfont exch kY 0 eq
	{ 40 mul dup /fscale0 exch def cf0 /xfont0 currentfont def}
	{fscale0 mul fscale mul cf0} ifelse } def
/ctmk { counttomark dup 2 add -1 roll pop } bind def
/label { gsave translate 0 0 moveto dup scale /rotval exch def /just exch def
	just 16 and 0 gt {0 1 dtransform gsave pagemat setmatrix idtransform
	exch grestore 1 0 dtransform gsave pagemat setmatrix idtransform
	exch grestore dup 0 eq {pop mul 0 gt} {3 1 roll pop pop 0 lt} ifelse
	{-1 /just just dup 3 and 1 ne {3 xor} if def} {1} ifelse exch 0 lt
	{-1 /just just dup 12 and 4 ne {12 xor} if def} {1} ifelse scale }
	if /showflag 0 def /fspc pspc def /Bline 0 def /Tabs 0 array def
	/fscale 1.0 def /kY 0 def
	gsave dup 1 add copy 0 exch {exch dup type /stringtype eq {true
	charpath flattenpath} {exec} ifelse } repeat pop pathbbox grestore
	3 -1 roll pop 3 1 roll just 1 and 0 gt {just 2 and 0 gt {exch pop
	neg fspc sub} {exch sub	0.5 mul neg} ifelse} {pop neg fspc add}
	ifelse exch Bline exch just 4 and 0 gt {just 8 and 0 gt {exch pop
	neg fspc sub} {add 0.5 mul neg} ifelse} {pop neg fspc add} ifelse
	/showflag 1 def rotval rotate Kn currentpoint translate
	/Bline 0 def /Tabs 0 array def /fscale 1.0 def /kY 0 def
	{dup type /stringtype eq {show}{exec} ifelse} repeat grestore } def
/pinlabel { hlevel 0 eq { /pspc 20 def label /pspc 0 def }
	{ pop pop pop pop pop {pop} repeat } ifelse } def
/pinglobal { pinlabel } def
/infolabel { pinlabel } def

/scb { setrgbcolor } bind def  /sce { defColor aload pop scb } bind def
/cRedef {/defColor currentcolor 3 array astore def} def
/begingate { /hlevel hlevel 1 add def /defColor currentcolor sce 3 array
	astore def gsave sce translate 0 0 moveto dup 0 lt
	{neg 1 sub -1 1 scale} if rotate dup scale } bind def
/makeparm  {3 string cvs dup length 1 add string /tstr exch def tstr exch
	1 exch putinterval tstr 0 (v) putinterval tstr cvn} bind def
/beginparm { -1 1 {makeparm exch def} for
	dup type /arraytype eq { aload length -1 1 {makeparm exch def}
	for } if begingate } bind def
/endgate { /hlevel hlevel 1 sub def grestore defColor aload pop cRedef
	scb} bind def

/hlevel 0 def
/tmpa [1 0 0 1 0 0] def
/gar {8 8 true tmpa {} imagemask} bind
{8 8 true tmpa {<30 70 60 02 03 07 06 20>} imagemask} bind
{8 8 true tmpa {<0c 1e 1e 0c c0 e1 e1 c0>} imagemask} bind
{8 8 true tmpa {<0f 0f 0f 0f f0 f0 f0 f0>} imagemask} bind
{8 8 true tmpa {<3f f3 e1 e1 f3 3f 1e 1e>} imagemask} bind
{8 8 true tmpa {} imagemask} bind
{8 8 true tmpa {} imagemask} bind 7 array astore def
/ppaint { gsave clip tmpa dup setmatrix pathbbox neg exch neg 4 2 roll
  neg 4 -1 roll 2 copy gt {exch} if 8 div ceiling 8 mul 4 2 roll neg 2 copy
  gt {exch} if 8 div ceiling 8 mul 3 -1 roll -8 5 -1 roll
  { 3 index exch 5 exch put dup -8 3 index { 3 index
  exch 4 exch put 3 index exec } for } for pop pop pop pop grestore } bind def
/setstyles {
  currentlinewidth mul setlinewidth /style exch def
  style 1 and 0 gt not {closepath} if
  style 2 and 0 gt {currentlinewidth 4 mul dup 2 array astore 0 setdash} if 
  style 4 and 0 gt {0.5 currentlinewidth 4 mul 2 array astore 0 setdash} if 
  style dup 256 ge exch 480 lt and { gsave 1 setgray eofill grestore } if
  style 16 and 0 gt { gsave style 224 and -5 bitshift dup 7 lt
	{gar exch get ppaint} { pop eofill } ifelse grestore } if
  style 8 and 0 gt style 512 eq or { newpath } { stroke } ifelse grestore } def

/polygon { gsave /num exch def moveto num 1 sub {lineto} repeat setstyles } def
/xcarc   { gsave newpath arc setstyles } def
/elb { matrix currentmatrix 7 -1 roll 7 -1 roll translate 5 1 roll 4 -1 roll
	3 index div 1 scale } def
/ele { 0 4 1 roll 0 4 1 roll } bind def
/ellipse { gsave elb newpath ele arc setmatrix setstyles } def
/pellip  { elb ele arc setmatrix } def
/nellip  { elb ele arcn setmatrix } def
/spline  { gsave moveto curveto setstyles } def
/polyc   { {lineto} repeat } bind def
/beginpath { gsave moveto } bind def
/endpath { setstyles } bind def
/bop	 { 1 setlinecap 0 setlinejoin 6 setmiterlimit 0 0 0 scb cRedef } def
/insertion {/PSobj save def /showpage {} def bop translate} def
/end_insert {PSobj restore} def
/setpagemat {/pagemat matrix currentmatrix def} def
/inchscale  {setpagemat 0.375 mul dup scale} def
/cmscale    {setpagemat 0.35433071 mul dup scale} def

%%EndResource
%%EndProlog

% XCircuit output starts here.

/pin0 {
% -24 -8 48 16 bbox
% hidden
begingate
256  2.00 -24 -8 -24 8 24 8 24 -8 4 polygon
endgate
} def

/dip40pkg {
% -656 -160 1312 320 bbox
begingate
256  2.00 -656 -144 -656 144 656 144 656 -144 4 polygon
1.00 0 -608 152 pin0
1.00 0 -544 152 pin0
1.00 0 -480 152 pin0
1.00 0 -416 152 pin0
1.00 0 -352 152 pin0
1.00 0 -288 152 pin0
1.00 0 -224 152 pin0
1.00 0 -160 152 pin0
1.00 0 -96 152 pin0
1.00 0 -32 152 pin0
1.00 0 32 152 pin0
1.00 0 96 152 pin0
1.00 0 160 152 pin0
1.00 0 224 152 pin0
1.00 0 288 152 pin0
1.00 0 352 152 pin0
1.00 0 416 152 pin0
1.00 0 480 152 pin0
1.00 0 544 152 pin0
1.00 0 608 152 pin0
1  1.00 -656 0 32 270.00 450.00 xcarc
1.00 0 -608 -152 pin0
1.00 0 -544 -152 pin0
1.00 0 -480 -152 pin0
1.00 0 -416 -152 pin0
1.00 0 -352 -152 pin0
1.00 0 -288 -152 pin0
1.00 0 -224 -152 pin0
1.00 0 -160 -152 pin0
1.00 0 -96 -152 pin0
1.00 0 -32 -152 pin0
1.00 0 32 -152 pin0
1.00 0 96 -152 pin0
1.00 0 160 -152 pin0
1.00 0 224 -152 pin0
1.00 0 288 -152 pin0
1.00 0 352 -152 pin0
1.00 0 416 -152 pin0
1.00 0 480 -152 pin0
1.00 0 544 -152 pin0
1.00 0 608 -152 pin0
endgate
} def

/AT90S8515 {
% -656 -160 1312 320 bbox
begingate
1.00 0 0 0 dip40pkg
(AT90S8515) {/Helvetica cf} 2 16 0 1.00 -144 -16 label
(GND) {/Helvetica cf} 2 16 90 0.70 624 -128 label
(XTAL1) {/Helvetica cf} 2 16 90 0.70 560 -128 label
(XTAL2) {/Helvetica cf} 2 16 90 0.70 496 -128 label
(VCC) {/Helvetica cf} 2 16 90 0.70 -608 64 label
(OC1A) {/Helvetica cf} 2 16 90 0.70 304 -128 label
(PD3) {/Helvetica cf} 2 16 90 0.70 176 -128 label
(TXD) {/Helvetica cf} 2 16 90 0.70 48 -128 label
(RXD) {/Helvetica cf} 2 16 90 0.70 -16 -128 label
endgate
} def

/dip14pkg {
% -224 -96 448 192 bbox
begingate
256  2.00 -224 -80 -224 80 224 80 224 -80 4 polygon
1.00 0 -128 88 pin0
1.00 0 -64 88 pin0
1.00 0 0 88 pin0
1.00 0 64 88 pin0
1.00 0 128 88 pin0
1.00 0 -128 -88 pin0
1.00 0 -64 -88 pin0
1.00 0 0 -88 pin0
1.00 0 64 -88 pin0
1.00 0 128 -88 pin0
1  1.00 -224 0 32 270.00 450.00 xcarc
256  2.00 168 80 168 96 208 96 208 80 4 polygon
256  2.00 -208 80 -208 96 -168 96 -168 80 4 polygon
256  2.00 -208 -96 -208 -80 -168 -80 -168 -96 4 polygon
256  2.00 168 -96 168 -80 208 -80 208 -96 4 polygon
endgate
} def

/MCP2120 {
% -224 -96 448 192 bbox
begingate
1.00 0 0 0 dip14pkg
(VDD) {/Helvetica cf} 2 16 90 0.50 -184 -72 label
(VSS) {/Helvetica cf} 2 16 90 0.50 -184 32 label
(EN) {/Helvetica cf} 2 16 90 0.50 -120 48 label
(TX) {/Helvetica cf} 2 16 90 0.50 -56 48 label
(RX) {/Helvetica cf} 2 16 90 0.50 8 48 label
(BAUD0) {/Helvetica cf} 2 16 90 0.50 72 8 label
(BAUD1) {/Helvetica cf} 2 16 90 0.50 136 8 label
(BAUD2) {/Helvetica cf} 2 16 90 0.50 192 8 label
(MODE) {/Helvetica cf} 2 16 90 0.50 193 -69 label
(TXIR) {/Helvetica cf} 2 16 90 0.50 137 -69 label
(RXIR) {/Helvetica cf} 2 16 90 0.50 72 -72 label
(RESET) {/Helvetica cf} 2 16 90 0.50 8 -72 label
(OSC2) {/Helvetica cf} 2 16 90 0.50 -56 -72 label
(OSC1) {/Helvetica cf} 2 16 90 0.50 -120 -72 label
(MCP2120) {/Helvetica cf} 2 16 0 0.80 -128 8 label
1  1.00 -8 -72 -8 -8 2 polygon
endgate
} def

/gnd {
% -32 -60 64 68 bbox
% trivial
begingate
1  1.00 0 0 0 -32 2 polygon
1  1.00 -32 -32 32 -32 2 polygon
1  1.00 -18 -46 18 -46 2 polygon
1  1.00 -4 -60 4 -60 2 polygon
1.000 0.000 0.000 scb
(GND) {/Times-Roman cf} 2 1 0 1.00 0 0 pinglobal
endgate
} def

/5V {
% -32 -32 64 68 bbox
% trivial
begingate
1  1.00 -32 0 32 0 2 polygon
1  1.00 0 0 0 -32 2 polygon
(V) {/Times-Roman cf} (+5) {/Symbol cf} 4 17 0 0.90 0 8 label
1.000 0.000 0.000 scb
(dVdd) {/Times-Roman cf} 2 13 0 1.00 0 -32 pinglobal
endgate
} def

/crystal {
% -24 -48 48 96 bbox
begingate
0  1.00 -24 -12 -24 12 24 12 24 -12 4 polygon
1  1.00 0 48 0 24 2 polygon
1  1.00 0 -48 0 -24 2 polygon
1  1.00 -20 24 20 24 2 polygon
1  1.00 -20 -24 20 -24 2 polygon
1.000 0.000 0.000 scb
(x.1) {/Times-Roman cf} 2 9 0 1.00 0 48 pinlabel
(x.2) {/Times-Roman cf} 2 13 0 1.00 0 -48 pinlabel
endgate
} def

/capacitor {
% -32 -64 64 128 bbox
begingate
1  1.00 0 -64 0 -6 2 polygon
1  1.00 0 64 0 6 2 polygon
1  1.00 -32 6 32 6 2 polygon
1  1.00 -32 -6 32 -6 2 polygon
1.000 0.000 0.000 scb
(c.1) {/Times-Roman cf} 2 9 0 1.00 0 64 pinlabel
(c.2) {/Times-Roman cf} 2 13 0 1.00 0 -64 pinlabel
sce
(spice:C%i %pc.1 %pc.2 1.0P) {/Times-Roman cf} 2 0 0 1.00 -208 -160 infolabel
sce
(sim:c %pc.1 %pc.2) {/Times-Roman cf} 2 0 0 1.00 -208 -208 infolabel
endgate
} def

/dot {
% -10 -10 20 20 bbox
% trivial
begingate
248  1.00 0 0 6 0.00 360.00 xcarc
1.000 0.000 0.000 scb
(x) {/Times-Roman cf} 2 29 0 1.00 0 0 pinlabel
endgate
} def

/jumper {
% -4 -14 18 28 bbox
% trivial
begingate
1  1.00 0 0 10 -90.00 90.00 xcarc
1  1.00 0 10 0 16 2 polygon
1  1.00 0 -10 0 -16 2 polygon
1.000 0.000 0.000 scb
(a) {/Times-Roman cf} 2 1 0 1.00 0 16 pinlabel
(a) {/Times-Roman cf} 2 13 0 1.00 0 -16 pinlabel
endgate
} def

/TFDS4500 {
% -272 -208 544 400 bbox
begingate
1  1.00 272 -16 -272 -16 -240 144 240 144 272 -16 5 polygon
0  1.00 -208 144 -208 192 -192 192 -192 144 4 polygon
0  1.00 -112 192 -112 144 -96 144 -96 192 4 polygon
0  1.00 0 192 0 144 16 144 16 192 4 polygon
0  1.00 64 -208 64 -80 80 -80 80 -208 4 polygon
0  1.00 -48 -208 -48 -80 -32 -80 -32 -208 4 polygon
0  1.00 -144 -208 -144 -80 -160 -80 -160 -208 4 polygon
0  1.00 112 192 112 144 128 144 128 192 4 polygon
0  1.00 176 -208 176 -80 192 -80 192 -208 4 polygon
257  1.00 144 -80 93 180.00 360.00 xcarc
257  1.00 -144 -80 93 180.00 360.00 xcarc
1  1.00 -272 -16 -256 -80 256 -80 272 -16 4 polygon
(1) {/Helvetica cf} 2 16 0 0.50 -128 -208 label
(2) {/Helvetica cf} 2 16 0 0.50 -16 -208 label
(3) {/Helvetica cf} 2 16 0 0.50 96 -208 label
(4) {/Helvetica cf} 2 16 0 0.50 208 -208 label
(5) {/Helvetica cf} 2 16 0 0.50 144 176 label
(6) {/Helvetica cf} 2 16 0 0.50 32 176 label
(7) {/Helvetica cf} 2 16 0 0.50 -80 176 label
(8) {/Helvetica cf} 2 16 0 0.50 -176 176 label
(TFDS4500) {/Helvetica cf} 2 16 0 1.00 -112 64 label
endgate
} def

/resistor {
% -14 -64 28 128 bbox
begingate
1  1.00 0 64 0 36 2 polygon
1  1.00 0 -64 0 -36 2 polygon
1  1.00 0 -36 14 -30 -14 -18 14 -6 -14 6 14 18 -14 30 0 36 8 polygon
1.000 0.000 0.000 scb
(r.1) {/Times-Roman cf} 2 9 0 1.00 0 64 pinlabel
(r.2) {/Times-Roman cf} 2 13 0 1.00 0 -64 pinlabel
sce
(spice:R%i %pr.1 %pr.2 1.0K) {/Times-Roman cf} 2 0 0 1.00 -208 -160 infolabel
sce
(sim:r %pr.1 %pr.2) {/Times-Roman cf} 2 0 0 1.00 -208 -208 infolabel
endgate
} def

/inductor {
% -14 -64 29 112 bbox
begingate
1  1.00 20 -28 20 -44 0 -48 0 -24 spline
1  1.00 -20 -20 -20 -32 0 -28 0 -24 spline
1  1.00 20 32 20 16 0 12 0 36 spline
1  1.00 20 12 20 -4 0 -8 0 16 spline
1  1.00 20 -8 20 -24 0 -28 0 -4 spline
1  1.00 -20 20 -20 8 0 12 0 16 spline
1  1.00 -20 0 -20 -12 0 -8 0 -4 spline
1  1.00 0 -48 0 -64 2 polygon
1  1.00 0 36 0 48 2 polygon
1.000 0.000 0.000 scb
(l.1) {/Times-Roman cf} 2 9 0 1.00 0 48 pinlabel
(l.2) {/Times-Roman cf} 2 13 0 1.00 0 -64 pinlabel
sce
(spice:L%i %pl.1 %pl.2 1.0U) {/Times-Roman cf} 2 0 0 1.00 -208 -160 infolabel
sce
(sim:l %pl.1 %pl.2) {/Times-Roman cf} 2 0 0 1.00 -208 -208 infolabel
endgate
} def

/diode {
% -8 -48 36 96 bbox
begingate
248  1.00 -18 -16 0 16 18 -16 3 polygon
1  1.00 0 -48 0 -16 2 polygon
1  1.00 0 48 0 16 2 polygon
1  1.00 -18 16 18 16 2 polygon
1.000 0.000 0.000 scb
(d.m) {/Times-Roman cf} 2 9 0 1.00 0 48 pinlabel
(d.p) {/Times-Roman cf} 2 13 0 1.00 0 -48 pinlabel
endgate
} def

/circle {
% -6 -12 28 24 bbox
% trivial
begingate
1  1.00 16 0 6 0.00 360.00 xcarc
1  1.00 0 0 10 0 2 polygon
1.000 0.000 0.000 scb
(out) {/Times-Roman cf} 2 4 0 1.00 16 0 pinlabel
(out) {/Times-Roman cf} 2 7 0 1.00 0 0 pinlabel
endgate
} def

/arrowhead {
% -12 -32 24 36 bbox
% trivial
begingate
8 -28 beginpath
3 -18 3 -15 0 0 curveto
-3 -15 -3 -18 -8 -28 curveto
-2 -26 2 -26 8 -28 curveto
249  1.00 endpath
endgate
} def

/switch {
% -14 -71 51 125 bbox
% trivial
begingate
1  1.30 32 32 2 -43 2 polygon
1  0.60 0 -48 57 49.00 90.00 xcarc
1.00 -91 0 -64 circle
0.60 90 -12 8 arrowhead
1.00 270 0 48 circle
1.000 0.000 0.000 scb
(sw.1) {/Times-Roman cf} 2 9 0 1.00 0 48 pinlabel
(sw.2) {/Times-Roman cf} 2 13 0 1.00 0 -64 pinlabel
endgate
} def

/LED {
% -48 -40 108 81 bbox
begingate
1.00 330 16 32 arrowhead
1.00 330 48 32 arrowhead
1.00 90 0 -32 diode
endgate
} def

%%Page: irdial 1
%%PageOrientation: Portrait
/pgsave save def bop
% 1967 1387 offsets
0.8000 inchscale
2.6000 setlinewidth

1.00 270 1935 1483 AT90S8515
1.00 270 1215 1515 MCP2120
1.00 0 1711 811 gnd
1.00 0 2159 2187 5V
1  1.00 2095 2091 2159 2091 2159 2171 3 polygon
1.00 90 1567 939 crystal
1.00 0 1519 875 capacitor
1.00 0 1615 875 capacitor
1  1.00 1615 939 1775 939 2 polygon
1  1.00 1519 939 1519 1003 1775 1003 3 polygon
1  1.00 1519 811 1711 811 2 polygon
1  1.00 1775 875 1711 875 1711 811 3 polygon
1.00 90 1567 939 crystal
1.00 0 1519 875 capacitor
1.00 0 1615 875 capacitor
1  1.00 1615 939 1775 939 2 polygon
1  1.00 1519 939 1519 1003 1775 1003 3 polygon
1  1.00 1519 811 1711 811 2 polygon
1.00 90 911 1579 crystal
1.00 0 863 1515 capacitor
1.00 0 959 1515 capacitor
1  1.00 959 1579 1119 1579 2 polygon
1  1.00 863 1579 863 1643 1119 1643 3 polygon
1.00 0 863 1451 gnd
1  1.00 959 1451 863 1451 2 polygon
1.00 0 1711 811 dot
1.00 0 1615 811 dot
1.00 0 1519 939 dot
1.00 0 1615 939 dot
1.00 0 959 1579 dot
1.00 0 863 1451 dot
1.00 0 863 1579 dot
1.00 0 1071 1819 5V
1  1.00 1071 1803 1071 1707 1119 1707 3 polygon
1.00 0 1359 1259 gnd
1  1.00 1311 1387 1359 1387 1359 1259 3 polygon
1  1.00 1311 1323 1359 1323 2 polygon
1.00 0 1359 1323 dot
1.00 0 1071 1771 dot
1.00 0 1551 1515 jumper
1  1.00 1551 1499 1551 1451 1775 1451 3 polygon
1.00 0 1359 1387 dot
1.00 0 1359 1643 jumper
1.00 0 1359 1579 jumper
1.00 0 1359 1515 jumper
1.00 0 1359 1451 jumper
1  1.00 1311 1707 1359 1707 1359 1659 3 polygon
1  1.00 1359 1627 1359 1595 2 polygon
1  1.00 1359 1563 1359 1531 2 polygon
1  1.00 1359 1499 1359 1467 2 polygon
1  1.00 1359 1435 1359 1387 2 polygon
1.00 0 1071 1579 jumper
1.00 0 1071 1643 jumper
1.00 0 1071 1451 jumper
1.00 0 1071 1387 jumper
1  1.00 1071 1707 1071 1659 2 polygon
1  1.00 1071 1627 1071 1595 2 polygon
1  1.00 1071 1563 1071 1467 2 polygon
1  1.00 1071 1435 1071 1403 2 polygon
1  1.00 1071 1371 1071 1323 1119 1323 3 polygon
1  1.00 1071 1515 1119 1515 2 polygon
1.00 0 1071 1515 dot
1.00 0 1071 1707 dot
1  1.00 1311 1515 1775 1515 2 polygon
1  1.00 1311 1579 1551 1579 1551 1531 3 polygon
1.00 0 1423 1515 jumper
1.00 0 1423 1579 jumper
1  1.00 1311 1643 1423 1643 1423 1595 3 polygon
1  1.00 1423 1563 1423 1531 2 polygon
1  1.00 1311 1451 1423 1451 1423 1499 3 polygon
1  1.00 1071 1771 1423 1771 1423 1643 3 polygon
1.00 0 1423 1643 dot
1.00 270 671 651 TFDS4500
1  1.00 1119 1451 991 1451 991 1323 399 1323 399 683 463 683 6 polygon
1.00 0 943 971 resistor
1  1.00 863 843 943 843 943 907 3 polygon
1.00 0 943 1067 5V
1.00 0 271 299 gnd
1  1.00 1119 1387 1023 1387 1023 747 863 747 4 polygon
1.00 0 271 619 5V
1  1.00 271 587 463 587 2 polygon
1  1.00 463 459 271 459 271 299 3 polygon
1  1.00 863 523 943 523 943 331 271 331 4 polygon
1.00 0 271 331 dot
1.00 0 2783 1435 inductor
1.00 0 2863 1435 inductor
240  1.00 2815 1499 2815 1355 2831 1355 2831 1499 4 polygon
1.00 0 2671 1467 diode
1.00 -181 2671 1371 diode
1.00 0 2559 1419 resistor
1  1.00 2783 1371 2783 1291 2559 1291 2559 1355 4 polygon
1  1.00 2671 1323 2671 1291 2 polygon
1.00 0 2559 1291 gnd
1.00 0 2559 1291 dot
1.00 0 2671 1291 dot
1  1.00 2783 1483 2783 1547 2559 1547 2559 1483 4 polygon
1  1.00 2671 1515 2671 1547 2 polygon
1.00 0 2671 1547 dot
1.00 0 2559 1547 dot
1.00 0 2991 1435 capacitor
1.00 90 3103 1547 capacitor
1.00 0 3215 1435 resistor
1  1.00 2863 1483 2863 1547 3039 1547 3 polygon
1  1.00 2863 1371 2863 1291 3215 1291 3215 1371 4 polygon
1  1.00 3167 1547 3215 1547 3215 1499 3 polygon
1  1.00 2991 1499 2991 1547 2 polygon
1  1.00 2991 1371 2991 1291 2 polygon
1.00 0 2991 1547 dot
1.00 0 2991 1291 dot
1  1.00 3215 1291 3471 1291 2 polygon
1.00 0 3471 1547 circle
1.00 0 3471 1291 circle
1.00 0 3215 1547 dot
1.00 0 3215 1291 dot
1.00 270 3343 1547 switch
1  1.00 3215 1547 3279 1547 2 polygon
1  1.00 3391 1547 3471 1547 2 polygon
1.00 270 3343 1595 inductor
1.00 0 3391 1819 5V
1  1.00 1775 1323 1583 1323 1583 1131 1359 1131 1359 587 2287 587 2287 667 
7 polygon
1.00 0 2287 683 jumper
(Tip) {/Helvetica cf} 2 16 0 1.00 3535 1547 label
(Ring) {/Helvetica cf} 2 16 0 1.00 3535 1291 label
(X1) {/Helvetica cf} 2 16 0 0.60 1551 971 label
(X2) {/Helvetica cf} 2 16 0 0.60 895 1611 label
(C1) {/Helvetica cf} 2 16 0 0.60 1471 827 label
(C2) {/Helvetica cf} 2 16 0 0.60 1631 827 label
(C3) {/Helvetica cf} 2 16 0 0.60 815 1467 label
(C4) {/Helvetica cf} 2 16 0 0.60 975 1467 label
(R1) {/Helvetica cf} 2 16 0 0.60 879 955 label
(R3) {/Helvetica cf} 2 16 0 0.60 2495 1387 label
(R4) {/Helvetica cf} 2 16 0 0.60 3151 1403 label
(C5) {/Helvetica cf} 2 16 0 0.60 3039 1419 label
(C6) {/Helvetica cf} 2 16 0 0.60 3087 1483 label
(D2) {/Helvetica cf} 2 16 0 0.60 2607 1355 label
(D1) {/Helvetica cf} 2 16 0 0.60 2607 1467 label
(X1, X2 - 3.6864 MHz) {/Helvetica cf} 2 16 0 1.00 2575 1115 label
(C1, C2, C3, C4 - 22pF Ceramic) {/Helvetica cf} 2 16 0 1.00 2575 1067 label
(R1 - 15 Ohm) {/Helvetica cf} 2 16 0 1.00 2575 923 label
(R3 - 4.7 kOhm) {/Helvetica cf} 2 16 0 1.00 2575 875 label
(D1, D2 - Zener Diode 5.6Vz) {/Helvetica cf} 2 16 0 1.00 2575 731 label
(C5 - 47nF) {/Helvetica cf} 2 16 0 1.00 2575 1019 label
(C6, C7 - 470nF) {/Helvetica cf} 2 16 0 1.00 2575 971 label
(R4 - 470 Ohm 1/2 Watt) {/Helvetica cf} 2 16 0 1.00 2575 827 label
(T1) {/Helvetica cf} 2 16 0 1.00 2799 1243 label
(T1 - 600:600 Telephone Transformer) {/Helvetica cf} 2 16 0 1.00 2575 635 label
(Y1) {/Helvetica cf} 2 16 0 1.00 3311 1467 label
(Y1 - 5V Relay ~150 Ohm) {/Helvetica cf} 2 16 0 1.00 2575 587 label
1.00 0 2399 1403 capacitor
1  1.00 1775 1195 1647 1195 1647 1067 1423 1067 1423 683 2399 683 2399 1355 
7 polygon
1  1.00 2399 1467 2399 1547 2575 1547 3 polygon
(C7) {/Helvetica cf} 2 16 0 0.60 2415 1355 label
1.00 90 2671 1707 resistor
(R5) {/Helvetica cf} 2 16 0 0.60 2655 1739 label
(D3) {/Helvetica cf} 2 16 0 0.60 2879 1739 label
1.00 0 2287 1595 dot
(R5 - 200 Ohm) {/Helvetica cf} 2 16 0 1.00 2575 779 label
(D3 - Yellow LED) {/Helvetica cf} 2 16 0 1.00 2575 683 label
1  1.00 3391 1803 3391 1595 2 polygon
1  1.00 2719 1707 2895 1707 2 polygon
1  1.00 2991 1707 3391 1707 2 polygon
1  1.00 2287 1595 2287 1707 2607 1707 3 polygon
1.00 0 2943 1739 LED
1.00 0 3391 1707 dot
1  1.00 2287 699 2287 1595 3279 1595 3 polygon
pgsave restore showpage

%%Trailer
XCIRCsave restore
%%EOF