38
32

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.

Arduinoのポートが認識されない時の対処法

Posted at

ArduinoをMacに接続してもポートが認識されない時の対処法

##ポートの確認方法
Arduinoを繋いだ状態で調べる
####ArduinoのMacアプリから
Arduino > ツール > シリアルポート
一覧が出てくる。だいたい /dev/tty.usbmodem1411みたいなのがArduinoのシリアルポートになる

####ターミナルから
Terminal > $ ls -l /dev/tty.*
一覧が出てくる

##ポートからArduinoが認識されない
ArduinoをMacにつないで上記の方法を試しても/dev/tty.usbmodem1411の用なポートが認識されない時

##再起動
まずはPC再起動。これで直る時がある

##再起動でも直らない
システム環境設定 > ネットワーク > 左のWi-Fiなど緑ランプで接続されているもの以外の赤色のをすべて削除する
その後再起動。
これで無事認識されるようになった。

38
32
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
38
32

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?