home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / pub / test / text / iktker.nup < prev    next >
Text File  |  2020-01-01  |  2KB  |  25 lines

  1. ./ * SC00304 - Avoid BREAK handling at start of next transfer
  2. ./ I 07818000          $ 7818200 200                  10/30/00 19:31:42
  3.          MVI   STYPE,0       Stop special treatment of BREAK   @SC00304
  4. ./ * SC00308 - Send non-protocol response to SOH-less "packet"
  5. ./ R 01415400          $ 1415400 200                  11/03/00 21:31:02
  6. &KDATE   SETC  'TEST 2000/11/03'                               @SC00308
  7. ./ I 01867000          $ 1867100 100                  11/03/00 21:31:02
  8.          CLI   ERRNUM,ERRSOH Found no SOH?                     @SC00308
  9.          BE    INPUTNOS      I.e., not really a packet         @SC00308
  10. ./ I 01872000          $ 1872080 80                   11/03/00 21:31:02
  11. INPUTNOS OI    FL4,NPS       Leave protocol mode temporarily   @SC00308
  12.          LA    14,NONPKT     ASCII message of mild complaint   @SC00308
  13.          ST    14,ASPKT      Set address ...                   @SC00308
  14.          LA    14,LNONPKT                                      @SC00308
  15.          ST    14,SNDPKL     and length of "packet"            @SC00308
  16.          KCALL SIO           Send it, and assume no errors     @SC00308
  17.          NI    FL4,255-NPS   Return to protocol mode           @SC00308
  18.          B     INPUTLUP      Get next packet                   @SC00308
  19. NONPKT   DC    AL1(AEXCL,CR)                                   @SC00308
  20. LNONPKT  EQU   *-NONPKT                                        @SC00308
  21. *                                                              @SC00308
  22. ./ I 08690500          $ 8690600 100                  11/03/00 21:31:02
  23.          TM    FL4,NPS       Non-protocol mode?                @SC00308
  24.          BO    *+8           Not a real packet sent if nonpro  @SC00308
  25.