There have been a number of new features and fixes to VAX/VMS Kermit-32 3.1.065. .LS .LE;Send packet buffer size was increased to allow for maximum size Kermit packets. It was previously 4 bytes too short. .LE;When sending FORTRAN carriage control files, if the first character is not a valid carriage control character, it will be passed along instead of thrown out. .LE;CONNECT no longer fails in strange ways on DECnet terminals. .LE;Two (or more) RECEIVE commands in a row now work. .LE;Kermit-32 now has a TAKE command (also "_@"). Kermit-32 also performs an automatic TAKE of VMSKERMIT.INI or whatever file is pointed to by the logical name VMSKERMIT. .LE;LOCAL and REMOTE commands which spawn a subprocess now work correctly under VMS 4.x. .LE;Terminal names longer than 7 characters now work (VTAnnnnn). The limit for a physical terminal name is now 16 characters (I hope DEC doesn't up it anymore). .LE;VMS 4.x added more bits to the field where the terminal parity was. Ensure we only change the parity. .LE;STATUS command had the headers backwards. Fix headers to correspond to data values being output. .LE;SET IBM__MODE now simply sets the individual items. The values for IBM mode can be specified at link time by defining the global symbols: .LS1 .LE;IBM__MODE__CHARACTER = character value of handshake character .LE;IBM__MODE__ECHO = 1 for local echo, 2 for no local echo .LE;IBM__MODE__PARITY = (0 = none), (1 = mark), (2 = even), (3 = odd), (4 = space). .ELS If not specified, Kermit will continue to use DC1, local echo and odd parity for IBM__MODE. .LE;Kermit-32 now has a SET HANDSHAKE nnn command to set the handshaking character. This is any octal value or the keyword NONE to turn off handshaking. .els