1 Tip can be configured in a number of ways: 2 3 ACU's: 4 ----- 5 6 ACU Define in makefile 7 -------------------- --------------- 8 BIZCOMP 1022, 1031 BIZ1022, BIZ1031 9 DEC DF02-AC, DF03-AC DF02, DF03 10 DEC DN-11/Able Quadracall DN11 11 Ventel VENTEL 12 Vadic 831 V831 13 14 New ACU's may be added by editing the ACU description table 15 in acutab.c and writing a ``driver''. 16 17 Variables: 18 --------- 19 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. 23 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. 27 28 Commands: 29 -------- 30 31 The command dispatch table is defined in cmdtab.c. Commands 32 may have attributes such as EXPerimental and PRIVileged (only 33 root may execute). 34 35 36 37 -------------------------------------------------------------------------- 38 39 Recent changes about Jan 82 40 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: 44 45 tip phone-number 46 or 47 tip -300 phone-number 48 49 for 300 baud. 50 51 A ~^Z command has been added to tip as well. 52 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. 58