본문 바로가기

개발자 레니는 지금 -/하드웨어와 함께

[ ARTIK 5/7/10 ] Screen/minicom 명령어 사용해서 ARTIK 띄우기


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.

    1. Start Minicom in configuration mode.
      sudo minicom –o –s 

    2. Using the alphabet letters indicated, select serial port settings to change.

    3. Press [Enter] by itself to leave this screen.
    4. Select 'Save setup as dfl', and then select 'Exit' from Minicom.

Start Minicom as superuser.
sudo minicom





#2018년08월31일