home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Columbia Kermit
/
kermit.zip
/
pub
/
ucsdappleii
/
unknown.text
< prev
Wrap
Text File
|
2020-01-01
|
2KB
|
31 lines
27 ;escape char: to escape from CONNECT mode back to the Apple.
13 ;end-of-line char send to host after a kermit package.
35 ;the kermit quote char the Apple uses to prefix control chars.
0 ;the kermit padding char the Apple needs.
0 ;number of padding chars the Apple needs.
1 ;start-of-header (SOH) char the Apple uses to indicate a kermit packet.
5 ;Apple key to manually interrupt the sending/receiving of files: <^E>
17 ;Xon char used during CONNECT when printing the screen.
19 ;Xoff char used during CONNECT when printing the screen.
40 ;number of wait-cycles after sending a Xoff during the screendump.
94 ;max kermit packet length the Apple can handle ( 20..94 ).
5 ;max number of retries before the Apple breaks off sending/receiving.
5 ;number of seconds(1..31) after which the host should resend a packet.
0 ;half-duplex mode. ( 0 = false ).
0 ;debug mode during sending/receiving. ( 0 = false ).
1 ;file-warning for incoming files to avoid name conflicts. ( 0 = false )
1 ;text-file send/rec mode. ( 1 = true )
1 ;no formfeeds during CONNECT when screendump is on. ( 1 = true )
1 ;in CONNECT:no echoing of control chars (exc. cr,lf,ff,bs,bell )(1=true)
0 ;backspace key translated to DEL during CONNECT. ( 1 = true )
0 ;type of acia on serial card.(0 = unknown, 1 = 6551 acia, 2 = 6850 acia )
0 ;adress of the acia command register.
0 ;adress of the acia control register.
300 ;initial baud rate.
8 ;number of databits ( word-length ).
1 ;number of stopbits.
0 ;parity ( 0=nopar; 1=oddpar; 2=evenpar; 3=markpar; 4=spacepar ).
80 ;80= 80-column card in slot 3; 40= normal 40 column screen.
;********************* UNKNOWN.TEXT ************************************