Skip to content

Commit

Permalink
update post
Browse files Browse the repository at this point in the history
  • Loading branch information
mnishiguchi committed Mar 12, 2024
1 parent 1942782 commit da76089
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions public/20240312-nerves-ftdi.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ tags:
- IoT
- Nerves
private: false
updated_at: '2024-03-12T19:01:09+09:00'
updated_at: "2024-03-12T19:01:09+09:00"
id: dc5a88e8d16a4a878248
organization_url_name: fukuokaex
slide: false
Expand Down Expand Up @@ -96,7 +96,7 @@ Raspberry Pi のピン 6、8、10 が便利です。
## シリアル接続 CLI クライアントをインストール

FTDI ケーブルは、テキスト出力を標準のシリアル USB ポートに変換します。
[シリアルコンソール]をサポートするオープンソースのシリアル接続クライアントがいくつかあります。
[シリアルコンソール] をサポートするオープンソースのシリアル接続クライアントがいくつかあります。

- [screen](https://en.wikipedia.org/wiki/GNU_Screen)
- [picocom](https://github.com/npat-efault/picocom)
Expand All @@ -105,7 +105,7 @@ FTDI ケーブルは、テキスト出力を標準のシリアル USB ポート

## シリアル接続 CLI クライアントを実行

```bash
```bash:ホストPCのターミナルでpicocomを使う場合
picocom /dev/tty.usb* -b 115200
```

Expand Down

0 comments on commit da76089

Please sign in to comment.