There have been a number of new features and fixes to VAX/VMS Kermit-32 3.1.065. 1. Send packet buffer size was increased to allow for maximum size Kermit packets. It was previously 4 bytes too short. 2. 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. 3. CONNECT no longer fails in strange ways on DECnet terminals. 4. Two (or more) RECEIVE commands in a row now work. 5. 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. 6. LOCAL and REMOTE commands which spawn a subprocess now work correctly under VMS 4.x. 7. 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). 8. VMS 4.x added more bits to the field where the terminal parity was. Ensure we only change the parity. 9. STATUS command had the headers backwards. Fix headers to correspond to data values being output. 10. 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: 1. IBM_MODE_CHARACTER = character value of handshake character 2. IBM_MODE_ECHO = 1 for local echo, 2 for no local echo 3. IBM_MODE_PARITY = (0 = none), (1 = mark), (2 = even), (3 = odd), (4 = space). If not specified, Kermit will continue to use DC1, local echo and odd parity for IBM_MODE. 11. 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.