]> cloudbase.mooo.com Git - kermit-80.git/blame - cpk411.ann
Add AVR-CP/M system (cpxac.asm) and a Makefile
[kermit-80.git] / cpk411.ann
CommitLineData
c25f6a44
L
1Date: 24-May-1991
2
3Announcing: CP/M Kermit Version 4.11
4
5Just to prove that the CP/M world still exists, here is CP/M Kermit -80
6Version 4.11.
7
8Features added since version 4.09 include:
9
10o SET COLLISION {BACKUP/DISCARD/OVERWRITE/RENAME}
11o SET INCOMPLETE-FILES {DISCARD/KEEP}
12O Many REMOTE commands, including some REMOTE SET commands
13o RENAME command to rename CP/M files from within Kermit-80
14o SET RECEIVE/SEND PACKET-LENGTH nn (nn <= 94)
15o SET AUTORECEIVE ON now implies that Kermit-80 ALWAYS tries to
16 receive more files when a RECEIVE transaction has completed. The
17 user can abort with ^C.
18o QUIT is now a synonym for EXIT.
19o STAY is now a synonym for SET NO-EXIT.
20o CONNECT, RECEIVE and SEND may be abbreviated to C, R and S,
21 respectively.
22o Processing of commands from a file via a TAKE command may now be
23 aborted by entering a Control-C at the console.
24o The TYPE and PRINT commands are now immediately aborted if a
25 Control-C is entered at the console. If a Control-X is entered at
26 the console, typeout/printout of the current file is aborted and
27 typeout/printout of the next file, if any, begins. These actions
28 also occur if any other key has been pressed to halt typeout/printout
29 and Control-C or Control-X is pressed. Pressing any other key resumes
30 the typeout/printout.
31o Many bug fixes
32o Kermit-80 Version 4.11 now supports the Microbee family of
33 computers (56K, 64K, 128K and 256K) manufactured by
34 Microbee Systems, Ltd, of Australia.
35o Kermit-80 now supports the Ampro Little Board system.
36
37Technical changes:
38
39o An "I" packet is now tried before the request for files is sent
40 in a GET command
41o The overlay address is now 7000H
42o The overlay (CPXLNK.ASM) has an added INCFLG variable to handle
43 INCOMPLETE-FILES status
44o The COPY, TYPE and PRINT commands now use the large buffer
45 (8K bytes default size) for file I/O
46
47Syntax hints:
48
49In REMOTE commands such as REMOTE COPY, REMOTE MESSAGE, REMOTE RENAME,
50REMOTE WHO etc., where two arguments are required, the syntax is as for Vax
51VMS Kermit, i.e.,
52REMOTE <command> <argument 1>
53Prompt: <argument 2>
54For example:
55REMOTE COPY <old-file>
56New file: <new-file>
57
58The REMOTE LOGIN command has three arguments, of which the last two are
59prompted for an entered on new lines. Arguments are optional.
60
61In commands such as REMOTE SET FILE BLOCK-SIZE which take a numeric
62argument, Kermit-80 does not check the argument for validity. Whatever is
63typed is what the host sees.
64
65The FCOPY command has been renamed to COPY.
66
67The syntax for the RENAME command is as for the COPY command, that is:
68RENAME <old-filespec> <new-filespec>
69
70More rigorous checking for wildcards is now done by both of these
71commands.
72
73The STRING command has been renamed to OUTPUT.
74
75SET BAUD-RATE is now SET SPEED.
76
77The option SET FILE DEFAULT has ben re-enabled. Use a TAKE-file to set the
78initial file-mode to ASCII or BINARY.
79
80Building Kermit-80 ver. 4.11:
81
82Kermit-80 ver. 4.11 is built using the same procedure as for ver. 4.09.
83
84
85Many thanks to those who have contributed bug fixes, and, in particular,
86to Mr. Russell Lang of Monash University, Australia, for contributing
87a bug-fix and the family file for the Microbee systems and to Mr.
88Jay S. Rouman of Mt. Pleasant, MI for contributing the code for the Ampro
89Little Board. Thanks are also due to Lance Tagliapietra of the University
90of Wisconsin at Platteville for finding several bugs.