README revision 1.1
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.1ScgdACU usage can be monitored by defining ACULOG in the makefile.
181.1ScgdIf this is done and no phone numbers should appear in the
191.1Scgdlog file, define PRISTINE in the makefile.
201.1Scgd
211.1ScgdVariables:
221.1Scgd---------
231.1Scgd
241.1ScgdTip's internal workings revolve around a set of (possibly)
251.1Scgduser defined variables.  These are statically initialized
261.1Scgdin vars.c, and from the remote file.
271.1Scgd
281.1ScgdNote that adding or deleting variables requires tip to be completedly
291.1Scgdrecompiled, as indexes into the variable table are used to avoid
301.1Scgdexpensive lookups.  These defines are set in tip.h.
311.1Scgd
321.1ScgdCommands:
331.1Scgd--------
341.1Scgd
351.1ScgdThe command dispatch table is defined in cmdtab.c.  Commands
361.1Scgdmay have attributes such as EXPerimental and PRIVileged (only
371.1Scgdroot may execute).
381.1Scgd
391.1Scgd
401.1Scgd
411.1Scgd--------------------------------------------------------------------------
421.1Scgd
431.1ScgdRecent changes about Jan 82 
441.1Scgd
451.1ScgdA new, improved version of tip is now available.  The most important
461.1Scgdaddition is the capacility to specify a phone number with tip.  The
471.1Scgddefault baud rate is 1200.  To use it do:
481.1Scgd
491.1Scgd	tip phone-number
501.1Scgdor
511.1Scgd	tip -300 phone-number
521.1Scgd
531.1Scgdfor 300 baud.
541.1Scgd
551.1ScgdA ~^Z command has been added to tip as well.
561.1Scgd
571.1ScgdA new cu program is available that interfaces to the tip program.
581.1ScgdIt attempts to give the same user interface as cu but it is really
591.1Scgdthe tip program so you have all the advantages of tip.  This allows
601.1Scgdcu (actually tip) to search for a free ACU instead of having the
611.1Scgduser specify which one he wants.
62