13
13

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.

MacのTerminalでCOMポート通信

Last updated at Posted at 2016-05-06

MacのTerminalでCOMポートを使った通信ができます。

COMポートの一覧を取得

$ ls -l /dev/tty.usb*
crw-rw-rw-  1 root  wheel   31,   4 May  6 14:19 /dev/tty.usbserial-Disabled

接続する

$ screen /dev/tty.usbserial-Disabled 

切断する

Control-a Control-\

その他のコマンド

manを参照して下さい

$ man screen

その他

screenではなくminicomというツールを使う方法もあるようです

参考

13
13
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
13
13

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?