DISK INTERRUPT CONFLICTS On certain PCs, Kermit file transfers (or terminal sessions that are being logged to disk) through serial communication devices (COM1 thru 4) can suffer from data loss during disk read/write operations. This is apparently because, on these PCs, the entire interrupt mechanism is TURNED OFF during disk reads or writes. Thus, while the disk driver is active, no interrupts are generated by incoming characters, and therefore they are likely to be lost (particularly if the UART does not have its own buffer). If you experience data loss during uploads (watch the "Retries" counter), try sending the same file from a RAM disk; if the retries go away, your PC has this problem. If downloads to disk have lots of retries, try downloading the same file to the NUL device (tell MS-DOS Kermit to RECEIVE NUL); same deal. On some PC's, it has been observed that the disk-interrupt conflict occurs when using a certain COM port, but not a different one. For example, on a PS/2 Model 70 A20, conflicts occur on COM2 but not COM1. .