2
0

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 3 years have passed since last update.

ArduinoやESP32でUSBのシリアルポートがMacで認識されない場合(初歩)

Last updated at Posted at 2020-12-31

ArduinoやESP32でUSBのシリアルポートがMacで認識されないという場合に試したこと

結論から言うと、充電専用のマイクロUSBはMacに挿して通電しますが、IDEとの接続のためのUSBシリアルポートが認識されないです。多分とても素人の初歩的ミス..

USBシリアルポートが認識されていない状態

*****-MacBook-Pro:~ *****$ ls -l /dev/tty.*
crw-rw-rw-  1 root  wheel   18,   0 12 31 22:59 /dev/tty.Bluetooth-Incoming-Port

いろいろ試してみたのですが、どうしてもダメでした。
・ケーブルを変えてみる
・マシンを変えてみる
・ドライバをインストールし直してみる
・ほかにもいろいろ

で、データ転送用ケーブル(ここではUsb to micro usb connector cable (E210567))に変えてみたら、認識しました。

*****-MacBook-Pro:~ *****$ ls -l /dev/tty.*
crw-rw-rw-  1 root  wheel   18,   0 12 31 22:59 /dev/tty.Bluetooth-Incoming-Port
crw-rw-rw-  1 root  wheel   18,   2  1  1 05:20 /dev/tty.usbmodem14101

Arduino IDEから ボード(以下はLilyPad)に書き込めました。
USBTB.png

あとでESP32も動作確認してみます。

2
0
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
2
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?