Kermit for the Sanyo MBC-550 series computers: The program requires MS-DOS v2.11 to run currently, but it would not be that difficult to incorporate the Sanyo specific code into the older PC versions of Kermit, if desired, to make it run under MS-DOS v1.25. This version was created from the MS-DOS version distributed in August of 1984. The Sanyo specific code is in the file MSXMBC.ASM also on the disk. All of the rest of the source files used to build Sanyo Kermit are as they came from Columbia, unmodified. The files are: MSMBC.HLP - this text file MSMBC.EXE - ready-to-run Kermit program MSMBC.BOO - "boo" encoded .EXE for downloading MSXMBC.ASM - Sanyo specific source file This is the first release of this (Sanyo) implementation. It was tested in terminal emulation and file transfer modes at both 300 and 1200 baud. It uses input interrupts, so it should work OK up to 9600 baud. For more details, see the Sanyo specific source file, it has the name MSXMBC.ASM. I am currently working on a complete VT-100 emulation version and will send it to Colmubia as soon as it is finished. To reassemble the source files, issue the following commands. Note that MSDEFS.H must be on the disk with the source files. MASM A:\SRC\MSCMD,B:\OBJ\MSCMD,NUL,NUL MASM A:\SRC\MSCOMM,B:\OBJ\MSCOMM,NUL,NUL MASM A:\SRC\MSFILE,B:\OBJ\MSFILE,NUL,NUL MASM A:\SRC\MSKERM,B:\OBJ\MSKERM,NUL,NUL MASM A:\SRC\MSRECV,B:\OBJ\MSRECV,NUL,NUL MASM A:\SRC\MSSEND,B:\OBJ\MSSEND,NUL,NUL MASM A:\SRC\MSSERV,B:\OBJ\MSSERV,NUL,NUL MASM A:\SRC\MSSET,B:\OBJ\MSSET,NUL,NUL MASM A:\SRC\MSTERM,B:\OBJ\MSTERM,NUL,NUL MASM A:\SRC\MSXDMB,B:\OBJ\MSXDMB,NUL,NUL MASM A:\SRC\MSXMBC,B:\OBJ\MSXMBC,NUL,NUL To relink the object modules and build KERMIT.EXE, issue the following in response to the LINK prompts: MSCMD MSCOMM MSFILE MSKERM MSRECV MSSEND MSSERV MSSET MSTERM MSXMBC KERMIT KERMIT Good Luck, Joe Smiley 11-A Rector Court Wilmington, DE 19810 302-475-8879