[comp.os.cpm] Bug in CP/M Kermit 4.09 TRANSMIT command

TAGLANCE@ucs.UWPLATT.EDU (LANCE TAGLIAPIETRA) (01/28/91)

Hello,
 
I have found out a few more bits concerning the problem with the TRANSMIT
command in cp/m kermit V4.09:
 
1).  The every 128th character is being dropped, starting with the 1288th
     character.
 
2).  The transmit function is handled by the file CPSTT.ASM in kermit.
 
3).  The routines to handle the reading from the file into the big buffer
     are in the file CPSUTL.ASM
 
4).  The characters are read from the big buffer one at a time into a
     retransmit buffer, for retransmission of the current line if
     specified by console input.
 
5).  It seems that the 128th character is skipped when reading from the
     bug buffer into the line buffer.
 
 
Any kermit experts out there willing to lend a hand?
 
Lance    taglance@ucs.uwplatt.edu or taglance@uwplatt.bitnet