OS
Minicom 설치 및 사용법
- 비아웹 오래 전 2022.02.16 13:57 인기
-
- 4,365
- 0
1. minicom 설치
[root@localhost ~]# yum -y install minicom
2. 시리얼케이블 연결 후 장치명 확인
[root@localhost ~]# dmesg | grep tty
...usb 2-2.1:FTDIUSB Serial Device converter now attached to ttyUSB0
( 시리얼케이블을 연결하면 연결된 시리얼 장치명이 출력 "ttyUSB0")
3. minicom 세팅
[root@localhost ~]# minicom -s
A 누른 후에 "dmesg | grep tty"에서 출력되었던 시리얼 장치명으로 수정
(/dev/ttyUSB0)
b. screen and keyboard
세팅이 완료되면 minicom 명령어 입력 후 접속
[root@localhost ~]# minicom
minicom 종료하기 - Ctrl - A, X
감사합니다.
서버호스팅 비아웹
- 이전글[CentOS 7] JDK-1.8.0 & apache-tomcat-8.5.612022.02.16
- 다음글mysql backup2022.02.16
댓글목록
등록된 댓글이 없습니다.