[ LinuxFreeBSD ] in KIDS 글 쓴 이(By): char (★자유★) 날 짜 (Date): 1998년 4월 18일 토요일 오전 12시 21분 31초 제 목(Title): Re: [q] 한텀과 세연의 조합.. 안녕하세요. 자신의 홈디렉토리에 보면 .seyon/이라는 디렉토리가 있을 겁니다. 그 안에 보면 startup이라는 파일이 있는데 고걸 고쳐주면 됩니다. 아래는 제가 쓰고 있는 startup파일입니다. -- # almost all things below are commented out. Uncomment anything you want # or use the resources instead # see the manual page for a complete listing of the keywords # that can be used with 'set'. set baud 19200 # can be 5, 6, 7, or 8 set bits 8 # can be 0 (= no parity), 1 (= odd parity), or 2 (= even parity) set parity 0 # can be 1 or 2 set stopBits 1 # can be nl, cr, or cr/lf set newlineTranslation cr # set del on set meta_tr on # set xoff off set rtscts on # set autozm on # set idleGuard on # put the modem initialization string here if you like one. # most modern modems do not need it since they store their setup in # non-volatile memory. # echo "Initializing modem..." # transmit "ATZ^M" -- 이상입니다. 아주 간단하죠? ^^ 이래도 안 된다면 minicom을 사용하셔야 할 것 같군요. 그럼 이만... |