1 Tip can be configured in a number of ways:
7 -------------------- ---------------
8 BIZCOMP 1022, 1031 BIZ1022, BIZ1031
9 DEC DF02-AC, DF03-AC DF02, DF03
10 DEC DN-11/Able Quadracall DN11
14 New ACU's may be added by editing the ACU description table
15 in acutab.c and writing a ``driver''.
20 Tip's internal workings revolve around a set of (possibly)
21 user defined variables. These are statically initialized
22 in vars.c, and from the remote file.
24 Note that adding or deleting variables requires tip to be completedly
25 recompiled, as indexes into the variable table are used to avoid
26 expensive lookups. These defines are set in tip.h.
31 The command dispatch table is defined in cmdtab.c. Commands
32 may have attributes such as EXPerimental and PRIVileged (only
37 --------------------------------------------------------------------------
39 Recent changes about Jan 82
41 A new, improved version of tip is now available. The most important
42 addition is the capacility to specify a phone number with tip. The
43 default baud rate is 1200. To use it do:
51 A ~^Z command has been added to tip as well.
53 A new cu program is available that interfaces to the tip program.
54 It attempts to give the same user interface as cu but it is really
55 the tip program so you have all the advantages of tip. This allows
56 cu (actually tip) to search for a free ACU instead of having the
57 user specify which one he wants.