home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / k95source / hostcom.ksc < prev    next >
Text File  |  2020-01-01  |  250b  |  12 lines

  1. ; Sample host mode operation for dialin connections.
  2.  
  3. :loop
  4. set modem telebit  ; Replace this appropriately for your configuration
  5. set port 1         ; ditto
  6. set speed 38400    ; ditto
  7. set flow rts/cts   ; ditto
  8. answer
  9. take host.ksc
  10. hangup
  11. goto loop
  12.