home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / pub / ucsdappleii / unknown.text < prev   
Text File  |  2020-01-01  |  2KB  |  31 lines

  1. 27     ;escape char: to escape from CONNECT mode back to the Apple.
  2. 13     ;end-of-line char send to host after a kermit package.
  3. 35     ;the kermit quote char the Apple uses to prefix control chars.
  4. 0      ;the kermit padding char the Apple needs.
  5. 0      ;number of padding chars the Apple needs.
  6. 1      ;start-of-header (SOH) char the Apple uses to indicate a kermit packet.
  7. 5      ;Apple key to manually interrupt the sending/receiving of files: <^E>
  8. 17     ;Xon char used during CONNECT when printing the screen.
  9. 19     ;Xoff char used during CONNECT when printing the screen.
  10. 40     ;number of wait-cycles after sending a Xoff during the screendump.
  11. 94     ;max kermit packet length the Apple can handle ( 20..94 ).
  12. 5      ;max number of retries before the Apple breaks off sending/receiving.
  13. 5      ;number of seconds(1..31) after which the host should resend a packet.
  14. 0      ;half-duplex mode. ( 0 = false ).
  15. 0      ;debug mode during sending/receiving. ( 0 = false ).
  16. 1      ;file-warning for incoming files to avoid name conflicts. ( 0 = false )
  17. 1      ;text-file send/rec mode. ( 1 = true )
  18. 1      ;no formfeeds during CONNECT when screendump is on. ( 1 = true )
  19. 1      ;in CONNECT:no echoing of control chars (exc. cr,lf,ff,bs,bell )(1=true)
  20. 0      ;backspace key translated to DEL during CONNECT. ( 1 = true )
  21. 0      ;type of acia on serial card.(0 = unknown, 1 = 6551 acia, 2 = 6850 acia )
  22. 0      ;adress of the acia command register.
  23. 0      ;adress of the acia control register.
  24. 300    ;initial baud rate.
  25. 8      ;number of databits ( word-length ).
  26. 1      ;number of stopbits.
  27. 0      ;parity ( 0=nopar; 1=oddpar; 2=evenpar; 3=markpar; 4=spacepar ).
  28. 80     ;80= 80-column card in slot 3; 40= normal 40 column screen.
  29.        ;********************* UNKNOWN.TEXT ************************************
  30.  
  31.