home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / b / krttsx.cnd < prev    next >
Text File  |  2020-01-01  |  866b  |  30 lines

  1.     .sbttl    KRTTSX    Build KM for TSX-Plus
  2.  
  3. ;    27-Sep-97  Billy Youdelman  V03.63
  4.  
  5.     tsx$p    = 1    ; if <> support TSX-Plus
  6.     tim$it    = 1    ; TSX includes time out support
  7.     erl$g    = 0    ; but it doesn't do error logging
  8.  
  9. ;    If the interface supports programmable speed selection,
  10. ;    enable it by making its type = 1 here.  Otherwise, make
  11. ;    the following three = 0.  These are mutually exclusive,
  12. ;    up to one and only one may be used at a time:
  13.  
  14.     km$dve    = 0    ; if <> DL(V)-11/E interface
  15.     km$pro    = 0    ; if <> PRO-series modem interface
  16.     km$sbc    = 0    ; if <> Falcon interface
  17.  
  18.     km$csr = 176500    ; if not PRO-series, desired CSR
  19.     km$vec = 300    ; and interrupt vector (PRO defaults are in KRTKM.MAC)
  20.  
  21. ;    Speed default, select one of the following:
  22.  
  23. ;    km$spd = 300.
  24. ;    km$spd = 1200.
  25. ;     km$spd = 2400.
  26. ;    km$spd = 4800.
  27.     km$spd = 9600.        ; <default>
  28. ;    km$spd = 19200.
  29. ;    km$spd = 38400.        ; Falcon ONLY
  30.