# # Kermit script file # Usage: # kermit # # Doc # http://www.columbia.edu/kermit/ckscripts.html#tut # # Kermit commands : # > show key # get the corresponding keycode # # > set key # change the key mapping # # > help set escape # get any help set modem type none set line /dev/ttyS0 set baud 38400 set parity none set handshake none set flow none set file type binary set carrier-watch off # ctrl-a as escape key # ctrl-a k to enter console # ctrl-a q to quit set escape \1 connect