Screen or Minicom Command for Artik
#Ubuntu 18.04 LTS
아틱에서 Screen이나 Minicom으로 터미널 연결을 진행 하기 위해서는 다음과 같은 단계를 먼저 따라줘야합니다
따라해주세요 !!
1. Find USB Connection
$ dmesg | tail | grep tty
USB 몇번 포트에 연결 되어 있는지 먼저 찾아주세요.
2. Use Screen or Minicom
아래 정리가 잘 되어있으니 그대로 따라해 주세요! 파란색이 명령어입니다 :)
Install Screen or Minicom. You can optionally set up one of these free programs to listen to the specified device port and provide a serial console.
Follow the instructions below to install and run either program. All commands shown are entered at the command prompt of the Linux host system, except as noted.
Install Screen
Install Screen using:
$ sudo apt-get install screen
Start Screen as superuser.
$ sudo screen /dev/ttyUSB0 115200 cs8 ixoff
Login instructions are below.
Install Minicom
Install Minicom using:
$ sudo apt-get install minicom
Configure Minicom, first time only.
- Start Minicom in configuration mode.
$sudo minicom –o –s
- Using the alphabet letters indicated, select serial port settings to change.
- Press [Enter] by itself to leave this screen.
- Select 'Save setup as dfl', and then select 'Exit' from Minicom.
Start Minicom as superuser.
$ sudo minicom
#2018년08월31일
'개발자 레니는 지금 - > 하드웨어와 함께' 카테고리의 다른 글
[ ARTIK 5/7/10 ] Wi-Fi Setting (0) | 2018.08.31 |
---|---|
[ ARTIK 053 ] 아틱사용 시작하기, 컴퓨터와 연결하기 (0) | 2018.05.02 |
[ ARTIK 5/7/10 ] X-windows 이용하기 (1) | 2018.02.23 |
[ ARTIK ] xwindow 의 시작 프로그램 등록 (0) | 2018.02.23 |
[ ARTIK 5/7/10 ] ARTIK PC에 연결하기 on Linux (0) | 2018.02.23 |