使用 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”
之後把 Serial Device 改成
/dev/ttyUSB0

其中
A - Serial Device    用來設置連接的串口,我的筆記本無串口,使用的是 USB - Serial 轉換線,這裏填 dev/ttyUSB0,如無轉換線,則設置為對應的串口設備

E - Bps/Par/Bits    設置字節流
F - Hardware Flow Control    數據流控制(硬件)
G - Software Flow Control    數據流控制(軟件)

設置好後,按 Enter,而後選“Save setup as dfl”,然後選“Exit”,如串口設置已連接,minicom 會自動連接到該串口設備。

你可能感兴趣的:(使用 minicom 連接開發板)