11.1ScgdTip can be configured in a number of ways:
21.1Scgd
31.1ScgdACU's:
41.1Scgd-----
51.1Scgd
61.1ScgdACU				Define in makefile
71.1Scgd--------------------		---------------
81.1ScgdBIZCOMP 1022, 1031		BIZ1022, BIZ1031
91.1ScgdDEC DF02-AC, DF03-AC		DF02, DF03
101.1ScgdDEC DN-11/Able Quadracall	DN11
111.1ScgdVentel				VENTEL
121.1ScgdVadic 831			V831
131.1Scgd
141.1ScgdNew ACU's may be added by editing the ACU description table
151.1Scgdin acutab.c and writing a ``driver''.
161.1Scgd
171.1ScgdVariables:
181.1Scgd---------
191.1Scgd
201.1ScgdTip's internal workings revolve around a set of (possibly)
211.1Scgduser defined variables.  These are statically initialized
221.1Scgdin vars.c, and from the remote file.
231.1Scgd
241.1ScgdNote that adding or deleting variables requires tip to be completedly
251.1Scgdrecompiled, as indexes into the variable table are used to avoid
261.1Scgdexpensive lookups.  These defines are set in tip.h.
271.1Scgd
281.1ScgdCommands:
291.1Scgd--------
301.1Scgd
311.1ScgdThe command dispatch table is defined in cmdtab.c.  Commands
321.1Scgdmay have attributes such as EXPerimental and PRIVileged (only
331.1Scgdroot may execute).
341.1Scgd
351.1Scgd
361.1Scgd
371.1Scgd--------------------------------------------------------------------------
381.1Scgd
391.2SperryRecent changes about Jan 82
401.1Scgd
411.1ScgdA new, improved version of tip is now available.  The most important
421.1Scgdaddition is the capacility to specify a phone number with tip.  The
431.1Scgddefault baud rate is 1200.  To use it do:
441.1Scgd
451.1Scgd	tip phone-number
461.1Scgdor
471.1Scgd	tip -300 phone-number
481.1Scgd
491.1Scgdfor 300 baud.
501.1Scgd
511.1ScgdA ~^Z command has been added to tip as well.
521.1Scgd
531.1ScgdA new cu program is available that interfaces to the tip program.
541.1ScgdIt attempts to give the same user interface as cu but it is really
551.1Scgdthe tip program so you have all the advantages of tip.  This allows
561.1Scgdcu (actually tip) to search for a free ACU instead of having the
571.1Scgduser specify which one he wants.
58