4
7

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

RTX1200にMacでシリアルコンソール接続

Posted at

ケーブル類を用意する

USBシリアル変換

シリアルケーブル

USBシリアル変換のドライバをインストール

Mac OS 10.9以降はもともとFTDI(今回買ったUSBシリアル変換のチップメーカー)のドライバが入っているらしい

シリアルコンソールで接続

Homebrewでminicomを入れて設定した。

$ minicom -s

            +-----[configuration]------+
            | Filenames and paths      |
            | File transfer protocols  |
            | Serial port setup        |
            | Modem and dialing        |
            | Screen and keyboard      |
            | Save setup as dfl        |
            | Save setup as..          |
            | Exit                     |
            | Exit from Minicom        |
            +--------------------------+

"Serial port setup"を設定する。
tty以下はusbserialの機種によって変わりそう。

    +-----------------------------------------------------------------------+
    | A -    Serial Device      : /dev/tty.usbserial-FT0VS73O               |
    | B - Lockfile Location     : /usr/local/Cellar/minicom/2.7/var         |
    | C -   Callin Program      :                                           |
    | D -  Callout Program      :                                           |
    | E -    Bps/Par/Bits       : 9600 8N1                                  |
    | F - Hardware Flow Control : Yes                                       |
    | G - Software Flow Control : No                                        |
    |                                                                       |
    |    Change which setting?                                              |
    +-----------------------------------------------------------------------+
4
7
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
4
7

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?