-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.kermrc
More file actions
26 lines (26 loc) · 688 Bytes
/
.kermrc
File metadata and controls
26 lines (26 loc) · 688 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
#ident "@(#)HOME:.kermrc 37.1 21/03/23 11:43:07 (woods)"
#
# setup file for kermit
#
# default port and parameters
#
#set line /dev/tty01
#set speed 38400
#set flow rts # hardware flow control
#
set command recall-buffer-size 100
#
#set buffer 262144 262144 # overall mem bytes for SEND & RECEIVE (win*p)
set buffer 140000 140000 # overall mem bytes for SEND & RECEIVE (win*p)
set send packet 9024 # send packet size
set receive packet 9024 # receive packet size
set block 3 # use 16bit CCITT crc's
set window 15 # use 15 sliding window slots
#
set terminal bytesize 8
#
set file type binary
set file display fullscreen
set file name literal
#
# end of ~/.kermrc