; generic kermit initialization file
; place in home directory as .kermrc
;

define error echo Error: \%1, end

set prompt {Name> }

; file transfer parameters

set file type binary
set file names converted
set window-size 8		; these parameters work well with Bix
set send packet 256		; these parameters work well with Bix
set receive packet 256		; these parameters work well with Bix
set block 3

; line use & speed -- will fail if someone is using the line (like if you're dialed in on it & starting a server...)

set line /dev/tty1A
set speed 2400
